mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 12:31:25 +00:00
; * doc/lispref/streams.texi (Output Functions): Fix markup (bug#80167).
This commit is contained in:
parent
058bac45b2
commit
037130373b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue