emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lispref/os.texi


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/os.texi
Date: Tue, 22 Jul 2003 11:17:56 -0400

Index: emacs/lispref/os.texi
diff -c emacs/lispref/os.texi:1.54 emacs/lispref/os.texi:1.55
*** emacs/lispref/os.texi:1.54  Mon Jul 14 11:59:52 2003
--- emacs/lispref/os.texi       Tue Jul 22 11:17:55 2003
***************
*** 1163,1171 ****
  the inverse conversion, use @code{float-time}.
  @end defun
  
! @defun decode-time time
! This function converts a time value into calendrical information.  The
! return value is a list of nine elements, as follows:
  
  @example
  (@var{seconds} @var{minutes} @var{hour} @var{day} @var{month} @var{year} 
@var{dow} @var{dst} @var{zone})
--- 1163,1172 ----
  the inverse conversion, use @code{float-time}.
  @end defun
  
! @defun decode-time &optional time
! This function converts a time value into calendrical information.  If
! you don't specify @var{time}, it decodes the current time.  The return
! value is a list of nine elements, as follows:
  
  @example
  (@var{seconds} @var{minutes} @var{hour} @var{day} @var{month} @var{year} 
@var{dow} @var{dst} @var{zone})




reply via email to

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