1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

(battery): Doc fix.

This commit is contained in:
Gerd Moellmann 1999-12-14 10:19:59 +00:00
parent c838eb57a5
commit b624447c44

View 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)