]> code.delx.au - gnu-emacs/blobdiff - doc/misc/efaq.texi
Documentation fixes re quotes
[gnu-emacs] / doc / misc / efaq.texi
index 3e9109d0924956a396e8bdd40dcccd69294ca692..75df1d41ff9877d415a9be972781bfc7403abaa8 100644 (file)
@@ -4336,7 +4336,7 @@ best fix I've been able to come up with:
 
 @lisp
 (defun rmail-reply-t ()
-  "Reply only to the sender of the current message. (See rmail-reply.)"
+  "Reply only to the sender of the current message. (See ‘rmail-reply’.)"
   (interactive)
   (rmail-reply t))