Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
1720e508
Commit
1720e508
authored
Mar 06, 1998
by
Richard M. Stallman
Browse files
Fixed spelling of `autoload' magic cookies.
parent
5ff44b47
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/battery.el
lisp/battery.el
+2
-2
No files found.
lisp/battery.el
View file @
1720e508
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment