From 1720e5081cc4aa388bd3d639867b217a4d139239 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 6 Mar 1998 17:45:55 +0000 Subject: [PATCH] Fixed spelling of `autoload' magic cookies. --- lisp/battery.el | 4 ++-- 1 file 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 -- 2.39.2