diff lisp/progmodes/simula.el @ 42202:0d134c4e222a

Doc fix for commented out function.
author Pavel Janík <Pavel@Janik.cz>
date Thu, 20 Dec 2001 18:17:15 +0000
parents b174db545cfd
children 15430c8d0eaa
line wrap: on
line diff
--- a/lisp/progmodes/simula.el	Thu Dec 20 09:14:27 2001 +0000
+++ b/lisp/progmodes/simula.el	Thu Dec 20 18:17:15 2001 +0000
@@ -1731,7 +1731,7 @@
 ;
 ;;; 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