diff options
| author | Richard M. Stallman | 2006-07-10 17:12:09 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2006-07-10 17:12:09 +0000 |
| commit | 2946191dee63d8cbc6c025bb0c658c77241df76a (patch) | |
| tree | 1fb76b367476a12035da57c7156477faaaade575 | |
| parent | 56e4872562faa46b9d87c0680491983f70640678 (diff) | |
| download | emacs-2946191dee63d8cbc6c025bb0c658c77241df76a.tar.gz emacs-2946191dee63d8cbc6c025bb0c658c77241df76a.zip | |
(edebug): Update page.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/ldefs-boot.el | 14 |
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 @@ | |||
| 1 | 2006-07-10 Richard Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * ldefs-boot.el (edebug): Update page. | ||
| 4 | |||
| 1 | 2006-07-10 Kim F. Storm <storm@cua.dk> | 5 | 2006-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" "\ |
| 8246 | Set the `edebug-form-spec' property of SYMBOL according to SPEC. | 8246 | Return t if SPEC uses only extant spec symbols. |
| 8247 | Both SYMBOL and SPEC are unevaluated. The SPEC can be 0, t, a symbol | 8247 | An 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 | ||