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
c7844a27
Commit
c7844a27
authored
Jul 03, 2011
by
Lars Magne Ingebrigtsen
Browse files
* functions.texi (What Is a Function): Document the autoload
object. Fixes: debbugs:6496
parent
2e13213d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
+12
-0
doc/lispref/ChangeLog
doc/lispref/ChangeLog
+5
-0
doc/lispref/functions.texi
doc/lispref/functions.texi
+7
-0
No files found.
doc/lispref/ChangeLog
View file @
c7844a27
2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
* functions.texi (What Is a Function): Document the autoload
object (bug#6496).
2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
* customize.texi (Variable Definitions): Clarify that SETFUNCTION
...
...
doc/lispref/functions.texi
View file @
c7844a27
...
...
@@ -112,6 +112,13 @@ editors; for Lisp programs, the distinction is normally unimportant.
@item byte-code function
A @dfn{byte-code function} is a function that has been compiled by the
byte compiler. @xref{Byte-Code Type}.
@item autoload object
@cindex autoload object
An @dfn{autoload object} is a place-holder for a real function. If
the autoload object is called, it will make Emacs load the file
containing the definition of the real function, and then call the real
function instead.
@end table
@defun functionp object
...
...
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