mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(hs-hide-block-at-point): Doc fix.
This commit is contained in:
parent
90d6bfb921
commit
0992c4d488
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue