Fix doc string of 'footnote-style-alist'
* lisp/mail/footnote.el (footnote-style-alist): Remove a reference to non-existing files from doc string. (Bug#29759)
This commit is contained in:
parent
c3b6742b3f
commit
f7a62c2b48
1 changed files with 1 additions and 3 deletions
|
@ -321,9 +321,7 @@ Use Unicode characters for footnoting."
|
|||
(unicode Footnote-unicode ,footnote-unicode-regexp))
|
||||
"Styles of footnote tags available.
|
||||
By default only boring Arabic numbers, English letters and Roman Numerals
|
||||
are available.
|
||||
See footnote-han.el, footnote-greek.el and footnote-hebrew.el for more
|
||||
exciting styles.")
|
||||
are available.")
|
||||
|
||||
(defcustom footnote-style 'numeric
|
||||
"Default style used for footnoting.
|
||||
|
|
Loading…
Add table
Reference in a new issue