]> code.delx.au - gnu-emacs/blobdiff - lisp/font-lock.el
(Finternal_show_cursor_p): Fix doc string.
[gnu-emacs] / lisp / font-lock.el
index fe45bf5675a9e49626a85252dedb72c2a81062f5..9dcb8a3facb41dc019df962be783407ff912074a 100644 (file)
@@ -1964,7 +1964,7 @@ This function could be MATCHER in a MATCH-ANCHORED `font-lock-keywords' item."
               nil t))
      ;;
      ;; Emacs Lisp autoload cookies.
-     '("^;;;###\\(autoload\\)\\>" 1 font-lock-warning-face prepend)
+     '("^;;;###\\(autoload\\)" 1 font-lock-warning-face prepend)
      ))
   "Subdued level highlighting for Lisp modes.")