aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Janík2001-12-20 18:17:15 +0000
committerPavel Janík2001-12-20 18:17:15 +0000
commitcfcf9cb51648b14b2956c9f99c664e0e65611343 (patch)
tree4358e7012ea45a661736bfcf6f101f5283e1e986
parent9340a58f834f988394d156c733dba25d5331d1e3 (diff)
downloademacs-cfcf9cb51648b14b2956c9f99c664e0e65611343.tar.gz
emacs-cfcf9cb51648b14b2956c9f99c664e0e65611343.zip
Doc fix for commented out function.
-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."
1731; 1731;
1732;;; function used by hilit19 1732;;; function used by hilit19
1733;(defun simula-find-next-comment-region (param) 1733;(defun simula-find-next-comment-region (param)
1734; "Return region (start end) cons of comment after point, or NIL" 1734; "Return region (start end) cons of comment after point, or nil."
1735; (let (start end) 1735; (let (start end)
1736; ;; This function is called repeatedly, check if point is 1736; ;; This function is called repeatedly, check if point is
1737; ;; where we left it in the last call 1737; ;; where we left it in the last call