]> git.eshelyaron.com Git - emacs.git/commitdiff
Doc fix for commented out function.
authorPavel Janík <Pavel@Janik.cz>
Thu, 20 Dec 2001 18:17:15 +0000 (18:17 +0000)
committerPavel Janík <Pavel@Janik.cz>
Thu, 20 Dec 2001 18:17:15 +0000 (18:17 +0000)
lisp/progmodes/simula.el

index 1ed49836807246f85cbff1da5adca24c9e565865..ce546eb169f5db497dd2147079036036c543191b 100644 (file)
@@ -1731,7 +1731,7 @@ If not nil and not t, move to limit of search and return nil."
 ;
 ;;; function used by hilit19
 ;(defun simula-find-next-comment-region (param)
-;  "Return region (start end) cons of comment after point, or NIL"
+;  "Return region (start end) cons of comment after point, or nil."
 ;  (let (start end)
 ;    ;; This function is called repeatedly, check if point is
 ;    ;; where we left it in the last call