comparison lisp/newcomment.el @ 50784:f9cbd74b1337

(comment-search-forward): Add autoload cookie.
author Richard M. Stallman <rms@gnu.org>
date Sat, 03 May 2003 13:50:14 +0000
parents 4b5928c8d588
children 4bf309d5413a
comparison
equal deleted inserted replaced
50783:f26c6004759f 50784:f9cbd74b1337
303 303
304 ;;;; 304 ;;;;
305 ;;;; Navigation 305 ;;;; Navigation
306 ;;;; 306 ;;;;
307 307
308 ;;;###autoload
308 (defun comment-search-forward (limit &optional noerror) 309 (defun comment-search-forward (limit &optional noerror)
309 "Find a comment start between point and LIMIT. 310 "Find a comment start between point and LIMIT.
310 Moves point to inside the comment and returns the position of the 311 Moves point to inside the comment and returns the position of the
311 comment-starter. If no comment is found, moves point to LIMIT 312 comment-starter. If no comment is found, moves point to LIMIT
312 and raises an error or returns nil of NOERROR is non-nil." 313 and raises an error or returns nil of NOERROR is non-nil."