From 41f12e1019bb96e424e27c2290b285bf7899de80 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Tue, 27 Dec 2022 17:28:08 +0100 Subject: [PATCH] ; * 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 75a3612df91..e79b582cb14 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 -- 2.39.2