* src/editfns.c (Fformat_message): Fix doc to match current behavior.
This commit is contained in:
parent
6f40b8b23a
commit
f24011b4d1
1 changed files with 3 additions and 4 deletions
|
@ -3906,10 +3906,9 @@ 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
|
||||
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
|
||||
This acts like `format', except it also replaces each grave accent (\\=`)
|
||||
by a left quote, and each apostrophe (\\=') by a right quote. The left
|
||||
and right quote replacement characters are specified by
|
||||
`text-quoting-style'.
|
||||
|
||||
usage: (format-message STRING &rest OBJECTS) */)
|
||||
|
|
Loading…
Add table
Reference in a new issue