From 87ebdd0a9498fa27c1e8fc46f47fbdf59f71bdf5 Mon Sep 17 00:00:00 2001 From: JSDurand Date: Thu, 22 Feb 2024 12:25:12 +0800 Subject: 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. --- view-conf.el | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) (limited to 'view-conf.el') 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 -- cgit v1.2.3-18-g5258