* doc/lispref/strings.texi (Formatting Strings): Improve indexing.
This commit is contained in:
parent
f16a8d5dbd
commit
fbd15836af
1 changed files with 3 additions and 2 deletions
|
@ -824,8 +824,9 @@ to the produced string representations of the argument @var{objects}.
|
||||||
@end defun
|
@end defun
|
||||||
|
|
||||||
@defun format-message string &rest objects
|
@defun format-message string &rest objects
|
||||||
@cindex curved quotes
|
@cindex curved quotes, in formatted messages
|
||||||
@cindex curly quotes
|
@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
|
This function acts like @code{format}, except it also converts any
|
||||||
grave accents (@t{`}) and apostrophes (@t{'}) in @var{string} as per the
|
grave accents (@t{`}) and apostrophes (@t{'}) in @var{string} as per the
|
||||||
value of @code{text-quoting-style}.
|
value of @code{text-quoting-style}.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue