emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/compat 3c6d989f48 2/2: Update manual


From: ELPA Syncer
Subject: [elpa] externals/compat 3c6d989f48 2/2: Update manual
Date: Sat, 14 Jan 2023 09:57:26 -0500 (EST)

branch: externals/compat
commit 3c6d989f480c81728abfa8bf89fdb21183d84b36
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    Update manual
---
 compat.texi | 19 ++++++++++++++++++-
 1 file changed, 18 insertions(+), 1 deletion(-)

diff --git a/compat.texi b/compat.texi
index 53de2fc515..4066114c8d 100644
--- a/compat.texi
+++ b/compat.texi
@@ -1045,39 +1045,56 @@ that may be set to a pattern that actually matches 
something.
 
 @defun decoded-time-second time
 Return the @var{seconds} field of a @code{decoded-time} record @var{time}.
+It can also be used as a @ref{generalised variable,Generalized
+Variables,,elisp}.
 @end defun
 
 @defun decoded-time-minute time
 Return the @var{minute} field of a @code{decoded-time} record @var{time}.
+It can also be used as a @ref{generalised variable,Generalized
+Variables,,elisp}.
 @end defun
 
 @defun decoded-time-hour time
 Return the @var{hour} field of a @code{decoded-time} record @var{time}.
+It can also be used as a @ref{generalised variable,Generalized
+Variables,,elisp}.
 @end defun
 
 @defun decoded-time-day time
 Return the @var{day} field of a @code{decoded-time} record @var{time}.
+It can also be used as a @ref{generalised variable,Generalized
+Variables,,elisp}.
 @end defun
 
 @defun decoded-time-month time
 Return the @var{month} field of a @code{decoded-time} record @var{time}.
+It can also be used as a @ref{generalised variable,Generalized
+Variables,,elisp}.
 @end defun
 
 @defun decoded-time-year time
 Return the @var{year} field of a @code{decoded-time} record @var{time}.
+It can also be used as a @ref{generalised variable,Generalized
+Variables,,elisp}.
 @end defun
 
 @defun decoded-time-weekday time
 Return the @var{weekday} field of a @code{decoded-time} record @var{time}.
+It can also be used as a @ref{generalised variable,Generalized
+Variables,,elisp}.
 @end defun
 
 @defun decoded-time-dst time
 Return the @var{dst} (daylight saving time indicator) field of a
-@code{decoded-time} record @var{time}.
+@code{decoded-time} record @var{time}. It can also be used as a
+@ref{generalised variable,Generalized Variables,,elisp}.
 @end defun
 
 @defun decoded-time-zone time
 Return the @var{zone} field of a @code{decoded-time} record @var{time}.
+It can also be used as a @ref{generalised variable,Generalized
+Variables,,elisp}.
 @end defun
 
 @c copied from lisp/emacs-lisp/package.el



reply via email to

[Prev in Thread] Current Thread [Next in Thread]