diff options
Diffstat (limited to 'doc/lispref/strings.texi')
| -rw-r--r-- | doc/lispref/strings.texi | 10 |
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. | |||
| 842 | This function acts like @code{format}, except it also converts any | 842 | This function acts like @code{format}, except it also converts any |
| 843 | curved single quotes in @var{string} as per the value of | 843 | curved 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 |
| 845 | apostrophe (@t{'}) as if they were curved single quotes. @xref{Keys | 845 | apostrophe (@t{'}) as if they were curved single quotes. |
| 846 | in Documentation}. | 846 | |
| 847 | A format that quotes with grave accents and apostrophes @t{`like | ||
| 848 | this'} typically generates curved quotes @t{‘like this’}. In | ||
| 849 | contrast, a format that quotes with only apostrophes @t{'like this'} | ||
| 850 | typically generates two closing curved quotes @t{’like this’}, an | ||
| 851 | unusual 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 |