# HG changeset patch # User Eli Zaretskii # Date 1127559837 0 # Node ID 5d4d59ecfc06877a4b2f446257ec03fb56c99d97 # Parent df079883ac40f9548b0fba05d35a56cb727f3c48 *** empty log message *** diff -r df079883ac40 -r 5d4d59ecfc06 etc/ChangeLog --- a/etc/ChangeLog Sat Sep 24 11:03:18 2005 +0000 +++ b/etc/ChangeLog Sat Sep 24 11:03:57 2005 +0000 @@ -1,3 +1,8 @@ +2005-09-24 Steven Huwig (tiny change) + + * emacs.py (ehelp): Add g and l to arg list, and use them in the + call to `help'. + 2005-09-17 Romain Francoise * gfdl.1: Update to version 1.2. Delete UC macro. diff -r df079883ac40 -r 5d4d59ecfc06 lisp/ChangeLog --- a/lisp/ChangeLog Sat Sep 24 11:03:18 2005 +0000 +++ b/lisp/ChangeLog Sat Sep 24 11:03:57 2005 +0000 @@ -1,3 +1,8 @@ +2005-09-24 Steven Huwig (tiny change) + + * progmodes/python.el (python-describe-symbol): Add globals() and + locals() to the arguments of emacs.ehelp. + 2005-09-24 Magnus Henoch * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries): New