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
45e46036
Commit
45e46036
authored
Oct 13, 2008
by
Eli Zaretskii
Browse files
* objects.texi (Primitive Function Type): Move "@cindex special forms" from here...
* eval.texi (Special Forms): ...to here.
parent
9b240644
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
2 deletions
+12
-2
doc/lispref/ChangeLog
doc/lispref/ChangeLog
+8
-0
doc/lispref/eval.texi
doc/lispref/eval.texi
+2
-1
doc/lispref/objects.texi
doc/lispref/objects.texi
+1
-1
etc/NEWS
etc/NEWS
+1
-0
No files found.
doc/lispref/ChangeLog
View file @
45e46036
2008-10-13 Eli Zaretskii <eliz@gnu.org>
* objects.texi (Primitive Function Type): Move "@cindex special
forms" from here...
* eval.texi (Special Forms): ...to here.
* functions.texi (What Is a Function): `functionp' returns nil for
special forms. Add an xref.
* elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
Variables".
...
...
doc/lispref/eval.texi
View file @
45e46036
...
...
@@ -410,7 +410,8 @@ expansion.
@node Special Forms
@subsection Special Forms
@cindex special form evaluation
@cindex special forms
@cindex evaluation of special forms
A @dfn{special form} is a primitive function specially marked so that
its arguments are not all evaluated. Most special forms define control
...
...
doc/lispref/objects.texi
View file @
45e46036
...
...
@@ -1267,7 +1267,7 @@ without qualification, we mean a Lisp macro, not a keyboard macro.
@node Primitive Function Type
@subsection Primitive Function Type
@cindex
special forms
@cindex
primitive function
A @dfn{primitive function} is a function callable from Lisp but
written in the C programming language. Primitive functions are also
...
...
etc/NEWS
View file @
45e46036
...
...
@@ -1041,6 +1041,7 @@ freetype library, giving access to a wider range of font formats.
+++
** Variables cannot be both buffer-local and frame-local any more.
+++
** `functionp' returns nil for special forms.
I.e., it only returns t for objects that can be passed to `funcall'.
...
...
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