From b624447c44216badc1cbd305eccd51fd26327d94 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Tue, 14 Dec 1999 10:19:59 +0000 Subject: [PATCH] (battery): Doc fix. --- lisp/battery.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5