mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-08 21:29:37 +00:00
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))
|
(unicode Footnote-unicode ,footnote-unicode-regexp))
|
||||||
"Styles of footnote tags available.
|
"Styles of footnote tags available.
|
||||||
By default only boring Arabic numbers, English letters and Roman Numerals
|
By default only boring Arabic numbers, English letters and Roman Numerals
|
||||||
are available.
|
are available.")
|
||||||
See footnote-han.el, footnote-greek.el and footnote-hebrew.el for more
|
|
||||||
exciting styles.")
|
|
||||||
|
|
||||||
(defcustom footnote-style 'numeric
|
(defcustom footnote-style 'numeric
|
||||||
"Default style used for footnoting.
|
"Default style used for footnoting.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue