emacs-diffs
[Top][All Lists]
Advanced

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

master 7b1881682b: Remove obsolete footnote


From: Paul Eggert
Subject: master 7b1881682b: Remove obsolete footnote
Date: Mon, 18 Apr 2022 15:58:32 -0400 (EDT)

branch: master
commit 7b1881682bfbd1ff83d47b88fa8cca22c0290c17
Author: Paul Eggert <eggert@cs.ucla.edu>
Commit: Paul Eggert <eggert@cs.ucla.edu>

    Remove obsolete footnote
    
    Emacs no longer warns about timestamps like (1 . 1000).
---
 doc/lispref/os.texi | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/doc/lispref/os.texi b/doc/lispref/os.texi
index eea0ab8f6b..2f9cdac232 100644
--- a/doc/lispref/os.texi
+++ b/doc/lispref/os.texi
@@ -1345,11 +1345,7 @@ A pair of integers @code{(@var{ticks} . @var{hz})}, 
where @var{hz} is
 positive.  This represents @var{ticks}/@var{hz} seconds, which is the
 same time as plain @var{ticks} if @var{hz} is 1.  A common value for
 @var{hz} is 1000000000, for a nanosecond-resolution
-clock.@footnote{Currently @var{hz} should be at least 65536 to avoid
-compatibility warnings when the timestamp is passed to standard
-functions, as previous versions of Emacs would interpret such a
-timestamps differently due to backward-compatibility concerns.  These
-warnings are intended to be removed in a future Emacs version.}
+clock.
 
 @item
 A list of four integers @code{(@var{high} @var{low} @var{micro}



reply via email to

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