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:
parent
c838eb57a5
commit
b624447c44
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user