From f3dda8a43d5927f86563a8675872a3247d28dcb0 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Tue, 10 Oct 2000 01:35:09 +0000 Subject: (display-battery): Doc spelling fix. --- lisp/battery.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lisp/battery.el') diff --git a/lisp/battery.el b/lisp/battery.el index 4e966d69c61..d8171874c3d 100644 --- a/lisp/battery.el +++ b/lisp/battery.el @@ -42,7 +42,7 @@ (defcustom battery-status-function (cond ((and (eq system-type 'gnu/linux) (file-readable-p "/proc/apm")) - 'battery-linux-proc-apm)) + 'battery-linux-proc-apm)) "*Function for getting battery status information. The function have to return an alist of conversion definitions. Cons cells are of the form @@ -101,7 +101,7 @@ The text being displayed in the echo area is controlled by the variables ;;;###autoload (defun display-battery () "Display battery status information in the mode line. -The text beeing displayed in the mode line is controlled by the variables +The text being displayed in the mode line is controlled by the variables `battery-mode-line-format' and `battery-status-function'. The mode line will be updated automatically every `battery-update-interval' seconds." -- cgit v1.2.1