diff options
| author | Glenn Morris | 2013-06-18 20:45:10 -0700 |
|---|---|---|
| committer | Glenn Morris | 2013-06-18 20:45:10 -0700 |
| commit | e8b3825d3db5b05c858dff492ad43c096d63ee65 (patch) | |
| tree | 297e2ac713200808ba230d3e5881fa4a5001a372 | |
| parent | 611e8a48541d27e24e89facadae4822f6c39285d (diff) | |
| download | emacs-e8b3825d3db5b05c858dff492ad43c096d63ee65.tar.gz emacs-e8b3825d3db5b05c858dff492ad43c096d63ee65.zip | |
* doc/lispref/loading.texi (Autoload): Fix typo.
| -rw-r--r-- | doc/lispref/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/lispref/loading.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 8b1bfa6be40..b851b869ed4 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2013-06-19 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * loading.texi (Autoload): Fix typo. | ||
| 4 | |||
| 1 | 2013-06-12 Glenn Morris <rgm@gnu.org> | 5 | 2013-06-12 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * variables.texi (Lexical Binding): Fix typo. | 7 | * variables.texi (Lexical Binding): Fix typo. |
diff --git a/doc/lispref/loading.texi b/doc/lispref/loading.texi index 8c2c8498a5c..060e3b813a9 100644 --- a/doc/lispref/loading.texi +++ b/doc/lispref/loading.texi | |||
| @@ -461,7 +461,7 @@ and calls @code{define-key}; not even if the variable name is the same | |||
| 461 | symbol @var{function}. | 461 | symbol @var{function}. |
| 462 | 462 | ||
| 463 | @cindex function cell in autoload | 463 | @cindex function cell in autoload |
| 464 | if @var{function} already has non-void function definition that is not | 464 | If @var{function} already has a non-void function definition that is not |
| 465 | an autoload object, this function does nothing and returns @code{nil}. | 465 | an autoload object, this function does nothing and returns @code{nil}. |
| 466 | Otherwise, it constructs an autoload object (@pxref{Autoload Type}), | 466 | Otherwise, it constructs an autoload object (@pxref{Autoload Type}), |
| 467 | and stores it as the function definition for @var{function}. The | 467 | and stores it as the function definition for @var{function}. The |