diff lisp/battery.el @ 26828:983f253505d0

(battery): Doc fix.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 14 Dec 1999 10:19:59 +0000
parents 566100bc6eef
children 23cb074f9d88
line wrap: on
line diff
--- a/lisp/battery.el	Mon Dec 13 05:47:15 1999 +0000
+++ b/lisp/battery.el	Tue Dec 14 10:19:59 1999 +0000
@@ -90,7 +90,7 @@
 ;;;###autoload
 (defun battery ()
   "Display battery status information in the echo area.
-The text beeing displayed in the echo area is controlled by the variables
+The text being displayed in the echo area is controlled by the variables
 `battery-echo-area-format' and `battery-status-function'."
   (interactive)
   (message "%s" (if (and battery-echo-area-format battery-status-function)