changeset 17270:8899e9305c25

(hs-hide-block-at-point): Doc fix.
author Karl Heuer <kwzh@gnu.org>
date Mon, 31 Mar 1997 22:46:25 +0000
parents b177ee3c4f0e
children e34a30952e14
files lisp/progmodes/hideshow.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/hideshow.el	Mon Mar 31 22:25:27 1997 +0000
+++ b/lisp/progmodes/hideshow.el	Mon Mar 31 22:46:25 1997 +0000
@@ -213,7 +213,7 @@
 (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))