]> git.eshelyaron.com Git - emacs.git/commitdiff
(battery): Doc fix.
authorGerd Moellmann <gerd@gnu.org>
Tue, 14 Dec 1999 10:19:59 +0000 (10:19 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 14 Dec 1999 10:19:59 +0000 (10:19 +0000)
lisp/battery.el

index a3cc393ea78fe27cca7e3dce2c7f2254d9950c33..7ebf3d3e0753a2636701dae3c1540e9a50d6cbfe 100644 (file)
@@ -90,7 +90,7 @@ string are substituted as defined by the current value of the variable
 ;;;###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)