mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-27 07:37:33 +00:00
*** empty log message ***
This commit is contained in:
parent
3261c1d8c5
commit
4f939ab8ad
@ -1156,8 +1156,8 @@ items of calendrical data into a time value. For the meanings of the
|
||||
arguments, see the table above under @code{decode-time}.
|
||||
|
||||
Year numbers less than 100 are not treated specially. If you want them
|
||||
to stand for years above 1900, you must alter them yourself before you
|
||||
call @code{encode-time}.
|
||||
to stand for years above 1900, or years above 2000, you must alter them
|
||||
yourself before you call @code{encode-time}.
|
||||
|
||||
The optional argument @var{zone} defaults to the current time zone and
|
||||
its daylight savings time rules. If specified, it can be either a list
|
||||
|
@ -315,7 +315,7 @@ as it comes in. For details, see the description of
|
||||
@code{call-process}, above. If @var{destination} is the integer 0,
|
||||
@code{call-process-region} discards the output and returns @code{nil}
|
||||
immediately, without waiting for the subprocess to finish (this only
|
||||
works if asynchronous subprocess are supported).
|
||||
works if asynchronous subprocesses are supported).
|
||||
|
||||
The remaining arguments, @var{args}, are strings that specify command
|
||||
line arguments for the program.
|
||||
|
Loading…
Reference in New Issue
Block a user