]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix another format-spec typo in the Elisp manual
authorBasil L. Contovounesios <contovob@tcd.ie>
Wed, 27 May 2020 22:43:14 +0000 (23:43 +0100)
committerBasil L. Contovounesios <contovob@tcd.ie>
Wed, 27 May 2020 22:43:14 +0000 (23:43 +0100)
* doc/lispref/text.texi (Interpolated Strings): Correct markup for
function argument.

doc/lispref/text.texi

index aeb562028520e7325f3cd9d8db34b6863c278393..f243cde9e8a0d8f00ae6b071bfbcde4f6fa3289f 100644 (file)
@@ -4678,7 +4678,7 @@ expanded when the header line is computed.  To do this, the
 above.  @var{specification} is an alist that has elements where the
 @code{car} is a character and the @code{cdr} is the substitution.
 
-If @code{ONLY-PRESENT} is @code{nil}, errors will be signaled if a
+If @var{only-present} is @code{nil}, errors will be signaled if a
 format character has been used that's not present in
 @var{specification}.  If it's non-@code{nil}, that format
 specification is left verbatim in the result.