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
a3c5b619
Commit
a3c5b619
authored
Oct 28, 2012
by
Glenn Morris
Browse files
* cl.texi (Setf Extensions): Remove `apply' setf since it seems to be disabled.
parent
f1e1b6f3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
doc/misc/ChangeLog
doc/misc/ChangeLog
+1
-0
doc/misc/cl.texi
doc/misc/cl.texi
+4
-1
No files found.
doc/misc/ChangeLog
View file @
a3c5b619
2012-10-29 Glenn Morris <rgm@gnu.org>
* cl.texi (Organization): More details on cl-lib.el versus cl.el.
(Setf Extensions): Remove `apply' setf since it seems to be disabled.
2012-10-28 Glenn Morris <rgm@gnu.org>
...
...
doc/misc/cl.texi
View file @
a3c5b619
...
...
@@ -964,6 +964,8 @@ also works in this way by replacing a portion of the current buffer.
@c FIXME? Also `eq'? (see cl-lib.el)
@c Currently commented out in cl.el.
@ignore
@item
A call of the form @code{(apply '@var{func} @dots{})} or
@code{(apply (function @var{func}) @dots{})}, where @var{func}
...
...
@@ -972,6 +974,7 @@ in the sense described in Steele's book; since none of the standard
Emacs place functions are suitable in this sense, this feature is
only interesting when used with places you define yourself with
@code{define-setf-method} or the long form of @code{defsetf}.
@end ignore
@item
A macro call, in which case the macro is expanded and @code{setf}
...
...
@@ -979,7 +982,7 @@ is applied to the resulting form.
@item
Any form for which a @code{defsetf} or @code{define-setf-method}
has been made.
has been made.
@xref{Obsolete Setf Customization}.
@end itemize
@c FIXME should this be in lispref? It seems self-evident.
...
...
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