emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r118067: * lisp/font-lock.el (font-lock-fontify-buff


From: Glenn Morris
Subject: [Emacs-diffs] trunk r118067: * lisp/font-lock.el (font-lock-fontify-buffer): Fix interactive-only markup.
Date: Tue, 07 Oct 2014 03:20:39 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 118067
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Mon 2014-10-06 20:20:33 -0700
message:
  * lisp/font-lock.el (font-lock-fontify-buffer): Fix interactive-only markup.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/font-lock.el              fontlock.el-20091113204419-o5vbwnq5f7feedwu-603
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-10-07 03:19:10 +0000
+++ b/lisp/ChangeLog    2014-10-07 03:20:33 +0000
@@ -1,3 +1,7 @@
+2014-10-07  Glenn Morris  <address@hidden>
+
+       * font-lock.el (font-lock-fontify-buffer): Fix interactive-only markup.
+
 2014-10-07  Wilson Snyder  <address@hidden>
 
        Sync with upstream verilog-mode revision c075a492.

=== modified file 'lisp/font-lock.el'
--- a/lisp/font-lock.el 2014-09-22 13:52:06 +0000
+++ b/lisp/font-lock.el 2014-10-07 03:20:33 +0000
@@ -1047,7 +1047,7 @@
    ;; 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)))


reply via email to

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