mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Merge from emacs-24; up to 2012-11-26T19:56:14Z!monnier@iro.umontreal.ca
This commit is contained in:
commit
265c2fbf11
21 changed files with 300 additions and 113 deletions
|
|
@ -678,7 +678,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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue