diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/doc.c | 2 | ||||
-rw-r--r-- | src/editfns.c | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -1014,7 +1014,7 @@ quotes for grave accent and apostrophe. This is done in help output and in functions like `message' and `format-message'. It is not done in `format'. -`curve' means quote with curved single quotes \\=‘like this\\=’. +`curve' means quote with curved single quotes ‘like this’. `straight' means quote with straight apostrophes \\='like this\\='. `grave' means quote with grave accent and apostrophe \\=`like this\\='; i.e., do not alter quote marks. The default value nil acts like diff --git a/src/editfns.c b/src/editfns.c index 26a86c7fab..a46e33bee9 100644 --- a/src/editfns.c +++ b/src/editfns.c @@ -3907,8 +3907,8 @@ 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. +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'. |