emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/modes.texi


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/modes.texi
Date: Tue, 11 Dec 2001 01:10:33 -0500

Index: emacs/lispref/modes.texi
diff -c emacs/lispref/modes.texi:1.42 emacs/lispref/modes.texi:1.43
*** emacs/lispref/modes.texi:1.42       Sun Nov 11 15:08:27 2001
--- emacs/lispref/modes.texi    Tue Dec 11 01:10:32 2001
***************
*** 1824,1831 ****
  it finds using @code{font-lock-keyword-face}.
  
  When @var{function} is called, it receives one argument, the limit of
! the search.  It should return address@hidden if it succeeds, and set the
! match data to describe the match that was found.
  
  @item (@var{matcher} . @var{match})
  In this kind of element, @var{matcher} is either a regular
--- 1824,1838 ----
  it finds using @code{font-lock-keyword-face}.
  
  When @var{function} is called, it receives one argument, the limit of
! the search; it should searching at point, and not search beyond the
! limit.  It should return address@hidden if it succeeds, and set the
! match data to describe the match that was found.  Returning @code{nil}
! indicates failure of the search.
! 
! Fontification will call @var{function} repeatedly with the same limit,
! and with point where the previous invocation left it, until
! @var{function} fails.  On failure, @var{function} need not reset point
! in any particular way.
  
  @item (@var{matcher} . @var{match})
  In this kind of element, @var{matcher} is either a regular



reply via email to

[Prev in Thread] Current Thread [Next in Thread]