aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Janík2001-08-08 20:11:46 +0000
committerPavel Janík2001-08-08 20:11:46 +0000
commite3601cf62159bdfdcb5e1bcc5cab0d3791d107ec (patch)
tree1103efeb4d82369c59ff5b930bdf38e96abb27f6
parent402acb3edb3ae3052a043d66b68cb9b96461d170 (diff)
downloademacs-e3601cf62159bdfdcb5e1bcc5cab0d3791d107ec.tar.gz
emacs-e3601cf62159bdfdcb5e1bcc5cab0d3791d107ec.zip
Fix typo.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/battery.el2
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 @@
12001-08-08 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2
3 * battery.el: Fix typo.
4
12001-08-08 Gerd Moellmann <gerd@gnu.org> 52001-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