From 037130373ba778da0d252adbbca5252c4ae964b7 Mon Sep 17 00:00:00 2001 From: Arash Esbati Date: Sat, 10 Jan 2026 00:03:28 +0100 Subject: [PATCH] ; * doc/lispref/streams.texi (Output Functions): Fix markup (bug#80167). --- doc/lispref/streams.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. (prin1-to-string (mark-marker)) @result{} "#" @end group +@end example If @var{overrides} is non-@code{nil}, it should either be @code{t} (which tells @code{prin1} to use the defaults for all printer related variables), or a list of settings. @xref{Output Overrides}, for details. -@end example If @var{noescape} is non-@code{nil}, that inhibits use of quoting characters in the output. (This argument is supported in Emacs versions