summaryrefslogtreecommitdiff
path: root/lisp/battery.el
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2000-10-10 01:35:09 +0000
committerThien-Thi Nguyen <ttn@gnuvola.org>2000-10-10 01:35:09 +0000
commitf3dda8a43d5927f86563a8675872a3247d28dcb0 (patch)
treea20c994fbadd114a9953502dd988e1a389190b77 /lisp/battery.el
parente02eb6244b08450eadef489027e5e0e1c46fe347 (diff)
downloademacs-f3dda8a43d5927f86563a8675872a3247d28dcb0.tar.gz
(display-battery): Doc spelling fix.
Diffstat (limited to 'lisp/battery.el')
-rw-r--r--lisp/battery.el4
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."