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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lispref/modes.texi [lexbind]
Date: Tue, 06 Jul 2004 07:10:55 -0400

Index: emacs/lispref/modes.texi
diff -c emacs/lispref/modes.texi:1.49.2.6 emacs/lispref/modes.texi:1.49.2.7
*** emacs/lispref/modes.texi:1.49.2.6   Tue May 11 02:36:36 2004
--- emacs/lispref/modes.texi    Tue Jul  6 09:23:49 2004
***************
*** 2001,2007 ****
  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.
--- 2001,2007 ----
  it finds using @code{font-lock-keyword-face}.
  
  When @var{function} is called, it receives one argument, the limit of
! the search; it should begin 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.




reply via email to

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