diff options
author | Richard M. Stallman <rms@gnu.org> | 2006-07-10 17:12:09 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2006-07-10 17:12:09 +0000 |
commit | 2946191dee63d8cbc6c025bb0c658c77241df76a (patch) | |
tree | 1fb76b367476a12035da57c7156477faaaade575 /lisp/ldefs-boot.el | |
parent | 56e4872562faa46b9d87c0680491983f70640678 (diff) | |
download | emacs-2946191dee63d8cbc6c025bb0c658c77241df76a.tar.gz |
(edebug): Update page.
Diffstat (limited to 'lisp/ldefs-boot.el')
-rw-r--r-- | lisp/ldefs-boot.el | 14 |
1 files changed, 7 insertions, 7 deletions
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. ;;;*** ;;;### (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)) |