aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2006-07-10 17:12:09 +0000
committerRichard M. Stallman2006-07-10 17:12:09 +0000
commit2946191dee63d8cbc6c025bb0c658c77241df76a (patch)
tree1fb76b367476a12035da57c7156477faaaade575
parent56e4872562faa46b9d87c0680491983f70640678 (diff)
downloademacs-2946191dee63d8cbc6c025bb0c658c77241df76a.tar.gz
emacs-2946191dee63d8cbc6c025bb0c658c77241df76a.zip
(edebug): Update page.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/ldefs-boot.el14
2 files changed, 11 insertions, 7 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index a0ca00bc21a..8416aa837cc 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12006-07-10 Richard Stallman <rms@gnu.org>
2
3 * ldefs-boot.el (edebug): Update page.
4
12006-07-10 Kim F. Storm <storm@cua.dk> 52006-07-10 Kim F. Storm <storm@cua.dk>
2 6
3 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes 7 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el
index 805c11df701..ee7f9ca1161 100644
--- a/lisp/ldefs-boot.el
+++ b/lisp/ldefs-boot.el
@@ -8218,8 +8218,8 @@ With prefix arg NOCONFIRM, execute current line as-is without editing.
8218;;;*** 8218;;;***
8219 8219
8220;;;### (autoloads (edebug-all-forms edebug-all-defs edebug-eval-top-level-form 8220;;;### (autoloads (edebug-all-forms edebug-all-defs edebug-eval-top-level-form
8221;;;;;; def-edebug-spec edebug-all-forms edebug-all-defs) "edebug" 8221;;;;;; edebug-basic-spec edebug-all-forms edebug-all-defs) "edebug"
8222;;;;;; "emacs-lisp/edebug.el" (17416 11967)) 8222;;;;;; "emacs-lisp/edebug.el" (17581 24219))
8223;;; Generated autoloads from emacs-lisp/edebug.el 8223;;; Generated autoloads from emacs-lisp/edebug.el
8224 8224
8225(defvar edebug-all-defs nil "\ 8225(defvar edebug-all-defs nil "\
@@ -8242,12 +8242,12 @@ Use the command `edebug-all-forms' to toggle the value of this option.")
8242 8242
8243(custom-autoload (quote edebug-all-forms) "edebug") 8243(custom-autoload (quote edebug-all-forms) "edebug")
8244 8244
8245(autoload (quote def-edebug-spec) "edebug" "\ 8245(autoload (quote edebug-basic-spec) "edebug" "\
8246Set the `edebug-form-spec' property of SYMBOL according to SPEC. 8246Return t if SPEC uses only extant spec symbols.
8247Both SYMBOL and SPEC are unevaluated. The SPEC can be 0, t, a symbol 8247An extant spec symbol is a symbol that is not a function and has a
8248\(naming a function), or a list. 8248`edebug-form-spec' property.
8249 8249
8250\(fn SYMBOL SPEC)" nil (quote macro)) 8250\(fn SPEC)" nil nil)
8251 8251
8252(defalias (quote edebug-defun) (quote edebug-eval-top-level-form)) 8252(defalias (quote edebug-defun) (quote edebug-eval-top-level-form))
8253 8253