diff options
Diffstat (limited to 'lisp/calendar/lunar.el')
-rw-r--r-- | lisp/calendar/lunar.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/calendar/lunar.el b/lisp/calendar/lunar.el index 6bd685ec7b0..a076f0b88c5 100644 --- a/lisp/calendar/lunar.el +++ b/lisp/calendar/lunar.el @@ -1,4 +1,4 @@ -;;; lunar.el --- calendar functions for phases of the moon. +;;; lunar.el --- calendar functions for phases of the moon ;; Copyright (C) 1992, 1993, 1995, 1997 Free Software Foundation, Inc. @@ -51,7 +51,7 @@ (if (fboundp 'atan) (require 'lisp-float-type) - (error "Lunar calculations impossible since floating point is unavailable.")) + (error "Lunar calculations impossible since floating point is unavailable")) (require 'solar) |