aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArash Esbati2026-01-10 00:03:28 +0100
committerEli Zaretskii2026-01-10 12:18:47 +0200
commit037130373ba778da0d252adbbca5252c4ae964b7 (patch)
treea4c2734ace6802139a0a648f91c48fa8ecd95daf
parent058bac45b2f64dee35e26e22b00bafde41aa5aec (diff)
downloademacs-037130373ba778da0d252adbbca5252c4ae964b7.tar.gz
emacs-037130373ba778da0d252adbbca5252c4ae964b7.zip
; * doc/lispref/streams.texi (Output Functions): Fix markup (bug#80167).
-rw-r--r--doc/lispref/streams.texi2
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
717If @var{overrides} is non-@code{nil}, it should either be @code{t} 718If @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
719variables), or a list of settings. @xref{Output Overrides}, for details. 720variables), or a list of settings. @xref{Output Overrides}, for details.
720@end example
721 721
722If @var{noescape} is non-@code{nil}, that inhibits use of quoting 722If @var{noescape} is non-@code{nil}, that inhibits use of quoting
723characters in the output. (This argument is supported in Emacs versions 723characters in the output. (This argument is supported in Emacs versions