From: Gerd Moellmann Date: Tue, 14 Dec 1999 10:19:59 +0000 (+0000) Subject: (battery): Doc fix. X-Git-Tag: emacs-pretest-21.0.90~5779 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b624447c44216badc1cbd305eccd51fd26327d94;p=emacs.git (battery): Doc fix. --- 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)