diff options
| author | Stefan Kangas | 2022-12-27 17:28:08 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2022-12-27 17:30:51 +0100 |
| commit | 41f12e1019bb96e424e27c2290b285bf7899de80 (patch) | |
| tree | 948a387a7301bbb9dd464aa5452170743d60e8ac | |
| parent | e3b4cd0ac1df326034492bcf64a25d95a1ca7e38 (diff) | |
| download | emacs-41f12e1019bb96e424e27c2290b285bf7899de80.tar.gz emacs-41f12e1019bb96e424e27c2290b285bf7899de80.zip | |
; * lisp/elide-head.el (elide-head): Doc fix to silence checkdoc.
| -rw-r--r-- | lisp/elide-head.el | 7 |
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 | ||
| 150 | The header is made invisible with an overlay. With a prefix arg, show | 150 | The header is made invisible with an overlay. With a prefix |
| 151 | an elided material again. | 151 | argument ARG, show an elided material again. |
| 152 | 152 | ||
| 153 | This is suitable as an entry on `find-file-hook' or appropriate mode hooks." | 153 | This is suitable as an entry on `find-file-hook' or appropriate |
| 154 | mode 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 |