diff options
Diffstat (limited to 'lisp/textmodes')
| -rw-r--r-- | lisp/textmodes/texinfo.el | 3 |
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. |
| 684 | Usually inserts the value of `texinfo-open-quote' (normally ``) or | 685 | Usually inserts the value of `texinfo-open-quote' (normally ``) or |