summaryrefslogtreecommitdiff
path: root/doc/lispref/edebug.texi
diff options
context:
space:
mode:
authorChong Yidong <cyd@gnu.org>2012-11-07 13:22:10 +0800
committerChong Yidong <cyd@gnu.org>2012-11-07 13:22:10 +0800
commit7c08f8ba7246ddd20f70e8306f646ac981a64f5a (patch)
treea993781f3c7748d3862c69b94aed6b6ae9f254d1 /doc/lispref/edebug.texi
parent2ee1d59f5bea4a206595d621dcb63477461b7155 (diff)
downloademacs-7c08f8ba7246ddd20f70e8306f646ac981a64f5a.tar.gz
emacs-7c08f8ba7246ddd20f70e8306f646ac981a64f5a.tar.bz2
emacs-7c08f8ba7246ddd20f70e8306f646ac981a64f5a.zip
Document setf-local, defvar-local, and some doc updates for setf.
* doc/lispref/edebug.texi (Specification List): setf is no longer CL-only. * doc/lispref/lists.texi (List Elements, List Variables): Clarify descriptions of push and pop for generalized variables. * doc/lispref/variables.texi (Creating Buffer-Local): Document setq-local and defvar-local. (Setting Generalized Variables): Arrange table alphabetically.
Diffstat (limited to 'doc/lispref/edebug.texi')
-rw-r--r--doc/lispref/edebug.texi4
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/lispref/edebug.texi b/doc/lispref/edebug.texi
index 0211f9e1b9c..b5edda06bad 100644
--- a/doc/lispref/edebug.texi
+++ b/doc/lispref/edebug.texi
@@ -1211,9 +1211,7 @@ A single unevaluated Lisp object, which is not instrumented.
A single evaluated expression, which is instrumented.
@item place
-@c I can't see that this index entry is useful without any explanation.
-@c @findex edebug-unwrap
-A place to store a value, as in the Common Lisp @code{setf} construct.
+A generalized variable. @xref{Generalized Variables}.
@item body
Short for @code{&rest form}. See @code{&rest} below.