aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorJuanma Barranquero2011-03-11 16:34:07 +0100
committerJuanma Barranquero2011-03-11 16:34:07 +0100
commit9c5047fb4e78dfc1d8667e06947f5660dcf234eb (patch)
tree01ed09baad240c0e2b607d210e804bdfc4372662 /lisp/ChangeLog
parent6dbf95e5b3cf85fce57a5cdd67e7e50b8acb8787 (diff)
downloademacs-9c5047fb4e78dfc1d8667e06947f5660dcf234eb.tar.gz
emacs-9c5047fb4e78dfc1d8667e06947f5660dcf234eb.zip
Backport 2011-03-01T03:59:31Z!lekktu@gmail.com from trunk.
*lisp/emacs-lisp/cl-macs.el (lexical-let*): Fix argument name in docstring.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d84f98a1322..e368e660fe2 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
12011-03-11 Juanma Barranquero <lekktu@gmail.com> 12011-03-11 Juanma Barranquero <lekktu@gmail.com>
2 2
3 Backport revno:103463 from trunk.
4 * emacs-lisp/cl-macs.el (lexical-let*): Fix argument name in docstring.
5
3 Backport revno:103622 from trunk. 6 Backport revno:103622 from trunk.
4 * help-fns.el (describe-variable): Don't complete keywords. 7 * help-fns.el (describe-variable): Don't complete keywords.
5 Suggested by Teodor Zlatanov <tzz@lifelogs.com>. 8 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.