diff options
author | Thien-Thi Nguyen <ttn@gnuvola.org> | 2000-10-10 01:36:36 +0000 |
---|---|---|
committer | Thien-Thi Nguyen <ttn@gnuvola.org> | 2000-10-10 01:36:36 +0000 |
commit | 5a430f9cb68c4e106bc55d9348d629d174e5f3b7 (patch) | |
tree | 3285c66ff67411d75c933f9cea201f2fa7d0d67d /lisp/battery.el | |
parent | 46e33aee25c597e34c7a2aa1a73d0dba410327db (diff) | |
download | emacs-5a430f9cb68c4e106bc55d9348d629d174e5f3b7.tar.gz |
(display-battery): Doc spelling fix.
Diffstat (limited to 'lisp/battery.el')
-rw-r--r-- | lisp/battery.el | 4 |
1 files changed, 2 insertions, 2 deletions
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." |