aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2017-09-20 16:40:20 +0300
committerEli Zaretskii2017-09-20 16:40:20 +0300
commitfbd15836af69b1d156f39664f2512f85278fdb08 (patch)
tree304cd3a80a629c534b50ebf7fb3df6e1c3936560
parentf16a8d5dbd3bb8a319c951bdde9a6a75dbdb8c17 (diff)
downloademacs-fbd15836af69b1d156f39664f2512f85278fdb08.tar.gz
emacs-fbd15836af69b1d156f39664f2512f85278fdb08.zip
* doc/lispref/strings.texi (Formatting Strings): Improve indexing.
-rw-r--r--doc/lispref/strings.texi5
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
829This function acts like @code{format}, except it also converts any 830This function acts like @code{format}, except it also converts any
830grave accents (@t{`}) and apostrophes (@t{'}) in @var{string} as per the 831grave accents (@t{`}) and apostrophes (@t{'}) in @var{string} as per the
831value of @code{text-quoting-style}. 832value of @code{text-quoting-style}.