Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
d0aa0542
Commit
d0aa0542
authored
Jun 28, 2007
by
Stefan Monnier
Browse files
Docstring and comment fix.
parent
b68f6e48
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
lisp/emacs-lisp/cl-macs.el
lisp/emacs-lisp/cl-macs.el
+3
-3
No files found.
lisp/emacs-lisp/cl-macs.el
View file @
d0aa0542
...
...
@@ -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 @@ form. See `defsetf' for a simpler way to define most setf-methods.
;;;###autoload
(
defmacro
defsetf
(
func
arg1
&rest
args
)
"
(defsetf NAME FUNC): d
efine a `setf' method.
"
D
efine 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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment