]> code.delx.au - gnu-emacs/commitdiff
(display-battery): Doc spelling fix.
authorThien-Thi Nguyen <ttn@gnuvola.org>
Tue, 10 Oct 2000 01:36:36 +0000 (01:36 +0000)
committerThien-Thi Nguyen <ttn@gnuvola.org>
Tue, 10 Oct 2000 01:36:36 +0000 (01:36 +0000)
lisp/ChangeLog
lisp/battery.el

index a8be2f6025eb6b9273bd17f2595005bead90777c..6bd1ef21ea5617054606e7a0ab77cc74c36816c7 100644 (file)
@@ -1,5 +1,7 @@
 2000-10-09  Thien-Thi Nguyen  <ttn@gnu.org>
 
+       * battery.el (display-battery): Doc spelling fix.
+
        * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
        property.
 
index 4e966d69c61df06a2a33db8626c131c84e80a6a5..d8171874c3d02cd5861046f51367b7109654640a 100644 (file)
@@ -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."