emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/streams.texi


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/streams.texi
Date: Tue, 22 Jul 2003 11:20:31 -0400

Index: emacs/lispref/streams.texi
diff -c emacs/lispref/streams.texi:1.17 emacs/lispref/streams.texi:1.18
*** emacs/lispref/streams.texi:1.17     Tue Feb  4 09:47:54 2003
--- emacs/lispref/streams.texi  Tue Jul 22 11:20:31 2003
***************
*** 787,789 ****
--- 787,805 ----
  uninterned symbols print with the prefix @samp{#:}, which tells the Lisp
  reader to produce an uninterned symbol.
  @end defvar
+ 
+ @defvar print-continuous-numbering
+ If address@hidden, that means number continuously across print calls.
+ This affects the numbers printed for @address@hidden labels and
+ @address@hidden references.
+ 
+ Don't set this variable with @code{setq}; you should only bind it
+ temporarily to @code{t} with @code{let}.  When you do that, you should
+ also bind @code{print-number-table} to @code{nil}.
+ @end defvar
+ 
+ @defvar print-number-table
+ This variable holds a vector used internally by printing to implement
+ the @code{print-circle} feature.  You should not use it except
+ to bind it to @code{nil} when you bind @code{print-continuous-numbering}.
+ @end defvar




reply via email to

[Prev in Thread] Current Thread [Next in Thread]