# HG changeset patch # User Pavel Jank # Date 1008872235 0 # Node ID 0d134c4e222a3753111aa32f093a6bdd04d221ed # Parent 46e2167161737265cf9e500e3d9cb429f0d44e2c Doc fix for commented out function. diff -r 46e216716173 -r 0d134c4e222a lisp/progmodes/simula.el --- 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