emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 41f12e1019: ; * lisp/elide-head.el (elide-head): Doc fix to sil


From: Stefan Kangas
Subject: emacs-29 41f12e1019: ; * lisp/elide-head.el (elide-head): Doc fix to silence checkdoc.
Date: Tue, 27 Dec 2022 11:31:07 -0500 (EST)

branch: emacs-29
commit 41f12e1019bb96e424e27c2290b285bf7899de80
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    ; * lisp/elide-head.el (elide-head): Doc fix to silence checkdoc.
---
 lisp/elide-head.el | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/lisp/elide-head.el b/lisp/elide-head.el
index 75a3612df9..e79b582cb1 100644
--- a/lisp/elide-head.el
+++ b/lisp/elide-head.el
@@ -147,10 +147,11 @@ mode hooks."
 (defun elide-head (&optional arg)
   "Hide header material in buffer according to `elide-head-headers-to-hide'.
 
-The header is made invisible with an overlay.  With a prefix arg, show
-an elided material again.
+The header is made invisible with an overlay.  With a prefix
+argument ARG, show an elided material again.
 
-This is suitable as an entry on `find-file-hook' or appropriate mode hooks."
+This is suitable as an entry on `find-file-hook' or appropriate
+mode hooks."
   (declare (obsolete elide-head-mode "29.1"))
   (interactive "P")
   (if arg



reply via email to

[Prev in Thread] Current Thread [Next in Thread]