diff options
author | Gerd Moellmann <gerd@gnu.org> | 1999-12-14 10:19:59 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 1999-12-14 10:19:59 +0000 |
commit | 6eee84c5713ad4314d6f0c8bb3c3df3eafa386d3 (patch) | |
tree | 3f7f18f395ee1d898c3f62d039b0372f64f2a74c /lisp/battery.el | |
parent | dee7efcce91f99ea470af7cf8b5116f59a7ef1a2 (diff) | |
download | emacs-6eee84c5713ad4314d6f0c8bb3c3df3eafa386d3.tar.gz |
(battery): Doc fix.
Diffstat (limited to 'lisp/battery.el')
-rw-r--r-- | lisp/battery.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/battery.el b/lisp/battery.el index a3cc393ea78..7ebf3d3e075 100644 --- a/lisp/battery.el +++ b/lisp/battery.el @@ -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) |