diff options
author | Štěpán Němec <stepnem@gmail.com> | 2021-05-28 11:38:59 +0200 |
---|---|---|
committer | Štěpán Němec <stepnem@gmail.com> | 2022-05-26 10:29:10 +0200 |
commit | a9f17ccce336ad5d384a6271f205a84141980019 (patch) | |
tree | 8a10a907576c08f6ce4546ee1925e9f4135b3ff6 /lisp/mail | |
parent | 86b49d58652a8f59a3489bf15b367ec224e17ae7 (diff) | |
download | emacs-a9f17ccce336ad5d384a6271f205a84141980019.tar.gz emacs-a9f17ccce336ad5d384a6271f205a84141980019.tar.bz2 emacs-a9f17ccce336ad5d384a6271f205a84141980019.zip |
; Fix some doc typos and minor language issues
Diffstat (limited to 'lisp/mail')
-rw-r--r-- | lisp/mail/footnote.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/mail/footnote.el b/lisp/mail/footnote.el index 638382dbab5..626fc1982d5 100644 --- a/lisp/mail/footnote.el +++ b/lisp/mail/footnote.el @@ -41,11 +41,11 @@ ;; + The key sequence 'C-c ! a C-y C-c ! b' should auto-fill the ;; footnote in adaptive fill mode. This does not seem to be a bug in ;; `adaptive-fill' because it behaves that way on all point movements -;; + Handle footmode mode elegantly in all modes, even if that means refuses to +;; + Handle footnote mode elegantly in all modes, even if that means refusing to ;; accept the burden. For example, in a programming language mode, footnotes ;; should be commented. -;; + Manually autofilling the a first footnote should not cause it to -;; wrap into the footnote section tag +;; + Manually autofilling the first footnote should not cause it to +;; wrap into the footnote section tag. ;; + Current solution adds a second newline after the section tag, so it is ;; clearly a separate paragraph. There may be stylistic objections to this. ;; + Footnotes with multiple paragraphs should not have their first |