diff options
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/battery.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d314b7f29dd..dc1b209f174 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2001-08-08 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | ||
| 2 | |||
| 3 | * battery.el: Fix typo. | ||
| 4 | |||
| 1 | 2001-08-08 Gerd Moellmann <gerd@gnu.org> | 5 | 2001-08-08 Gerd Moellmann <gerd@gnu.org> |
| 2 | 6 | ||
| 3 | * image.el (image-type-regexps): Allow predicates. Change the way | 7 | * image.el (image-type-regexps): Allow predicates. Change the way |
diff --git a/lisp/battery.el b/lisp/battery.el index 0d81e1debb4..b4e07f74a53 100644 --- a/lisp/battery.el +++ b/lisp/battery.el | |||
| @@ -26,7 +26,7 @@ | |||
| 26 | 26 | ||
| 27 | ;; There is at present only a function interpreting the new `/proc/apm' | 27 | ;; There is at present only a function interpreting the new `/proc/apm' |
| 28 | ;; file format of Linux version 1.3.58 or newer. That is, what a lucky | 28 | ;; file format of Linux version 1.3.58 or newer. That is, what a lucky |
| 29 | ;; coincidence, exactly the interface provided by the author's labtop. | 29 | ;; coincidence, exactly the interface provided by the author's laptop. |
| 30 | 30 | ||
| 31 | ;;; Code: | 31 | ;;; Code: |
| 32 | 32 | ||