aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBasil L. Contovounesios2020-05-27 23:43:14 +0100
committerBasil L. Contovounesios2020-05-27 23:43:14 +0100
commit313dc0439e9ed706c43eb5ba655719146d92a38f (patch)
treea0ba48b638780413c8b1099ec1576d05c66841f2
parent9d7fd78421a339f00892b3241845b1024e2eff7d (diff)
downloademacs-313dc0439e9ed706c43eb5ba655719146d92a38f.tar.gz
emacs-313dc0439e9ed706c43eb5ba655719146d92a38f.zip
; Fix another format-spec typo in the Elisp manual
* doc/lispref/text.texi (Interpolated Strings): Correct markup for function argument.
-rw-r--r--doc/lispref/text.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi
index aeb56202852..f243cde9e8a 100644
--- a/doc/lispref/text.texi
+++ b/doc/lispref/text.texi
@@ -4678,7 +4678,7 @@ expanded when the header line is computed. To do this, the
4678above. @var{specification} is an alist that has elements where the 4678above. @var{specification} is an alist that has elements where the
4679@code{car} is a character and the @code{cdr} is the substitution. 4679@code{car} is a character and the @code{cdr} is the substitution.
4680 4680
4681If @code{ONLY-PRESENT} is @code{nil}, errors will be signaled if a 4681If @var{only-present} is @code{nil}, errors will be signaled if a
4682format character has been used that's not present in 4682format character has been used that's not present in
4683@var{specification}. If it's non-@code{nil}, that format 4683@var{specification}. If it's non-@code{nil}, that format
4684specification is left verbatim in the result. 4684specification is left verbatim in the result.