]> code.delx.au - gnu-emacs/blobdiff - lisp/time-stamp.el
Merge branch 'emacs-25-merge'
[gnu-emacs] / lisp / time-stamp.el
index b6a73409f87216b2398eadc305f855e2b86e4d18..c148a57854f1c0bdd75159f983c8b0046aba7d73 100644 (file)
@@ -677,7 +677,7 @@ otherwise the value of the function `system-name'."
 ;;; the rest of this file is for version 1 compatibility
 
 (defun time-stamp-fconcat (list sep)
-  "Similar to (mapconcat 'funcall LIST SEP) but LIST allows literals.
+  "Similar to (mapconcat \\='funcall LIST SEP) but LIST allows literals.
 If an element of LIST is a symbol, it is funcalled to get the string to use;
 the separator SEP is used between two strings obtained by funcalling a
 symbol.  Otherwise the element itself is inserted; no separator is used