emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master f24011b: * src/editfns.c (Fformat_message): Fix doc


From: Paul Eggert
Subject: [Emacs-diffs] master f24011b: * src/editfns.c (Fformat_message): Fix doc to match current behavior.
Date: Wed, 31 Aug 2016 02:55:12 +0000 (UTC)

branch: master
commit f24011b4d17da2b39b180fb091d2e6b83aee0d57
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    * src/editfns.c (Fformat_message): Fix doc to match current behavior.
---
 src/editfns.c |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/src/editfns.c b/src/editfns.c
index a46e33b..20cb3a8 100644
--- a/src/editfns.c
+++ b/src/editfns.c
@@ -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)  */)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]