diff options
| -rw-r--r-- | lisp/emacs-lisp/cl-loaddefs.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/cl-loaddefs.el b/lisp/emacs-lisp/cl-loaddefs.el index 1c7e50c9106..65cb0754446 100644 --- a/lisp/emacs-lisp/cl-loaddefs.el +++ b/lisp/emacs-lisp/cl-loaddefs.el | |||
| @@ -284,7 +284,7 @@ Not documented | |||
| 284 | ;;;;;; do* do loop return-from return block etypecase typecase ecase | 284 | ;;;;;; do* do loop return-from return block etypecase typecase ecase |
| 285 | ;;;;;; case load-time-value eval-when destructuring-bind function* | 285 | ;;;;;; case load-time-value eval-when destructuring-bind function* |
| 286 | ;;;;;; defmacro* defun* gentemp gensym cl-compile-time-init) "cl-macs" | 286 | ;;;;;; defmacro* defun* gentemp gensym cl-compile-time-init) "cl-macs" |
| 287 | ;;;;;; "cl-macs.el" (18050 44390)) | 287 | ;;;;;; "cl-macs.el" (18051 52572)) |
| 288 | ;;; Generated autoloads from cl-macs.el | 288 | ;;; Generated autoloads from cl-macs.el |
| 289 | 289 | ||
| 290 | (autoload (quote cl-compile-time-init) "cl-macs" "\ | 290 | (autoload (quote cl-compile-time-init) "cl-macs" "\ |
| @@ -562,7 +562,7 @@ form. See `defsetf' for a simpler way to define most setf-methods. | |||
| 562 | \(fn NAME ARGLIST BODY...)" nil (quote macro)) | 562 | \(fn NAME ARGLIST BODY...)" nil (quote macro)) |
| 563 | 563 | ||
| 564 | (autoload (quote defsetf) "cl-macs" "\ | 564 | (autoload (quote defsetf) "cl-macs" "\ |
| 565 | (defsetf NAME FUNC): define a `setf' method. | 565 | Define a `setf' method. |
| 566 | This macro is an easy-to-use substitute for `define-setf-method' that works | 566 | This macro is an easy-to-use substitute for `define-setf-method' that works |
| 567 | well for simple place forms. In the simple `defsetf' form, `setf's of | 567 | well for simple place forms. In the simple `defsetf' form, `setf's of |
| 568 | the form (setf (NAME ARGS...) VAL) are transformed to function or macro | 568 | the form (setf (NAME ARGS...) VAL) are transformed to function or macro |