1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-29 19:48:19 +00:00

Minor fix to last change.

This commit is contained in:
Chong Yidong 2011-08-20 23:02:39 -04:00
parent 2c34e8dad7
commit 39eeb2f7c5

View File

@ -1031,7 +1031,7 @@ This works by calling `font-lock-unfontify-region-function'."
(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 @@ what properties to clear before refontifying a region.")
(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