1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-17 10:06:13 +00:00

Doc fix for commented out function.

This commit is contained in:
Pavel Janík 2001-12-20 18:17:15 +00:00
parent 9340a58f83
commit cfcf9cb516

View File

@ -1731,7 +1731,7 @@ If not nil and not t, move to limit of search and return nil."
; ;
;;; function used by hilit19 ;;; function used by hilit19
;(defun simula-find-next-comment-region (param) ;(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) ; (let (start end)
; ;; This function is called repeatedly, check if point is ; ;; This function is called repeatedly, check if point is
; ;; where we left it in the last call ; ;; where we left it in the last call