diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2012-10-31 12:23:06 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2012-10-31 12:23:06 -0700 |
commit | 5c6ce1c7d035ad412e9bdec6cf385c06ffd5680e (patch) | |
tree | 89d38a3730a42e95937460717f72f248a708047e /doc/lispref/variables.texi | |
parent | 322aea6ddf7ec7fd71410d98ec1de69f219aff3e (diff) | |
download | emacs-5c6ce1c7d035ad412e9bdec6cf385c06ffd5680e.tar.gz |
Spelling fixes.
Diffstat (limited to 'doc/lispref/variables.texi')
-rw-r--r-- | doc/lispref/variables.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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 @c to standard Common Lisp. @c FIXME I don't think is a particularly good way to do it, -@c but these macros are introduced before gvs are. +@c but these macros are introduced before generalized variables are. The macros @code{push} (@pxref{List Variables}) and @code{pop} (@pxref{List Elements}) can manipulate generalized variables, not just lists. @code{(pop @var{place})} removes and returns the first |