# HG changeset patch # User Stefan Monnier # Date 1183043379 0 # Node ID 7f733298435dc8b22fbadb4dde5c3035ddf9ebee # Parent 3ed52769155f2cd80d127792edc73cc08cbfd35d Docstring and comment fix. diff -r 3ed52769155f -r 7f733298435d lisp/emacs-lisp/cl-macs.el --- a/lisp/emacs-lisp/cl-macs.el Thu Jun 28 15:09:21 2007 +0000 +++ b/lisp/emacs-lisp/cl-macs.el Thu Jun 28 15:09:39 2007 +0000 @@ -58,8 +58,8 @@ (defvar cl-optimize-speed) -;;; This kludge allows macros which use cl-transform-function-property -;;; to be called at compile-time. +;; This kludge allows macros which use cl-transform-function-property +;; to be called at compile-time. (require (progn @@ -1600,7 +1600,7 @@ ;;;###autoload (defmacro defsetf (func arg1 &rest args) - "(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