summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/lisp-mnt.el
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2024-07-06 19:34:28 +0200
committerStefan Kangas <stefankangas@gmail.com>2024-07-06 19:35:28 +0200
commit48f4c9cbbc1297eeb2299928bd415c891b98d999 (patch)
tree3d051748ccc8c3ef00e920adb3de7cf8f9864762 /lisp/emacs-lisp/lisp-mnt.el
parent22155753a464ceb7cd4f3387738e0dbca8acbd19 (diff)
downloademacs-48f4c9cbbc1297eeb2299928bd415c891b98d999.tar.gz
emacs-48f4c9cbbc1297eeb2299928bd415c891b98d999.tar.bz2
emacs-48f4c9cbbc1297eeb2299928bd415c891b98d999.zip
; Reflow "Commentary" in lisp-mnt.el
* lisp/emacs-lisp/lisp-mnt.el: Reflow "Commentary" section.
Diffstat (limited to 'lisp/emacs-lisp/lisp-mnt.el')
-rw-r--r--lisp/emacs-lisp/lisp-mnt.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/lisp-mnt.el b/lisp/emacs-lisp/lisp-mnt.el
index f111a77663c..8b0494dc5cb 100644
--- a/lisp/emacs-lisp/lisp-mnt.el
+++ b/lisp/emacs-lisp/lisp-mnt.el
@@ -71,8 +71,8 @@
;; ;; Eric S. Raymond <esr@thyrsus.com>
;;
;; * Maintainer line --- should be a single name/address as in the Author
-;; line, or an address only. If there is no maintainer
-;; line, the person(s) in the Author field are presumed to be it.
+;; line, or an address only. If there is no maintainer line, the person(s) in
+;; the Author field are presumed to be it.
;; The idea behind these two fields is to be able to write a Lisp function
;; that does "send mail to the author" without having to mine the name out by
;; hand. Please be careful about surrounding the network address with <> if