]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 28 Jun 2007 15:09:48 +0000 (15:09 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 28 Jun 2007 15:09:48 +0000 (15:09 +0000)
lisp/emacs-lisp/cl-loaddefs.el

index 1c7e50c9106efada13d1fb7f2d00885067420c3c..65cb0754446d58ac9ecb1698ac2b8633fc6f621b 100644 (file)
@@ -284,7 +284,7 @@ Not documented
 ;;;;;;  do* do loop return-from return block etypecase typecase ecase
 ;;;;;;  case load-time-value eval-when destructuring-bind function*
 ;;;;;;  defmacro* defun* gentemp gensym cl-compile-time-init) "cl-macs"
-;;;;;;  "cl-macs.el" (18050 44390))
+;;;;;;  "cl-macs.el" (18051 52572))
 ;;; Generated autoloads from cl-macs.el
 
 (autoload (quote cl-compile-time-init) "cl-macs" "\
@@ -562,7 +562,7 @@ form.  See `defsetf' for a simpler way to define most setf-methods.
 \(fn NAME ARGLIST BODY...)" nil (quote macro))
 
 (autoload (quote defsetf) "cl-macs" "\
-(defsetf NAME FUNC): define a `setf' method.
+Define a `setf' method.
 This macro is an easy-to-use substitute for `define-setf-method' that works
 well for simple place forms.  In the simple `defsetf' form, `setf's of
 the form (setf (NAME ARGS...) VAL) are transformed to function or macro