aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/calendar
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2007-11-27 04:16:37 +0000
committerGlenn Morris <[email protected]>2007-11-27 04:16:37 +0000
commite6819dc23c1d166235cb0fd0fada85db54e9d791 (patch)
treed50ca62c128097ea0674dec5a3ff8f1ff4e43ff1 /lisp/calendar
parent519d8c1923d738dfe5f310f80008313ae412f8a6 (diff)
Re-fill copyright years.
(nongregorian-diary-listing-hook): Doc fix. (Info-find-emacs-command-nodes, Info-find-node): Declare as functions.
Diffstat (limited to 'lisp/calendar')
-rw-r--r--lisp/calendar/calendar.el10
1 files changed, 8 insertions, 2 deletions
diff --git a/lisp/calendar/calendar.el b/lisp/calendar/calendar.el
index c252341526..d49667d281 100644
--- a/lisp/calendar/calendar.el
+++ b/lisp/calendar/calendar.el
@@ -1,7 +1,8 @@
;;; calendar.el --- calendar functions
;; Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1997,
-;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
+;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
+;; Free Software Foundation, Inc.
;; Author: Edward M. Reingold <[email protected]>
;; Maintainer: Glenn Morris <[email protected]>
@@ -818,7 +819,7 @@ diary buffer, set the variable `diary-list-include-blanks' to t."
As the files are processed for diary entries, these functions are used
to cull relevant entries. You can use either or both of
`list-hebrew-diary-entries', `list-islamic-diary-entries' and
-`list-bahai-diary-entries'. The documentation for these functions
+`diary-bahai-list-entries'. The documentation for these functions
describes the style of such diary entries."
:type 'hook
:options '(list-hebrew-diary-entries
@@ -2444,6 +2445,11 @@ under the cursor:
(select-window (posn-window (event-start event)))
(call-interactively 'calendar-other-month)))
+;; (require 'info) will define these.
+(declare-function Info-find-emacs-command-nodes "info" (command))
+(declare-function Info-find-node "info"
+ (filename nodename &optional no-going-back))
+
(defun calendar-goto-info-node ()
"Go to the info node for the calendar."
(interactive)