From fbd15836af69b1d156f39664f2512f85278fdb08 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Wed, 20 Sep 2017 16:40:20 +0300 Subject: [PATCH] * doc/lispref/strings.texi (Formatting Strings): Improve indexing. --- doc/lispref/strings.texi | 5 +++-- 1 file 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}. @end defun @defun format-message string &rest objects -@cindex curved quotes -@cindex curly quotes +@cindex curved quotes, in formatted messages +@cindex curly quotes, in formatted messages +@cindex @code{text-quoting-style}, and formatting messages This function acts like @code{format}, except it also converts any grave accents (@t{`}) and apostrophes (@t{'}) in @var{string} as per the value of @code{text-quoting-style}. -- 2.39.5