aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorAndreas Schwab2015-08-23 13:43:34 +0200
committerAndreas Schwab2015-08-23 16:33:39 +0200
commit6b1765e05db432007ede6f1af3744e71063a728b (patch)
treef8e0b1cf2b8238a292b6896cf664079765f53861 /etc
parent0b0c9565d050bfecc581b342c40b719917395896 (diff)
downloademacs-6b1765e05db432007ede6f1af3744e71063a728b.tar.gz
emacs-6b1765e05db432007ede6f1af3744e71063a728b.zip
Revert "Extend ‘format’ to translate curved quotes"
This reverts commit 244c801689d2f7a80480d83cd7d092d4762ebe08.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS13
1 files changed, 0 insertions, 13 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 72af95e8de5..d3a01c20247 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -910,19 +910,6 @@ denied" instead of "permission denied". The old behavior was problematic
910in languages like German where downcasing rules depend on grammar. 910in languages like German where downcasing rules depend on grammar.
911 911
912+++ 912+++
913** ‘format’ now replaces curved single quotes.
914That is, it replaces strings' curved single quotes (also known as
915curly quotes) as per the value of the new custom variable
916‘text-quoting-style’: ‘curve’ means replace curved quotes with
917themselves ‘like this’, ‘straight’ means use straight apostrophes
918'like this', ‘grave’ means use grave accent and apostrophe `like
919this', and nil (default) means use curved quotes if displayable and
920grave accent and apostrophe otherwise. Because it now may be used
921in many contexts where it's a no-op, ‘format’ is no longer required to
922create a string, and may return its first argument if the argument
923already has the correct value.
924
925+++
926** New ‘format’ flag ‘q’ 913** New ‘format’ flag ‘q’
927The new ‘q’ flag causes ‘format’ to quote the output representation as 914The new ‘q’ flag causes ‘format’ to quote the output representation as
928per the value of ‘text quoting-style’. E.g., (format "%qs failed" 915per the value of ‘text quoting-style’. E.g., (format "%qs failed"