diff options
author | JSDurand <mmemmew@gmail.com> | 2024-02-22 12:25:12 +0800 |
---|---|---|
committer | JSDurand <mmemmew@gmail.com> | 2024-02-22 12:25:12 +0800 |
commit | 87ebdd0a9498fa27c1e8fc46f47fbdf59f71bdf5 (patch) | |
tree | c70241cfd7be37e3c10608465885fddb4b83cab3 | |
parent | b855e3a6af616b8b366c1cad509df9f3d87aa565 (diff) |
view: Update documentation of durand-view-timers-or-temps
* view-conf.el (durand-view-timers-or-temps): The function was updated
without updating its documentation. Now the documentation is
updated as well.
-rw-r--r-- | view-conf.el | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/view-conf.el b/view-conf.el index 3a7a9f5..1d78947 100644 --- a/view-conf.el +++ b/view-conf.el @@ -29,11 +29,20 @@ ;;; View tmeperatures or timers ;;;###autoload (defun durand-view-timers-or-temps (&optional arg) - "View the list of timers or view the CPU temperature info. -If ARG is nil, view the list of timers. -If ARG is '(4), view the information about CPU temperature and -fans speed and some others. -If ARG is '(16), view the battery information." + "View the list of timers or view information of CPU and battery. +If ARG is nil, view the following information: + - Fan speed + - CPU die temperature + - Remaining battery charge + - Battery full capacity + - Whether or not the battery is fully charged + - Whether or not the battery is charging + - Battery cycle number + - Battery health condition + - Whether or not the computer is connected to some charging source + - Battery temperature + +If ARG is '(4), view the list of timers." (interactive "P") (require 'auth-source) (cond |