aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/info.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/info.el b/lisp/info.el
index 301f6ece145..94b0ef6ce75 100644
--- a/lisp/info.el
+++ b/lisp/info.el
@@ -4262,8 +4262,9 @@ With a zero prefix arg, put the name inside a function call to `info'."
4262;; We deliberately fontify only ‘..’ quoting, and not `..', because 4262;; We deliberately fontify only ‘..’ quoting, and not `..', because
4263;; the former can be done much more reliably, i.e. without risking 4263;; the former can be done much more reliably, i.e. without risking
4264;; false positives. 4264;; false positives.
4265;; FIXME: It doesn't handle nested quotes.
4265(defvar Info-mode-font-lock-keywords 4266(defvar Info-mode-font-lock-keywords
4266 '(("‘\\([^’]*\\)’" (1 'Info-quoted)))) 4267 '(("‘\\([‘’]\\|[^‘’]*\\)’" (1 'Info-quoted))))
4267 4268
4268;; Autoload cookie needed by desktop.el 4269;; Autoload cookie needed by desktop.el
4269;;;###autoload 4270;;;###autoload