aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/editfns.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/editfns.c b/src/editfns.c
index a46e33bee9e..20cb3a80c7b 100644
--- a/src/editfns.c
+++ b/src/editfns.c
@@ -3906,10 +3906,9 @@ DEFUN ("format-message", Fformat_message, Sformat_message, 1, MANY, 0,
3906The first argument is a format control string. 3906The first argument is a format control string.
3907The other arguments are substituted into it to make the result, a string. 3907The other arguments are substituted into it to make the result, a string.
3908 3908
3909This acts like `format', except it also replaces each left single 3909This acts like `format', except it also replaces each grave accent (\\=`)
3910quotation mark (‘) and grave accent (\\=`) by a left quote, and each 3910by a left quote, and each apostrophe (\\=') by a right quote. The left
3911right single quotation mark (’) and apostrophe (\\=') by a right quote. 3911and right quote replacement characters are specified by
3912The left and right quote replacement characters are specified by
3913`text-quoting-style'. 3912`text-quoting-style'.
3914 3913
3915usage: (format-message STRING &rest OBJECTS) */) 3914usage: (format-message STRING &rest OBJECTS) */)