2012-10-31 Glenn Morris <rgm@gnu.org>
+ * modes.texi (Defining Minor Modes): "Generalized Variables"
+ section is now in this manual rather than cl.texi.
+
* eval.texi (Special Forms): No longer special forms: defmacro,
defun, save-window-excursion, with-output-to-temp-buffer.
* functions.texi (Defining Functions): Defun is now a macro.
defined, and any @var{init-value} argument is unused. @var{place}
can be a different named variable (which you must define yourself), or
anything that can be used with the @code{setf} function
-(@pxref{Generalized Variables,,, cl, Common Lisp Extensions}).
+(@pxref{Generalized Variables}).
@var{place} can also be a cons @code{(@var{get} . @var{set})},
where @var{get} is an expression that returns the current state,
and @var{set} is a function of one argument (a state) that sets it.