diff options
author | Stefan Kangas <stefan@marxist.se> | 2022-05-27 06:30:20 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2022-05-27 06:30:20 +0200 |
commit | 7da754015f15642b884e11a9b9abeaec838b0c4a (patch) | |
tree | fef8e24d70b28d6bb5a3d7884c00e4daa4bb75a8 /lisp/mail/footnote.el | |
parent | bb0317442b4d62108ca40cc396f5ced467c55f25 (diff) | |
parent | 9283508fb282cbd51b9376f17b5347246daf74f2 (diff) | |
download | emacs-7da754015f15642b884e11a9b9abeaec838b0c4a.tar.gz emacs-7da754015f15642b884e11a9b9abeaec838b0c4a.tar.bz2 emacs-7da754015f15642b884e11a9b9abeaec838b0c4a.zip |
Merge from origin/emacs-28
9283508fb2 Fix format specifiers in tramp-adb.el
a9f17ccce3 ; Fix some doc typos and minor language issues
Diffstat (limited to 'lisp/mail/footnote.el')
-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 a985a212557..29e16c419be 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 |