]> git.eshelyaron.com Git - emacs.git/commitdiff
(Commentary): Point to calendar.el.
authorGlenn Morris <rgm@gnu.org>
Tue, 1 Apr 2008 02:42:35 +0000 (02:42 +0000)
committerGlenn Morris <rgm@gnu.org>
Tue, 1 Apr 2008 02:42:35 +0000 (02:42 +0000)
(cal-menu-holidays-menu):  Use calendar-mark-holidays rather than
obsolete alias.

lisp/calendar/cal-menu.el

index 2e2fcd766074050941dc0f6e6e5a327a96449430..dd306750d6864d0d1201042c812eb55955e69c36 100644 (file)
@@ -28,8 +28,7 @@
 
 ;;; Commentary:
 
-;; This collection of functions implements menu bar and popup menu support for
-;; calendar.el.
+;; See calendar.el.
 
 ;;; Code:
 
         (nreverse l))
     "--"
     ["Unmark Calendar" calendar-unmark]
-    ["Mark Holidays" mark-calendar-holidays]))
+    ["Mark Holidays" calendar-mark-holidays]))
 
 (defconst cal-menu-goto-menu
   '("Go To"