# HG changeset patch # User Gerd Moellmann # Date 945166799 0 # Node ID 983f253505d0d54e5bfab18214751fa2ec6957ed # Parent 3388b58609df33007dde3477d479c554a9bd74a4 (battery): Doc fix. diff -r 3388b58609df -r 983f253505d0 lisp/battery.el --- a/lisp/battery.el Mon Dec 13 05:47:15 1999 +0000 +++ b/lisp/battery.el Tue Dec 14 10:19:59 1999 +0000 @@ -90,7 +90,7 @@ ;;;###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)