diff options
| -rw-r--r-- | lisp/textmodes/texinfmt.el | 2 |
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)) |