diff options
| author | Richard M. Stallman | 1998-03-06 17:45:55 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-03-06 17:45:55 +0000 |
| commit | 1720e5081cc4aa388bd3d639867b217a4d139239 (patch) | |
| tree | 6d4272fa99151abf1c3f27e288241f3b9ab326fe /lisp | |
| parent | 5ff44b47b4914cc524f6b1ae4154bf40a1684faf (diff) | |
| download | emacs-1720e5081cc4aa388bd3d639867b217a4d139239.tar.gz emacs-1720e5081cc4aa388bd3d639867b217a4d139239.zip | |
Fixed spelling of `autoload' magic cookies.
Diffstat (limited to 'lisp')
| -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 | |||
| 73 | (defvar battery-update-timer nil | 73 | (defvar battery-update-timer nil |
| 74 | "Interval timer object.") | 74 | "Interval timer object.") |
| 75 | 75 | ||
| 76 | ;;;### autoload | 76 | ;;;###autoload |
| 77 | (defun battery () | 77 | (defun battery () |
| 78 | "Display battery status information in the echo area. | 78 | "Display battery status information in the echo area. |
| 79 | The text beeing displayed in the echo area is controlled by the variables | 79 | 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 | |||
| 84 | (funcall battery-status-function)) | 84 | (funcall battery-status-function)) |
| 85 | "Battery status not available"))) | 85 | "Battery status not available"))) |
| 86 | 86 | ||
| 87 | ;;;### autoload | 87 | ;;;###autoload |
| 88 | (defun display-battery () | 88 | (defun display-battery () |
| 89 | "Display battery status information in the mode line. | 89 | "Display battery status information in the mode line. |
| 90 | The text beeing displayed in the mode line is controlled by the variables | 90 | The text beeing displayed in the mode line is controlled by the variables |