]> code.delx.au - gnu-emacs/blobdiff - lisp/textmodes/texinfo.el
Prefer directed to neutral quotes
[gnu-emacs] / lisp / textmodes / texinfo.el
index 6b28249c427ebf90f9b5d8a223459c4339eb9a0b..2c6d5b3827cba7cef9bf054bd3e4520733008336 100644 (file)
@@ -690,7 +690,7 @@ Puts point on a blank line between them."
 (defun texinfo-insert-quote (&optional arg)
   "Insert the appropriate quote mark for Texinfo.
 Usually inserts the value of `texinfo-open-quote' (normally \\=`\\=`) or
-`texinfo-close-quote' (normally ''), depending on the context.
+`texinfo-close-quote' (normally \\='\\='), depending on the context.
 With prefix argument or inside @code or @example, inserts a plain \"."
   (interactive "*P")
   (let ((top (or (save-excursion (re-search-backward "@node\\>" nil t))