Mercurial > emacs
changeset 32346:fa3f5e8f6201
(display-battery): Doc spelling fix.
author | Thien-Thi Nguyen <ttn@gnuvola.org> |
---|---|
date | Tue, 10 Oct 2000 01:35:09 +0000 |
parents | 8590f41e29c5 |
children | 2eaad76f3fb1 |
files | lisp/battery.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/battery.el Tue Oct 10 01:28:06 2000 +0000 +++ b/lisp/battery.el Tue Oct 10 01:35:09 2000 +0000 @@ -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 @@ ;;;###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."