diff options
| author | Paul Eggert | 2012-10-31 12:23:06 -0700 |
|---|---|---|
| committer | Paul Eggert | 2012-10-31 12:23:06 -0700 |
| commit | 5c6ce1c7d035ad412e9bdec6cf385c06ffd5680e (patch) | |
| tree | 89d38a3730a42e95937460717f72f248a708047e /doc/lispref | |
| parent | 322aea6ddf7ec7fd71410d98ec1de69f219aff3e (diff) | |
| download | emacs-5c6ce1c7d035ad412e9bdec6cf385c06ffd5680e.tar.gz emacs-5c6ce1c7d035ad412e9bdec6cf385c06ffd5680e.zip | |
Spelling fixes.
Diffstat (limited to 'doc/lispref')
| -rw-r--r-- | doc/lispref/loading.texi | 2 | ||||
| -rw-r--r-- | doc/lispref/variables.texi | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/lispref/loading.texi b/doc/lispref/loading.texi index 6a18bea2977..79fd352adfb 100644 --- a/doc/lispref/loading.texi +++ b/doc/lispref/loading.texi | |||
| @@ -615,7 +615,7 @@ specified by an autoload object: | |||
| 615 | 615 | ||
| 616 | @defun autoload-do-load autoload &optional name macro-only | 616 | @defun autoload-do-load autoload &optional name macro-only |
| 617 | This function performs the loading specified by @var{autoload}, which | 617 | This function performs the loading specified by @var{autoload}, which |
| 618 | whould be an autoload object. The optional argument @var{name}, if | 618 | should be an autoload object. The optional argument @var{name}, if |
| 619 | non-@code{nil}, should be a symbol whose function value is | 619 | non-@code{nil}, should be a symbol whose function value is |
| 620 | @var{autoload}; in that case, the return value of this function is the | 620 | @var{autoload}; in that case, the return value of this function is the |
| 621 | symbol's new function value. If the value of the optional argument | 621 | symbol's new function value. If the value of the optional argument |
diff --git a/doc/lispref/variables.texi b/doc/lispref/variables.texi index 580dd8258df..88b7909126e 100644 --- a/doc/lispref/variables.texi +++ b/doc/lispref/variables.texi | |||
| @@ -2033,7 +2033,7 @@ itself be a valid @var{place} form. For example, @code{(setf (nthcdr | |||
| 2033 | @c to standard Common Lisp. | 2033 | @c to standard Common Lisp. |
| 2034 | 2034 | ||
| 2035 | @c FIXME I don't think is a particularly good way to do it, | 2035 | @c FIXME I don't think is a particularly good way to do it, |
| 2036 | @c but these macros are introduced before gvs are. | 2036 | @c but these macros are introduced before generalized variables are. |
| 2037 | The macros @code{push} (@pxref{List Variables}) and @code{pop} | 2037 | The macros @code{push} (@pxref{List Variables}) and @code{pop} |
| 2038 | (@pxref{List Elements}) can manipulate generalized variables, | 2038 | (@pxref{List Elements}) can manipulate generalized variables, |
| 2039 | not just lists. @code{(pop @var{place})} removes and returns the first | 2039 | not just lists. @code{(pop @var{place})} removes and returns the first |