aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/strings.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/lispref/strings.texi')
-rw-r--r--doc/lispref/strings.texi10
1 files changed, 8 insertions, 2 deletions
diff --git a/doc/lispref/strings.texi b/doc/lispref/strings.texi
index ce629aa8259..58ab02dbc41 100644
--- a/doc/lispref/strings.texi
+++ b/doc/lispref/strings.texi
@@ -842,8 +842,14 @@ if any.
842This function acts like @code{format}, except it also converts any 842This function acts like @code{format}, except it also converts any
843curved single quotes in @var{string} as per the value of 843curved single quotes in @var{string} as per the value of
844@code{text-quoting-style}, and treats grave accent (@t{`}) and 844@code{text-quoting-style}, and treats grave accent (@t{`}) and
845apostrophe (@t{'}) as if they were curved single quotes. @xref{Keys 845apostrophe (@t{'}) as if they were curved single quotes.
846in Documentation}. 846
847A format that quotes with grave accents and apostrophes @t{`like
848this'} typically generates curved quotes @t{‘like this’}. In
849contrast, a format that quotes with only apostrophes @t{'like this'}
850typically generates two closing curved quotes @t{’like this’}, an
851unusual style in English. @xref{Keys in Documentation}, for how the
852@code{text-quoting-style} variable affects generated quotes.
847@end defun 853@end defun
848 854
849@cindex @samp{%} in format 855@cindex @samp{%} in format