* lisp/font-lock.el (font-lock-fontify-buffer): Fix interactive-only markup.

This commit is contained in:
Glenn Morris 2014-10-06 20:20:33 -07:00
parent dd7023e4f7
commit 3eb1d3a0f8
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2014-10-07 Glenn Morris <rgm@gnu.org>
* font-lock.el (font-lock-fontify-buffer): Fix interactive-only markup.
2014-10-07 Wilson Snyder <wsnyder@wsnyder.org>
Sync with upstream verilog-mode revision c075a492.

View file

@ -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)))