Variable: rst-adornment-chars
rst-adornment-chars is a variable defined in rst.el.gz.
Value
(93 33 34 35 36 37 38 39 40 41 42 43 44 46 47 58 59 60 61 62 63 64 91 92 94 95 96 123 124 125 126 45)
Documentation
Characters which may be used in adornments for sections and transitions.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/rst.el.gz
(defconst rst-adornment-chars
;; Sorted so they can form a character class when concatenated.
'(?\]
?! ?\" ?# ?$ ?% ?& ?' ?\( ?\) ?* ?+ ?, ?. ?/ ?: ?\; ?< ?= ?> ?? ?@ ?\[ ?\\
?^ ?_ ?` ?{ ?| ?} ?~
?-)
"Characters which may be used in adornments for sections and transitions.")