Fix insertion of " inside @smallexample.
authorEli Zaretskii <eliz@gnu.org>
Fri, 7 Dec 2012 15:52:40 +0000 (17:52 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 7 Dec 2012 15:52:40 +0000 (17:52 +0200)
 lisp/textmodes/texinfo.el (texinfo-enable-quote-envs): Add "smallexample".

lisp/ChangeLog
lisp/textmodes/texinfo.el

index 3b7b62b..ff604d0 100644 (file)
@@ -1,3 +1,8 @@
+2012-12-07  Eli Zaretskii  <eliz@gnu.org>
+
+       * textmodes/texinfo.el (texinfo-enable-quote-envs): Add
+       "smallexample".
+
 2012-12-07  Le Wang  <l26wang@gmail.com>
 
        * hilit-chg.el (hilit-chg-set-face-on-change): Don't burp in
index 4e7715d..52b9ab0 100644 (file)
@@ -676,7 +676,8 @@ Puts point on a blank line between them."
         (not (match-end 1)))))
 
 (defvar texinfo-enable-quote-macros "@\\(code\\|samp\\|kbd\\)\\>")
-(defvar texinfo-enable-quote-envs '("example\\>" "lisp\\>"))
+(defvar texinfo-enable-quote-envs
+  '("example\\>" "smallexample\\>" "lisp\\>"))
 (defun texinfo-insert-quote (&optional arg)
   "Insert the appropriate quote mark for Texinfo.
 Usually inserts the value of `texinfo-open-quote' (normally ``) or