]> git.eshelyaron.com Git - emacs.git/commitdiff
Improve documentation of 'font-lock-remove-keywords'
authorEli Zaretskii <eliz@gnu.org>
Fri, 4 Nov 2016 09:16:40 +0000 (11:16 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 4 Nov 2016 09:16:40 +0000 (11:16 +0200)
* doc/lispref/modes.texi (Customizing Keywords): Clarify the
'keywords' argument of 'font-lock-remove-keywords'.  Suggested by
Hong Xu <hong@topbug.net>.  (Bug#24830)

doc/lispref/modes.texi

index 32baa27147bf50a3c64111389b5ecbb6c8356c3b..7bbb5e6f5836b556ffed6349ef1800f0e52c5eed 100644 (file)
@@ -2916,7 +2916,9 @@ This function removes @var{keywords} from @code{font-lock-keywords}
 for the current buffer or for major mode @var{mode}.  As in
 @code{font-lock-add-keywords}, @var{mode} should be a major mode
 command name or @code{nil}.  All the caveats and requirements for
-@code{font-lock-add-keywords} apply here too.
+@code{font-lock-add-keywords} apply here too.  The argument
+@var{keywords} must exactly match the one used by the corresponding
+@code{font-lock-add-keywords}.
 @end defun
 
   For example, the following code adds two fontification patterns for C