Mercurial > emacs
changeset 55687:4d4340e24361
(Search-based Fontification): Fix typo.
author | Thien-Thi Nguyen <ttn@gnuvola.org> |
---|---|
date | Wed, 19 May 2004 14:26:14 +0000 |
parents | c17438f97e46 |
children | 25f6dc21c965 |
files | lispref/modes.texi |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/modes.texi Wed May 19 09:49:33 2004 +0000 +++ b/lispref/modes.texi Wed May 19 14:26:14 2004 +0000 @@ -2001,7 +2001,7 @@ 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 +the search; it should begin searching at point, and not search beyond the limit. It should return non-@code{nil} if it succeeds, and set the match data to describe the match that was found. Returning @code{nil} indicates failure of the search.