]> code.delx.au - gnu-emacs/blobdiff - src/editfns.c
Go back to grave quoting in source-code docstrings etc.
[gnu-emacs] / src / editfns.c
index e7d5dd89e51736c91188c5268b55b8b36912a080..831edb4c171aed4640dc7638d5f7cba5a2df771c 100644 (file)
@@ -3837,11 +3837,11 @@ DEFUN ("format-message", Fformat_message, Sformat_message, 1, MANY, 0,
 The first argument is a format control string.
 The other arguments are substituted into it to make the result, a string.
 
-This acts like ‘format’, except it also replaces each left single
+This acts like `format', except it also replaces each left single
 quotation mark (\\=‘) and grave accent (\\=`) by a left quote, and each
 right single quotation mark (\\=’) and apostrophe (\\=') by a right quote.
 The left and right quote replacement characters are specified by
-‘text-quoting-style’.
+`text-quoting-style'.
 
 usage: (format-message STRING &rest OBJECTS)  */)
   (ptrdiff_t nargs, Lisp_Object *args)