]> git.eshelyaron.com Git - emacs.git/commitdiff
(font-lock-syntactic-face-function): Fix docstring.
authorLute Kamstra <lute@gnu.org>
Mon, 25 Apr 2005 11:12:33 +0000 (11:12 +0000)
committerLute Kamstra <lute@gnu.org>
Mon, 25 Apr 2005 11:12:33 +0000 (11:12 +0000)
lisp/ChangeLog
lisp/font-lock.el

index 8820980bf7df6fbc0c15513b6ca8df36037df85d..34240ae912417614b85e12d74c90c4898d3ef716 100644 (file)
@@ -1,3 +1,9 @@
+2005-04-25  Lute Kamstra  <lute@gnu.org>
+
+       * font-core.el (font-lock-defaults): Fix docstring.
+
+       * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
+
 2005-04-25  Kenichi Handa  <handa@m17n.org>
 
        * international/mule-cmds.el (select-safe-coding-system): Don't
index d82aade9c84046f4f6334211ece0c8f1cc1ae67b..91977bcb6f26022b6b1d2f5a33739fcbcca78cd4 100644 (file)
@@ -496,7 +496,7 @@ sometimes be slightly incorrect.")
   "Function to determine which face to use when fontifying syntactically.
 The function is called with a single parameter (the state as returned by
 `parse-partial-sexp' at the beginning of the region to highlight) and
-should return a face.")
+should return a face.  This is normally set via `font-lock-defaults'.")
 
 (defvar font-lock-syntactic-keywords nil
   "A list of the syntactic keywords to highlight.
@@ -646,6 +646,7 @@ Major/minor modes can set this variable if they know which option applies.")
 ;;;###autoload
 (defun font-lock-add-keywords (mode keywords &optional append)
   "Add highlighting KEYWORDS for MODE.
+
 MODE should be a symbol, the major mode command name, such as `c-mode'
 or nil.  If nil, highlighting keywords are added for the current buffer.
 KEYWORDS should be a list; see the variable `font-lock-keywords'.