mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-04 11:23:24 +00:00
; * lisp/battery.el (battery-status-function): Doc fix.
This commit is contained in:
parent
dc3e79a80e
commit
52183c9596
1 changed files with 7 additions and 1 deletions
|
@ -136,7 +136,13 @@ Its cons cells are of the form
|
||||||
(CONVERSION . REPLACEMENT-TEXT)
|
(CONVERSION . REPLACEMENT-TEXT)
|
||||||
|
|
||||||
CONVERSION is the character code of a \"conversion specification\"
|
CONVERSION is the character code of a \"conversion specification\"
|
||||||
introduced by a `%' character in a control string."
|
introduced by a `%' character in a control string. See the
|
||||||
|
documentation of `battery-echo-area-format' for supported conversion
|
||||||
|
specifications and the format used by `battery' to show battery
|
||||||
|
status in the echo area.
|
||||||
|
|
||||||
|
The default value of the function is determined at startup, and depends
|
||||||
|
on the battery-related services available on the system."
|
||||||
:version "28.1"
|
:version "28.1"
|
||||||
:type '(choice (const nil) function))
|
:type '(choice (const nil) function))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue