diff options
| author | Glenn Morris | 2012-10-30 00:54:17 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-10-30 00:54:17 -0700 |
| commit | 516e1a08ce36fca220a0eaead731d3fe2d3bb271 (patch) | |
| tree | 4666aaeb1ed16e5669f0ad483772923791bf3f44 /doc/lispref/ChangeLog | |
| parent | 4ddedf94c8529de0c13b74c1156d89872f94c155 (diff) | |
| download | emacs-516e1a08ce36fca220a0eaead731d3fe2d3bb271.tar.gz emacs-516e1a08ce36fca220a0eaead731d3fe2d3bb271.zip | |
More small manual updates for cl.texi
* doc/misc/cl.texi (Setf Extensions): Partially restore note about cl-getf,
mainly moved to lispref/variables.texi.
(Property Lists): Fix cl-getf typos.
* doc/lispref/variables.texi (Generalized Variables): Fix typo.
Diffstat (limited to 'doc/lispref/ChangeLog')
| -rw-r--r-- | doc/lispref/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 2309cde2998..eca39e54203 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2012-10-30 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * variables.texi (Generalized Variables): Fix typo. | ||
| 4 | |||
| 1 | 2012-10-30 Chong Yidong <cyd@gnu.org> | 5 | 2012-10-30 Chong Yidong <cyd@gnu.org> |
| 2 | 6 | ||
| 3 | * symbols.texi (Symbol Plists): Document function-get. | 7 | * symbols.texi (Symbol Plists): Document function-get. |