]> git.eshelyaron.com Git - emacs.git/commitdiff
(edebug): Update page.
authorRichard M. Stallman <rms@gnu.org>
Mon, 10 Jul 2006 17:12:09 +0000 (17:12 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 10 Jul 2006 17:12:09 +0000 (17:12 +0000)
lisp/ChangeLog
lisp/ldefs-boot.el

index a0ca00bc21aefa6c7b40e263d223beb536cd4ef6..8416aa837cc4ef33ff1554198f8a1e9f4e0b7884 100644 (file)
@@ -1,3 +1,7 @@
+2006-07-10  Richard Stallman  <rms@gnu.org>
+
+       * ldefs-boot.el (edebug): Update page.
+
 2006-07-10  Kim F. Storm  <storm@cua.dk>
 
        * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
index 805c11df701f8ce9795f2fe5933611d35876f5c0..ee7f9ca1161957b987c022cabcae7b213a771043 100644 (file)
@@ -8218,8 +8218,8 @@ With prefix arg NOCONFIRM, execute current line as-is without editing.
 ;;;***
 \f
 ;;;### (autoloads (edebug-all-forms edebug-all-defs edebug-eval-top-level-form
-;;;;;;  def-edebug-spec edebug-all-forms edebug-all-defs) "edebug"
-;;;;;;  "emacs-lisp/edebug.el" (17416 11967))
+;;;;;;  edebug-basic-spec edebug-all-forms edebug-all-defs) "edebug"
+;;;;;;  "emacs-lisp/edebug.el" (17581 24219))
 ;;; Generated autoloads from emacs-lisp/edebug.el
 
 (defvar edebug-all-defs nil "\
@@ -8242,12 +8242,12 @@ Use the command `edebug-all-forms' to toggle the value of this option.")
 
 (custom-autoload (quote edebug-all-forms) "edebug")
 
-(autoload (quote def-edebug-spec) "edebug" "\
-Set the `edebug-form-spec' property of SYMBOL according to SPEC.
-Both SYMBOL and SPEC are unevaluated. The SPEC can be 0, t, a symbol
-\(naming a function), or a list.
+(autoload (quote edebug-basic-spec) "edebug" "\
+Return t if SPEC uses only extant spec symbols.
+An extant spec symbol is a symbol that is not a function and has a
+`edebug-form-spec' property.
 
-\(fn SYMBOL SPEC)" nil (quote macro))
+\(fn SPEC)" nil nil)
 
 (defalias (quote edebug-defun) (quote edebug-eval-top-level-form))