emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/edebug.texi
Date: Thu, 03 Feb 2005 01:58:38 -0500

Index: emacs/lispref/edebug.texi
diff -c emacs/lispref/edebug.texi:1.23 emacs/lispref/edebug.texi:1.24
*** emacs/lispref/edebug.texi:1.23      Mon Feb 16 22:16:53 2004
--- emacs/lispref/edebug.texi   Thu Feb  3 06:58:38 2005
***************
*** 801,807 ****
  
  @defopt edebug-print-circle
  If address@hidden, Edebug binds @code{print-circle} to this value while
! printing results.  The default value is @code{nil}.
  @end defopt
  
    Other programs can also use custom printing; see @file{cust-print.el}
--- 801,807 ----
  
  @defopt edebug-print-circle
  If address@hidden, Edebug binds @code{print-circle} to this value while
! printing results.  The default value is @code{t}.
  @end defopt
  
    Other programs can also use custom printing; see @file{cust-print.el}
***************
*** 909,915 ****
  @example
  (defun fac (n)
    (if (= n 0) (edebug))
! ;#6           1      0 =5
    (if (< 0 n)
  ;#5         =
        (* n (fac (1- n)))
--- 909,915 ----
  @example
  (defun fac (n)
    (if (= n 0) (edebug))
! ;#6           1      = =5
    (if (< 0 n)
  ;#5         =
        (* n (fac (1- n)))




reply via email to

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