aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2007-06-28 15:09:48 +0000
committerStefan Monnier2007-06-28 15:09:48 +0000
commita2fb8c1edaeedc75ffb3d533cfd705c998abee3f (patch)
tree656be666cd38d0f87532e0511cb51ddfad8bded0
parentd0aa054221430f2bb7d1d98f0409bb6455519763 (diff)
downloademacs-a2fb8c1edaeedc75ffb3d533cfd705c998abee3f.tar.gz
emacs-a2fb8c1edaeedc75ffb3d533cfd705c998abee3f.zip
*** empty log message ***
-rw-r--r--lisp/emacs-lisp/cl-loaddefs.el4
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. 565Define a `setf' method.
566This macro is an easy-to-use substitute for `define-setf-method' that works 566This macro is an easy-to-use substitute for `define-setf-method' that works
567well for simple place forms. In the simple `defsetf' form, `setf's of 567well for simple place forms. In the simple `defsetf' form, `setf's of
568the form (setf (NAME ARGS...) VAL) are transformed to function or macro 568the form (setf (NAME ARGS...) VAL) are transformed to function or macro