comparison lisp/ldefs-boot.el @ 71759:295b3ee61b3d

(edebug): Update page.
author Richard M. Stallman <rms@gnu.org>
date Mon, 10 Jul 2006 17:11:50 +0000
parents c99740f338f8
children 63d04f9d465a
comparison
equal deleted inserted replaced
71758:dff042545179 71759:295b3ee61b3d
8217 \(fn &optional NOCONFIRM)" t nil) 8217 \(fn &optional NOCONFIRM)" t nil)
8218 8218
8219 ;;;*** 8219 ;;;***
8220 8220
8221 ;;;### (autoloads (edebug-all-forms edebug-all-defs edebug-eval-top-level-form 8221 ;;;### (autoloads (edebug-all-forms edebug-all-defs edebug-eval-top-level-form
8222 ;;;;;; def-edebug-spec edebug-all-forms edebug-all-defs) "edebug" 8222 ;;;;;; edebug-basic-spec edebug-all-forms edebug-all-defs) "edebug"
8223 ;;;;;; "emacs-lisp/edebug.el" (17416 11967)) 8223 ;;;;;; "emacs-lisp/edebug.el" (17581 24219))
8224 ;;; Generated autoloads from emacs-lisp/edebug.el 8224 ;;; Generated autoloads from emacs-lisp/edebug.el
8225 8225
8226 (defvar edebug-all-defs nil "\ 8226 (defvar edebug-all-defs nil "\
8227 *If non-nil, evaluating defining forms instruments for Edebug. 8227 *If non-nil, evaluating defining forms instruments for Edebug.
8228 This applies to `eval-defun', `eval-region', `eval-buffer', and 8228 This applies to `eval-defun', `eval-region', `eval-buffer', and
8241 This doesn't apply to loading or evaluations in the minibuffer. 8241 This doesn't apply to loading or evaluations in the minibuffer.
8242 Use the command `edebug-all-forms' to toggle the value of this option.") 8242 Use the command `edebug-all-forms' to toggle the value of this option.")
8243 8243
8244 (custom-autoload (quote edebug-all-forms) "edebug") 8244 (custom-autoload (quote edebug-all-forms) "edebug")
8245 8245
8246 (autoload (quote def-edebug-spec) "edebug" "\ 8246 (autoload (quote edebug-basic-spec) "edebug" "\
8247 Set the `edebug-form-spec' property of SYMBOL according to SPEC. 8247 Return t if SPEC uses only extant spec symbols.
8248 Both SYMBOL and SPEC are unevaluated. The SPEC can be 0, t, a symbol 8248 An extant spec symbol is a symbol that is not a function and has a
8249 \(naming a function), or a list. 8249 `edebug-form-spec' property.
8250 8250
8251 \(fn SYMBOL SPEC)" nil (quote macro)) 8251 \(fn SPEC)" nil nil)
8252 8252
8253 (defalias (quote edebug-defun) (quote edebug-eval-top-level-form)) 8253 (defalias (quote edebug-defun) (quote edebug-eval-top-level-form))
8254 8254
8255 (autoload (quote edebug-eval-top-level-form) "edebug" "\ 8255 (autoload (quote edebug-eval-top-level-form) "edebug" "\
8256 Evaluate the top level form point is in, stepping through with Edebug. 8256 Evaluate the top level form point is in, stepping through with Edebug.