]> code.delx.au - gnu-emacs/blobdiff - lisp/calendar/cal-tex.el
Merge from origin/emacs-25
[gnu-emacs] / lisp / calendar / cal-tex.el
index 4f2eb9890105b83a142c62db5307d65cbc446569..c7729dc94296429179cf8ad4a169633e1386f72e 100644 (file)
@@ -1710,8 +1710,8 @@ non-nil, means add to end of buffer without erasing current contents."
   (cal-tex-cmd "\\hspace*" space))
 
 (defun cal-tex-comment (&optional comment)
-  "Insert `% ', followed by optional string COMMENT, followed by newline.
-COMMENT may contain newlines, which are prefixed by `% ' in the output."
+  "Insert \"% \", followed by optional string COMMENT, followed by newline.
+COMMENT may contain newlines, which are prefixed by \"% \" in the output."
   (insert (format "%% %s\n"
                   (if comment
                       (replace-regexp-in-string "\n" "\n% " comment)