[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r110753: lispref xref update
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r110753: lispref xref update |
Date: |
Wed, 31 Oct 2012 16:56:55 -0400 |
User-agent: |
Bazaar (2.5.0) |
------------------------------------------------------------
revno: 110753
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2012-10-31 16:56:55 -0400
message:
lispref xref update
* doc/lispref/modes.texi (Defining Minor Modes):
"Generalized Variables" section is now in this manual rather than cl.texi.
modified:
doc/lispref/ChangeLog
doc/lispref/modes.texi
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog 2012-10-31 20:54:19 +0000
+++ b/doc/lispref/ChangeLog 2012-10-31 20:56:55 +0000
@@ -1,5 +1,8 @@
2012-10-31 Glenn Morris <address@hidden>
+ * 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.
=== modified file 'doc/lispref/modes.texi'
--- a/doc/lispref/modes.texi 2012-10-23 15:06:07 +0000
+++ b/doc/lispref/modes.texi 2012-10-31 20:56:55 +0000
@@ -1595,7 +1595,7 @@
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.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r110753: lispref xref update,
Glenn Morris <=