diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2018-02-23 11:51:31 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2018-02-23 11:52:18 -0800 |
commit | 8a73b80aa43862f6aadda54c3c1f2105c2cfd7f5 (patch) | |
tree | da2ed9a2e210a35a1c6744c56b172a3446c86cac /doc/lispref/os.texi | |
parent | 361a8b908b4cf3657699781d1f1c46f1a7d42d0a (diff) | |
download | emacs-8a73b80aa43862f6aadda54c3c1f2105c2cfd7f5.tar.gz emacs-8a73b80aa43862f6aadda54c3c1f2105c2cfd7f5.tar.bz2 emacs-8a73b80aa43862f6aadda54c3c1f2105c2cfd7f5.zip |
Minor doc fixes, mostly for timestamp issues
Diffstat (limited to 'doc/lispref/os.texi')
-rw-r--r-- | doc/lispref/os.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/lispref/os.texi b/doc/lispref/os.texi index 5dbdbdb9431..396d7dd045c 100644 --- a/doc/lispref/os.texi +++ b/doc/lispref/os.texi @@ -1457,7 +1457,8 @@ on others, years as early as 1901 do work. @cindex formatting time values These functions convert time values to text in a string, and vice versa. -Time values are lists of two to four integers (@pxref{Time of Day}). +Time values include @code{nil}, numbers, and lists of two to four +integers (@pxref{Time of Day}). @defun date-to-time string This function parses the time-string @var{string} and returns the |