* doc/lispref/loading.texi (Autoload): Fix typo.
This commit is contained in:
parent
611e8a4854
commit
e8b3825d3d
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2013-06-19 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* loading.texi (Autoload): Fix typo.
|
||||
|
||||
2013-06-12 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* variables.texi (Lexical Binding): Fix typo.
|
||||
|
|
|
@ -461,7 +461,7 @@ and calls @code{define-key}; not even if the variable name is the same
|
|||
symbol @var{function}.
|
||||
|
||||
@cindex function cell in autoload
|
||||
if @var{function} already has non-void function definition that is not
|
||||
If @var{function} already has a non-void function definition that is not
|
||||
an autoload object, this function does nothing and returns @code{nil}.
|
||||
Otherwise, it constructs an autoload object (@pxref{Autoload Type}),
|
||||
and stores it as the function definition for @var{function}. The
|
||||
|
|
Loading…
Add table
Reference in a new issue