; * doc/lispref/streams.texi (Output Functions): Fix markup (bug#80167).

This commit is contained in:
Arash Esbati 2026-01-10 00:03:28 +01:00 committed by Eli Zaretskii
parent 058bac45b2
commit 037130373b

View file

@ -713,11 +713,11 @@ would have printed for the same argument.
(prin1-to-string (mark-marker))
@result{} "#<marker at 2773 in strings.texi>"
@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