diff options
| author | Thien-Thi Nguyen | 2000-10-10 01:36:36 +0000 |
|---|---|---|
| committer | Thien-Thi Nguyen | 2000-10-10 01:36:36 +0000 |
| commit | 5a430f9cb68c4e106bc55d9348d629d174e5f3b7 (patch) | |
| tree | 3285c66ff67411d75c933f9cea201f2fa7d0d67d | |
| parent | 46e33aee25c597e34c7a2aa1a73d0dba410327db (diff) | |
| download | emacs-5a430f9cb68c4e106bc55d9348d629d174e5f3b7.tar.gz emacs-5a430f9cb68c4e106bc55d9348d629d174e5f3b7.zip | |
(display-battery): Doc spelling fix.
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/battery.el | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a8be2f6025e..6bd1ef21ea5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org> | 1 | 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org> |
| 2 | 2 | ||
| 3 | * battery.el (display-battery): Doc spelling fix. | ||
| 4 | |||
| 3 | * vc.el (with-vc-file, edit-vc-file): Specify `indent-function' | 5 | * vc.el (with-vc-file, edit-vc-file): Specify `indent-function' |
| 4 | property. | 6 | property. |
| 5 | 7 | ||
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 @@ | |||
| 42 | (defcustom battery-status-function | 42 | (defcustom battery-status-function |
| 43 | (cond ((and (eq system-type 'gnu/linux) | 43 | (cond ((and (eq system-type 'gnu/linux) |
| 44 | (file-readable-p "/proc/apm")) | 44 | (file-readable-p "/proc/apm")) |
| 45 | 'battery-linux-proc-apm)) | 45 | 'battery-linux-proc-apm)) |
| 46 | "*Function for getting battery status information. | 46 | "*Function for getting battery status information. |
| 47 | The function have to return an alist of conversion definitions. | 47 | The function have to return an alist of conversion definitions. |
| 48 | Cons cells are of the form | 48 | Cons cells are of the form |
| @@ -101,7 +101,7 @@ The text being displayed in the echo area is controlled by the variables | |||
| 101 | ;;;###autoload | 101 | ;;;###autoload |
| 102 | (defun display-battery () | 102 | (defun display-battery () |
| 103 | "Display battery status information in the mode line. | 103 | "Display battery status information in the mode line. |
| 104 | The text beeing displayed in the mode line is controlled by the variables | 104 | The text being displayed in the mode line is controlled by the variables |
| 105 | `battery-mode-line-format' and `battery-status-function'. | 105 | `battery-mode-line-format' and `battery-status-function'. |
| 106 | The mode line will be updated automatically every `battery-update-interval' | 106 | The mode line will be updated automatically every `battery-update-interval' |
| 107 | seconds." | 107 | seconds." |