emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r105517: Minor fix to last change.


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r105517: Minor fix to last change.
Date: Sat, 20 Aug 2011 23:02:39 -0400
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 105517
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Sat 2011-08-20 23:02:39 -0400
message:
  Minor fix to last change.
modified:
  lisp/font-lock.el
=== modified file 'lisp/font-lock.el'
--- a/lisp/font-lock.el 2011-08-21 03:00:52 +0000
+++ b/lisp/font-lock.el 2011-08-21 03:02:39 +0000
@@ -1031,7 +1031,7 @@
     (funcall font-lock-unfontify-region-function beg end)))
 
 (defun font-lock-default-fontify-buffer ()
-  "Fontify the whole buffer using `font-lock-fontify-buffer-function'."
+  "Fontify the whole buffer using `font-lock-fontify-region-function'."
   (let ((verbose (if (numberp font-lock-verbose)
                     (> (buffer-size) font-lock-verbose)
                   font-lock-verbose)))
@@ -1173,8 +1173,7 @@
 
 (defun font-lock-default-unfontify-region (beg end)
   "Unfontify the text between BEG and END.
-This function is the default value of the variable
- `font-lock-unfontify-region-function'."
+This function is the default `font-lock-unfontify-region-function'."
   (remove-list-of-text-properties
    beg end (append
            font-lock-extra-managed-props


reply via email to

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