aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes
diff options
context:
space:
mode:
authorStefan Monnier2007-08-23 18:37:20 +0000
committerStefan Monnier2007-08-23 18:37:20 +0000
commit1c232e1069a994efecd304789d823fd30686d700 (patch)
tree8d64846c06b44fe19b9a4bb2da7681469fd92832 /lisp/textmodes
parent8d559559ce2af88493855cf3a46b299b46ef0846 (diff)
downloademacs-1c232e1069a994efecd304789d823fd30686d700.tar.gz
emacs-1c232e1069a994efecd304789d823fd30686d700.zip
(\,): Calrify it's not a new-style unquote.
Diffstat (limited to 'lisp/textmodes')
-rw-r--r--lisp/textmodes/texinfmt.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/texinfmt.el b/lisp/textmodes/texinfmt.el
index 9e4f9ca9ec5..31e7946c58e 100644
--- a/lisp/textmodes/texinfmt.el
+++ b/lisp/textmodes/texinfmt.el
@@ -3270,7 +3270,7 @@ Default is to leave paragraph indentation as is."
3270;; Take arguments 3270;; Take arguments
3271 3271
3272;; @,{c} ==> c, cedilla accent 3272;; @,{c} ==> c, cedilla accent
3273(put ', 'texinfo-format 'texinfo-format-cedilla-accent) 3273(put '\, 'texinfo-format 'texinfo-format-cedilla-accent)
3274(defun texinfo-format-cedilla-accent () 3274(defun texinfo-format-cedilla-accent ()
3275 (insert (texinfo-parse-arg-discard) ",") 3275 (insert (texinfo-parse-arg-discard) ",")
3276 (goto-char texinfo-command-start)) 3276 (goto-char texinfo-command-start))