emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-27 313dc04: ; Fix another format-spec typo in the Elisp manual


From: Basil L. Contovounesios
Subject: emacs-27 313dc04: ; Fix another format-spec typo in the Elisp manual
Date: Wed, 27 May 2020 18:46:38 -0400 (EDT)

branch: emacs-27
commit 313dc0439e9ed706c43eb5ba655719146d92a38f
Author: Basil L. Contovounesios <contovob@tcd.ie>
Commit: Basil L. Contovounesios <contovob@tcd.ie>

    ; Fix another format-spec typo in the Elisp manual
    
    * doc/lispref/text.texi (Interpolated Strings): Correct markup for
    function argument.
---
 doc/lispref/text.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi
index aeb5620..f243cde 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
 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]