diff options
| author | Basil L. Contovounesios | 2020-05-27 23:43:14 +0100 |
|---|---|---|
| committer | Basil L. Contovounesios | 2020-05-27 23:43:14 +0100 |
| commit | 313dc0439e9ed706c43eb5ba655719146d92a38f (patch) | |
| tree | a0ba48b638780413c8b1099ec1576d05c66841f2 | |
| parent | 9d7fd78421a339f00892b3241845b1024e2eff7d (diff) | |
| download | emacs-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.texi | 2 |
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 | |||
| 4678 | above. @var{specification} is an alist that has elements where the | 4678 | above. @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 | ||
| 4681 | If @code{ONLY-PRESENT} is @code{nil}, errors will be signaled if a | 4681 | If @var{only-present} is @code{nil}, errors will be signaled if a |
| 4682 | format character has been used that's not present in | 4682 | format 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 |
| 4684 | specification is left verbatim in the result. | 4684 | specification is left verbatim in the result. |