aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/calendar/lunar.el
diff options
context:
space:
mode:
authorPavel Janík <[email protected]>2001-07-16 07:46:48 +0000
committerPavel Janík <[email protected]>2001-07-16 07:46:48 +0000
commit3afbc435ac942072f42bf795dea22131b03c8d93 (patch)
tree6715b27c5ef636a36a491d4b6f5d39896cf7b472 /lisp/calendar/lunar.el
parent5d3d1e3209acdc38227b0ec5bdd8c4a31f58d8d4 (diff)
Some fixes to follow coding conventions.
Diffstat (limited to 'lisp/calendar/lunar.el')
-rw-r--r--lisp/calendar/lunar.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/calendar/lunar.el b/lisp/calendar/lunar.el
index 6bd685ec7b..a076f0b88c 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)