aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Kangas2022-12-27 17:28:08 +0100
committerStefan Kangas2022-12-27 17:30:51 +0100
commit41f12e1019bb96e424e27c2290b285bf7899de80 (patch)
tree948a387a7301bbb9dd464aa5452170743d60e8ac
parente3b4cd0ac1df326034492bcf64a25d95a1ca7e38 (diff)
downloademacs-41f12e1019bb96e424e27c2290b285bf7899de80.tar.gz
emacs-41f12e1019bb96e424e27c2290b285bf7899de80.zip
; * lisp/elide-head.el (elide-head): Doc fix to silence checkdoc.
-rw-r--r--lisp/elide-head.el7
1 files changed, 4 insertions, 3 deletions
diff --git a/lisp/elide-head.el b/lisp/elide-head.el
index 75a3612df91..e79b582cb14 100644
--- a/lisp/elide-head.el
+++ b/lisp/elide-head.el
@@ -147,10 +147,11 @@ mode hooks."
147(defun elide-head (&optional arg) 147(defun elide-head (&optional arg)
148 "Hide header material in buffer according to `elide-head-headers-to-hide'. 148 "Hide header material in buffer according to `elide-head-headers-to-hide'.
149 149
150The header is made invisible with an overlay. With a prefix arg, show 150The header is made invisible with an overlay. With a prefix
151an elided material again. 151argument ARG, show an elided material again.
152 152
153This is suitable as an entry on `find-file-hook' or appropriate mode hooks." 153This is suitable as an entry on `find-file-hook' or appropriate
154mode hooks."
154 (declare (obsolete elide-head-mode "29.1")) 155 (declare (obsolete elide-head-mode "29.1"))
155 (interactive "P") 156 (interactive "P")
156 (if arg 157 (if arg