From: Thien-Thi Nguyen Date: Tue, 10 Oct 2000 01:36:36 +0000 (+0000) Subject: (display-battery): Doc spelling fix. X-Git-Tag: emacs-pretest-21.0.90~994 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5a430f9cb68c4e106bc55d9348d629d174e5f3b7;p=emacs.git (display-battery): Doc spelling fix. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a8be2f6025e..6bd1ef21ea5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2000-10-09 Thien-Thi Nguyen + * battery.el (display-battery): Doc spelling fix. + * vc.el (with-vc-file, edit-vc-file): Specify `indent-function' property. 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."