diff options
| author | Paul Eggert | 2016-08-30 19:54:35 -0700 |
|---|---|---|
| committer | Paul Eggert | 2016-08-30 19:55:07 -0700 |
| commit | f24011b4d17da2b39b180fb091d2e6b83aee0d57 (patch) | |
| tree | 1804e46570e81f2fd9e21fa44c3a87b2b1c8b9df /src | |
| parent | 6f40b8b23a7c4dcc1ad07e0ad9d32609d21c9f79 (diff) | |
| download | emacs-f24011b4d17da2b39b180fb091d2e6b83aee0d57.tar.gz emacs-f24011b4d17da2b39b180fb091d2e6b83aee0d57.zip | |
* src/editfns.c (Fformat_message): Fix doc to match current behavior.
Diffstat (limited to 'src')
| -rw-r--r-- | src/editfns.c | 7 |
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, | |||
| 3906 | The first argument is a format control string. | 3906 | The first argument is a format control string. |
| 3907 | The other arguments are substituted into it to make the result, a string. | 3907 | The other arguments are substituted into it to make the result, a string. |
| 3908 | 3908 | ||
| 3909 | This acts like `format', except it also replaces each left single | 3909 | This acts like `format', except it also replaces each grave accent (\\=`) |
| 3910 | quotation mark (‘) and grave accent (\\=`) by a left quote, and each | 3910 | by a left quote, and each apostrophe (\\=') by a right quote. The left |
| 3911 | right single quotation mark (’) and apostrophe (\\=') by a right quote. | 3911 | and right quote replacement characters are specified by |
| 3912 | The left and right quote replacement characters are specified by | ||
| 3913 | `text-quoting-style'. | 3912 | `text-quoting-style'. |
| 3914 | 3913 | ||
| 3915 | usage: (format-message STRING &rest OBJECTS) */) | 3914 | usage: (format-message STRING &rest OBJECTS) */) |