]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/font-lock.el (font-lock-fontify-buffer): Fix interactive-only markup.
authorGlenn Morris <rgm@gnu.org>
Tue, 7 Oct 2014 03:20:33 +0000 (20:20 -0700)
committerGlenn Morris <rgm@gnu.org>
Tue, 7 Oct 2014 03:20:33 +0000 (20:20 -0700)
lisp/ChangeLog
lisp/font-lock.el

index 88096b3e78c45c054a5a90ea7b303c23502847e5..2d60bd5d630ea50bf53b2165b2aaf4c7dc142e88 100644 (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.
index 0a6a0e80d150f0185008dd809afa38a4c06d4e93..22444277ba2ef177883f0366ccb35f5f14a9e9f1 100644 (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)))