From: Gerd Moellmann Date: Tue, 14 Dec 1999 10:19:59 +0000 (+0000) Subject: (battery): Doc fix. X-Git-Url: https://git.hcoop.net/bpt/emacs.git/commitdiff_plain/b624447c44216badc1cbd305eccd51fd26327d94 (battery): Doc fix. --- diff --git a/lisp/battery.el b/lisp/battery.el index a3cc393ea7..7ebf3d3e07 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)