summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/progmodes/simula.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/simula.el b/lisp/progmodes/simula.el
index 1ed49836807..ce546eb169f 100644
--- a/lisp/progmodes/simula.el
+++ b/lisp/progmodes/simula.el
@@ -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