Merge from origin/emacs-25

4c3f738 Comment for bug#24793
This commit is contained in:
Paul Eggert 2016-10-25 12:50:31 -07:00
commit 1ea669d6f0

View file

@ -4230,6 +4230,9 @@ With a zero prefix arg, put the name inside a function call to `info'."
'((t :inherit fixed-pitch-serif))
"Face used for quoted elements.")
;; We deliberately fontify only .. quoting, and not `..', because
;; the former can be done much more reliably, i.e. without risking
;; false positives.
(defvar Info-mode-font-lock-keywords
'(("\\([^]*\\)" (1 'Info-quoted))))