]> code.delx.au - gnu-emacs/blobdiff - lisp/textmodes/texinfo.el
Fix minor quoting problems in doc strings
[gnu-emacs] / lisp / textmodes / texinfo.el
index 895adbf892ea62262320c2dbbe8ca0a5afb43ed1..6b28249c427ebf90f9b5d8a223459c4339eb9a0b 100644 (file)
@@ -689,7 +689,7 @@ Puts point on a blank line between them."
   '("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
+Usually inserts the value of `texinfo-open-quote' (normally \\=`\\=`) or
 `texinfo-close-quote' (normally ''), depending on the context.
 With prefix argument or inside @code or @example, inserts a plain \"."
   (interactive "*P")