]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorJuanma Barranquero <lekktu@gmail.com>
Sat, 8 May 2004 17:30:52 +0000 (17:30 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Sat, 8 May 2004 17:30:52 +0000 (17:30 +0000)
lisp/ChangeLog

index 1b5563a81f21a5a25f43212dc9f151990c7e0ad1..a949e53fcf8aebaa36cb84f209ed215ea01fcab3 100644 (file)
@@ -44,7 +44,7 @@
        Baha'i calendar to Emacs.  This calendar is based on a solar year
        of 19 months of 19 days, with 4 intercalary days.  Each year
        begins on March 21, with the calendar starting in 1844.
-       
+
        * calendar/cal-menu.el, calendar/calendar.el,
        calendar/diary-lib.el, calendar/holidays.el: Added support for
        using cal-bahai.el.
        (open-line): Make argument names match their use in docstring.
        (split-line): Fix docstring.
 
+       * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
+       usable by `describe-function'.
+       (gensym, gentemp, typep, ignore-errors): Make argument names match
+       their use in docstring.
+
+       * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
+       argument to `help-setup-xref'.
+
 2004-05-07  Kai Grossjohann  <kai@emptydomain.de>
 
        Version 2.0.40 of Tramp released.