lispref xref update
authorGlenn Morris <rgm@gnu.org>
Wed, 31 Oct 2012 20:56:55 +0000 (16:56 -0400)
committerGlenn Morris <rgm@gnu.org>
Wed, 31 Oct 2012 20:56:55 +0000 (16:56 -0400)
* doc/lispref/modes.texi (Defining Minor Modes):
"Generalized Variables" section is now in this manual rather than cl.texi.

doc/lispref/ChangeLog
doc/lispref/modes.texi

index 31da666..b7885e6 100644 (file)
@@ -1,5 +1,8 @@
 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.
index 4e4d700..0634cdd 100644 (file)
@@ -1595,7 +1595,7 @@ of the mode.  If you specify this, the @var{mode} variable is not
 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.