From: Karl Heuer Date: Mon, 31 Mar 1997 22:46:25 +0000 (+0000) Subject: (hs-hide-block-at-point): Doc fix. X-Git-Tag: emacs-20.1~2675 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0992c4d48802ac8917d9e10af52bf639f8abe320;p=emacs.git (hs-hide-block-at-point): Doc fix. --- diff --git a/lisp/progmodes/hideshow.el b/lisp/progmodes/hideshow.el index 9cf2ac2782f..826b7fd219b 100644 --- a/lisp/progmodes/hideshow.el +++ b/lisp/progmodes/hideshow.el @@ -213,7 +213,7 @@ If FLAG is nil then text is shown, while if FLAG is t the text is hidden." (defun hs-hide-block-at-point (&optional end comment c-reg) "Hide block iff on block beginning, optional END means reposition at end. COMMENT true means that it should hide a comment block, C-REG is a list -of the forme (BEGIN . END) and specifies the limits of the comment." +of the form (BEGIN . END) and specifies the limits of the comment." (if comment (let ((reg (if c-reg c-reg (hs-inside-comment-p)))) (goto-char (nth 1 reg))