diff options
| author | Eli Zaretskii | 2017-09-20 16:40:20 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2017-09-20 16:40:20 +0300 |
| commit | fbd15836af69b1d156f39664f2512f85278fdb08 (patch) | |
| tree | 304cd3a80a629c534b50ebf7fb3df6e1c3936560 | |
| parent | f16a8d5dbd3bb8a319c951bdde9a6a75dbdb8c17 (diff) | |
| download | emacs-fbd15836af69b1d156f39664f2512f85278fdb08.tar.gz emacs-fbd15836af69b1d156f39664f2512f85278fdb08.zip | |
* doc/lispref/strings.texi (Formatting Strings): Improve indexing.
| -rw-r--r-- | doc/lispref/strings.texi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/lispref/strings.texi b/doc/lispref/strings.texi index 23961f99efd..219225d412b 100644 --- a/doc/lispref/strings.texi +++ b/doc/lispref/strings.texi | |||
| @@ -824,8 +824,9 @@ to the produced string representations of the argument @var{objects}. | |||
| 824 | @end defun | 824 | @end defun |
| 825 | 825 | ||
| 826 | @defun format-message string &rest objects | 826 | @defun format-message string &rest objects |
| 827 | @cindex curved quotes | 827 | @cindex curved quotes, in formatted messages |
| 828 | @cindex curly quotes | 828 | @cindex curly quotes, in formatted messages |
| 829 | @cindex @code{text-quoting-style}, and formatting messages | ||
| 829 | This function acts like @code{format}, except it also converts any | 830 | This function acts like @code{format}, except it also converts any |
| 830 | grave accents (@t{`}) and apostrophes (@t{'}) in @var{string} as per the | 831 | grave accents (@t{`}) and apostrophes (@t{'}) in @var{string} as per the |
| 831 | value of @code{text-quoting-style}. | 832 | value of @code{text-quoting-style}. |