emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/doc/lispref/os.texi,v
Date: Sat, 18 Oct 2008 09:40:46 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    08/10/18 09:40:46

Index: os.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/doc/lispref/os.texi,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- os.texi     17 Oct 2008 19:36:17 -0000      1.14
+++ os.texi     18 Oct 2008 09:40:45 -0000      1.15
@@ -1340,19 +1340,19 @@
 @table @samp
 @item %y
 @itemx %Y
-The number of full 365-day years.
+The integer number of 365-day years.
 @item %d
 @itemx %D
-The number of full days.
+The integer number of days.
 @item %h
 @itemx %H
-The number of full hours.
+The integer number of hours.
 @item %m
 @itemx %M
-The number of full minutes.
+The integer number of minutes.
 @item %s
 @itemx %S
-The number of seconds.
+The integer number of seconds.
 @item %z
 Non-printing control flag.  When it is used, other specifiers must be
 given in the order of decreasing size, i.e.@: years before days, hours
@@ -1391,10 +1391,10 @@
 @defun emacs-uptime &optional format
 This function returns a string representing the Emacs
 @dfn{uptime}---the elapsed wall-clock time this instance of Emacs is
-running.  The string is formatted according to the optional argument
address@hidden  For the available format descriptors, see @ref{Time
-Parsing, format-seconds}.  If @var{format} is nil or omitted, it
-defaults to @code{"%Y, %D, %H, %M, %z%S"}.
+running.  The string is formatted by @code{format-seconds} according
+to the optional argument @var{format}.  For the available format
+descriptors, see @ref{Time Parsing, format-seconds}.  If @var{format}
+is nil or omitted, it defaults to @code{"%Y, %D, %H, %M, %z%S"}.
 @end defun
 
 @defun get-internal-run-time




reply via email to

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