diff options
| author | Glenn Morris | 2012-11-06 20:37:07 -0800 |
|---|---|---|
| committer | Glenn Morris | 2012-11-06 20:37:07 -0800 |
| commit | 2ee1d59f5bea4a206595d621dcb63477461b7155 (patch) | |
| tree | 11e77e75f9dd809295149af72e46b8044675b899 /doc/misc/ChangeLog | |
| parent | b715ed4447b025d713fc68a7af3728c2d463974b (diff) | |
| download | emacs-2ee1d59f5bea4a206595d621dcb63477461b7155.tar.gz emacs-2ee1d59f5bea4a206595d621dcb63477461b7155.zip | |
Small doc updates for generalized variables
* lisp/emacs-lisp/gv.el (gv-letplace): Fix doc typo.
(gv-define-simple-setter): Update doc of `fix-return'.
* doc/lispref/variables.texi (Adding Generalized Variables):
Update description of FIX-RETURN expansion.
* doc/misc/cl.texi (Obsolete Setf Customization):
Revert defsetf example to the more correct let rather than prog1.
Diffstat (limited to 'doc/misc/ChangeLog')
| -rw-r--r-- | doc/misc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index bd815e3df9f..49f86ef093b 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-11-07 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * cl.texi (Obsolete Setf Customization): | ||
| 4 | Revert defsetf example to the more correct let rather than prog1. | ||
| 5 | |||
| 1 | 2012-11-06 Glenn Morris <rgm@gnu.org> | 6 | 2012-11-06 Glenn Morris <rgm@gnu.org> |
| 2 | 7 | ||
| 3 | * cl.texi (Overview): Mention EIEIO here, as well as the appendix. | 8 | * cl.texi (Overview): Mention EIEIO here, as well as the appendix. |