Mercurial > emacs
changeset 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 | 46e216716173 |
children | 4bcb69ad0da0 |
files | lisp/progmodes/simula.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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