]> code.delx.au - gnu-emacs/blobdiff - lisp/font-lock.el
Update copyright year to 2015
[gnu-emacs] / lisp / font-lock.el
index 0a6a0e80d150f0185008dd809afa38a4c06d4e93..6ec6c9f11964cd111c391254fe93e9621417f55e 100644 (file)
@@ -1,6 +1,6 @@
 ;;; font-lock.el --- Electric font lock mode
 
-;; Copyright (C) 1992-2014 Free Software Foundation, Inc.
+;; Copyright (C) 1992-2015 Free Software Foundation, Inc.
 
 ;; Author: Jamie Zawinski
 ;;     Richard Stallman
@@ -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)))