diff options
| author | Arash Esbati | 2026-01-10 00:03:28 +0100 |
|---|---|---|
| committer | Eli Zaretskii | 2026-01-10 12:18:47 +0200 |
| commit | 037130373ba778da0d252adbbca5252c4ae964b7 (patch) | |
| tree | a4c2734ace6802139a0a648f91c48fa8ecd95daf | |
| parent | 058bac45b2f64dee35e26e22b00bafde41aa5aec (diff) | |
| download | emacs-037130373ba778da0d252adbbca5252c4ae964b7.tar.gz emacs-037130373ba778da0d252adbbca5252c4ae964b7.zip | |
; * doc/lispref/streams.texi (Output Functions): Fix markup (bug#80167).
| -rw-r--r-- | doc/lispref/streams.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/streams.texi b/doc/lispref/streams.texi index f3cd8db051f..288fa2b0b71 100644 --- a/doc/lispref/streams.texi +++ b/doc/lispref/streams.texi | |||
| @@ -713,11 +713,11 @@ would have printed for the same argument. | |||
| 713 | (prin1-to-string (mark-marker)) | 713 | (prin1-to-string (mark-marker)) |
| 714 | @result{} "#<marker at 2773 in strings.texi>" | 714 | @result{} "#<marker at 2773 in strings.texi>" |
| 715 | @end group | 715 | @end group |
| 716 | @end example | ||
| 716 | 717 | ||
| 717 | If @var{overrides} is non-@code{nil}, it should either be @code{t} | 718 | If @var{overrides} is non-@code{nil}, it should either be @code{t} |
| 718 | (which tells @code{prin1} to use the defaults for all printer related | 719 | (which tells @code{prin1} to use the defaults for all printer related |
| 719 | variables), or a list of settings. @xref{Output Overrides}, for details. | 720 | variables), or a list of settings. @xref{Output Overrides}, for details. |
| 720 | @end example | ||
| 721 | 721 | ||
| 722 | If @var{noescape} is non-@code{nil}, that inhibits use of quoting | 722 | If @var{noescape} is non-@code{nil}, that inhibits use of quoting |
| 723 | characters in the output. (This argument is supported in Emacs versions | 723 | characters in the output. (This argument is supported in Emacs versions |