diff options
author | Richard M. Stallman <rms@gnu.org> | 1998-03-06 17:45:55 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1998-03-06 17:45:55 +0000 |
commit | 1720e5081cc4aa388bd3d639867b217a4d139239 (patch) | |
tree | 6d4272fa99151abf1c3f27e288241f3b9ab326fe /lisp/battery.el | |
parent | 5ff44b47b4914cc524f6b1ae4154bf40a1684faf (diff) | |
download | emacs-1720e5081cc4aa388bd3d639867b217a4d139239.tar.gz |
Fixed spelling of `autoload' magic cookies.
Diffstat (limited to 'lisp/battery.el')
-rw-r--r-- | lisp/battery.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/battery.el b/lisp/battery.el index 702ef75f810..e7f628d4d00 100644 --- a/lisp/battery.el +++ b/lisp/battery.el @@ -73,7 +73,7 @@ string are substituted as defined by the current value of the variable (defvar battery-update-timer nil "Interval timer object.") -;;;### autoload +;;;###autoload (defun battery () "Display battery status information in the echo area. The text beeing displayed in the echo area is controlled by the variables @@ -84,7 +84,7 @@ The text beeing displayed in the echo area is controlled by the variables (funcall battery-status-function)) "Battery status not available"))) -;;;### autoload +;;;###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 |