]> git.eshelyaron.com Git - emacs.git/commitdiff
(cal-menu-goto-menu): Use "Go To".
authorGlenn Morris <rgm@gnu.org>
Sat, 15 Mar 2008 02:57:13 +0000 (02:57 +0000)
committerGlenn Morris <rgm@gnu.org>
Sat, 15 Mar 2008 02:57:13 +0000 (02:57 +0000)
lisp/calendar/cal-menu.el

index e87e4729eb36344f68d4dc88b16c4af3c3192b1c..ac5515726916ba07fcd223966c1a8d7354061d9c 100644 (file)
@@ -1,7 +1,7 @@
 ;;; cal-menu.el --- calendar functions for menu bar and popup menu support
 
-;; Copyright (C) 1994, 1995, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
-;;   Free Software Foundation, Inc.
+;; Copyright (C) 1994, 1995, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
+;;   2008  Free Software Foundation, Inc.
 
 ;; Author: Edward M. Reingold <reingold@cs.uiuc.edu>
 ;;         Lara Rios <lrios@coewl.cen.uiuc.edu>
     ["Mark Holidays" mark-calendar-holidays]))
 
 (defconst cal-menu-goto-menu
-  '("Goto"
+  '("Go To"
     ["Today" calendar-goto-today]
     ["Beginning of Week" calendar-beginning-of-week]
     ["End of Week" calendar-end-of-week]
@@ -235,7 +235,7 @@ ERROR is non-nil, otherwise just returns nil."
     (calendar-cursor-to-date error)))
 
 (defun calendar-mouse-goto-date (date)
-  "Goto DATE in the buffer specified by `last-input-event'."
+  "Go to DATE in the buffer specified by `last-input-event'."
   (set-buffer (window-buffer (posn-window (event-start last-input-event))))
   (calendar-goto-date date))