aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/textmodes')
-rw-r--r--lisp/textmodes/texinfo.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/textmodes/texinfo.el b/lisp/textmodes/texinfo.el
index 253b56f09b1..263d875a5f0 100644
--- a/lisp/textmodes/texinfo.el
+++ b/lisp/textmodes/texinfo.el
@@ -678,7 +678,8 @@ Puts point on a blank line between them."
678 (not (match-end 1))))) 678 (not (match-end 1)))))
679 679
680(defvar texinfo-enable-quote-macros "@\\(code\\|samp\\|kbd\\)\\>") 680(defvar texinfo-enable-quote-macros "@\\(code\\|samp\\|kbd\\)\\>")
681(defvar texinfo-enable-quote-envs '("example\\>" "lisp\\>")) 681(defvar texinfo-enable-quote-envs
682 '("example\\>" "smallexample\\>" "lisp\\>"))
682(defun texinfo-insert-quote (&optional arg) 683(defun texinfo-insert-quote (&optional arg)
683 "Insert the appropriate quote mark for Texinfo. 684 "Insert the appropriate quote mark for Texinfo.
684Usually inserts the value of `texinfo-open-quote' (normally ``) or 685Usually inserts the value of `texinfo-open-quote' (normally ``) or