comparison lisp/mail/footnote.el @ 56448:b56847dec7b7

(footnote-section-tag): Use defcustom.
author Richard M. Stallman <rms@gnu.org>
date Sat, 17 Jul 2004 14:31:27 +0000
parents 695cf19ef79e
children aac0a33f5772 b9eee0a7bef5
comparison
equal deleted inserted replaced
56447:5f33b16eb67e 56448:b56847dec7b7
85 (defvar footnote-prefix [(control ?c) ?!] 85 (defvar footnote-prefix [(control ?c) ?!]
86 "*When not using message mode, the prefix to bind in `mode-specific-map'") 86 "*When not using message mode, the prefix to bind in `mode-specific-map'")
87 87
88 ;;; Interface variables that probably shouldn't be changed 88 ;;; Interface variables that probably shouldn't be changed
89 89
90 (defconst footnote-section-tag "Footnotes: " 90 (defcustom footnote-section-tag "Footnotes: "
91 "*Tag inserted at beginning of footnote section.") 91 "*Tag inserted at beginning of footnote section."
92 :version "21.4"
93 :type 'string
94 :group 'footnote)
92 95
93 (defcustom footnote-section-tag-regexp "Footnotes\\(\\[.\\]\\)?: " 96 (defcustom footnote-section-tag-regexp "Footnotes\\(\\[.\\]\\)?: "
94 "*Regexp which indicates the start of a footnote section. 97 "*Regexp which indicates the start of a footnote section.
95 See also `footnote-section-tag'." 98 See also `footnote-section-tag'."
96 :type 'regexp 99 :type 'regexp