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 4e7715dcea9..52b9ab092ae 100644 --- a/lisp/textmodes/texinfo.el +++ b/lisp/textmodes/texinfo.el | |||
| @@ -676,7 +676,8 @@ Puts point on a blank line between them." | |||
| 676 | (not (match-end 1))))) | 676 | (not (match-end 1))))) |
| 677 | 677 | ||
| 678 | (defvar texinfo-enable-quote-macros "@\\(code\\|samp\\|kbd\\)\\>") | 678 | (defvar texinfo-enable-quote-macros "@\\(code\\|samp\\|kbd\\)\\>") |
| 679 | (defvar texinfo-enable-quote-envs '("example\\>" "lisp\\>")) | 679 | (defvar texinfo-enable-quote-envs |
| 680 | '("example\\>" "smallexample\\>" "lisp\\>")) | ||
| 680 | (defun texinfo-insert-quote (&optional arg) | 681 | (defun texinfo-insert-quote (&optional arg) |
| 681 | "Insert the appropriate quote mark for Texinfo. | 682 | "Insert the appropriate quote mark for Texinfo. |
| 682 | Usually inserts the value of `texinfo-open-quote' (normally ``) or | 683 | Usually inserts the value of `texinfo-open-quote' (normally ``) or |