summaryrefslogtreecommitdiff
path: root/lisp/font-lock.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2014-10-06 20:20:33 -0700
committerGlenn Morris <rgm@gnu.org>2014-10-06 20:20:33 -0700
commit3eb1d3a0f8a7cf1bd46d4fa411c2eb73b26bfab7 (patch)
tree40fd08e4d652e6a330c52786bfaf1e13dd477cbc /lisp/font-lock.el
parentdd7023e4f7b9b7d8cec14829ca371a9fd424b939 (diff)
downloademacs-3eb1d3a0f8a7cf1bd46d4fa411c2eb73b26bfab7.tar.gz
* lisp/font-lock.el (font-lock-fontify-buffer): Fix interactive-only markup.
Diffstat (limited to 'lisp/font-lock.el')
-rw-r--r--lisp/font-lock.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/font-lock.el b/lisp/font-lock.el
index 0a6a0e80d15..22444277ba2 100644
--- a/lisp/font-lock.el
+++ b/lisp/font-lock.el
@@ -1047,7 +1047,7 @@ The region it returns may start or end in the middle of a line.")
;; Of course, this function doesn't do all of the above in all situations
;; (e.g. depending on whether jit-lock is in use) and it can't guess what
;; the caller wants.
- (interactive-only "use font-lock-ensure or font-lock-flush instead."))
+ (interactive-only "use `font-lock-ensure' or `font-lock-flush' instead."))
(interactive "p")
(font-lock-set-defaults)
(let ((font-lock-verbose (or font-lock-verbose interactively)))