diff options
| author | Eli Zaretskii | 2017-12-22 12:25:09 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2017-12-22 12:25:09 +0200 |
| commit | f7a62c2b488ceb8c56cba1f44aec73f8c1108816 (patch) | |
| tree | 866389c152477995756bf564a0c38a341bc47ff3 | |
| parent | c3b6742b3fb7459af64eec4986837c4714636c51 (diff) | |
| download | emacs-f7a62c2b488ceb8c56cba1f44aec73f8c1108816.tar.gz emacs-f7a62c2b488ceb8c56cba1f44aec73f8c1108816.zip | |
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)
| -rw-r--r-- | lisp/mail/footnote.el | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/mail/footnote.el b/lisp/mail/footnote.el index 5e18d892d4a..68e5e474773 100644 --- a/lisp/mail/footnote.el +++ b/lisp/mail/footnote.el | |||
| @@ -321,9 +321,7 @@ Use Unicode characters for footnoting." | |||
| 321 | (unicode Footnote-unicode ,footnote-unicode-regexp)) | 321 | (unicode Footnote-unicode ,footnote-unicode-regexp)) |
| 322 | "Styles of footnote tags available. | 322 | "Styles of footnote tags available. |
| 323 | By default only boring Arabic numbers, English letters and Roman Numerals | 323 | By default only boring Arabic numbers, English letters and Roman Numerals |
| 324 | are available. | 324 | are available.") |
| 325 | See footnote-han.el, footnote-greek.el and footnote-hebrew.el for more | ||
| 326 | exciting styles.") | ||
| 327 | 325 | ||
| 328 | (defcustom footnote-style 'numeric | 326 | (defcustom footnote-style 'numeric |
| 329 | "Default style used for footnoting. | 327 | "Default style used for footnoting. |