aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2012-11-05 00:29:12 -0800
committerGlenn Morris <[email protected]>2012-11-05 00:29:12 -0800
commit5593ed900d0d420f4ee3dd7af3f56b118308a3c0 (patch)
tree80ef2cedbb92079bc48ae0de949c08a5b1cfee4b /lisp/ChangeLog
parentf6c6e09c7f16b7adbe2e5d1214a27902937f419e (diff)
Misc small cl doc fixes
* emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix. * emacs-lisp/cl-extra.el (cl-prettyexpand): * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim): * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally) (cl-the, cl-compiler-macroexpand): Add basic doc strings.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 5be111818d..95c407fcdb 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,12 @@
+2012-11-05 Glenn Morris <[email protected]>
+
+ * emacs-lisp/cl-extra.el (cl-prettyexpand):
+ * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
+ * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
+ (cl-the, cl-compiler-macroexpand): Add basic doc strings.
+
+ * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
+
2012-11-03 Glenn Morris <[email protected]>
* emacs-lisp/cl-macs.el (cl-parse-loop-clause):