From 965c8899063f3ee626a19f454d3dc131b5b0f5a3 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 15 Mar 2008 02:57:13 +0000 Subject: [PATCH] (cal-menu-goto-menu): Use "Go To". --- lisp/calendar/cal-menu.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lisp/calendar/cal-menu.el b/lisp/calendar/cal-menu.el index e87e4729eb3..ac551572691 100644 --- a/lisp/calendar/cal-menu.el +++ b/lisp/calendar/cal-menu.el @@ -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 ;; Lara Rios @@ -161,7 +161,7 @@ ["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)) -- 2.11.4.GIT