X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/266a86bd7fedf743225c2497956b73ecb2245196..dacbc44ca3fc825c9e5ffa799f1a0937c1da0020:/lisp/calendar/lunar.el diff --git a/lisp/calendar/lunar.el b/lisp/calendar/lunar.el index 58111a036d..c62fb7622e 100644 --- a/lisp/calendar/lunar.el +++ b/lisp/calendar/lunar.el @@ -1,7 +1,7 @@ ;;; lunar.el --- calendar functions for phases of the moon -;; Copyright (C) 1992, 1993, 1995, 1997, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 1992-1993, 1995, 1997, 2001-2013 Free Software +;; Foundation, Inc. ;; Author: Edward M. Reingold ;; Maintainer: Glenn Morris @@ -236,7 +236,7 @@ use instead of point." (defun lunar-phases (&optional arg) "Display the quarters of the moon for last month, this month, and next month. If called with an optional prefix argument ARG, prompts for month and year. -This function is suitable for execution in a .emacs file." +This function is suitable for execution in an init file." (interactive "P") (save-excursion (let* ((date (if arg (calendar-read-date t) @@ -408,5 +408,4 @@ as governed by the values of `calendar-daylight-savings-starts', (provide 'lunar) -;; arch-tag: 72f0b8a4-7bcc-4a1b-b67a-ff53c4a1d222 ;;; lunar.el ends here