diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-11-06 22:52:06 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-11-06 22:52:06 +0000 |
commit | 5e7e4764040ba30a1ed0a260b6c3680852f5dfd3 (patch) | |
tree | a16fb49dd2b355f0414ae9e0d9c7a6ff774d0d38 /src/editfns.c | |
parent | 7744909b785f8b4b0902a7962c37368c36e09379 (diff) | |
download | emacs-5e7e4764040ba30a1ed0a260b6c3680852f5dfd3.tar.gz |
(Fencode_time): Doc fix.
Diffstat (limited to 'src/editfns.c')
-rw-r--r-- | src/editfns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/editfns.c b/src/editfns.c index c2c0df9241b..64522ecbf34 100644 --- a/src/editfns.c +++ b/src/editfns.c @@ -727,7 +727,7 @@ DEFUN ("encode-time", Fencode_time, Sencode_time, 6, MANY, 0, This is the reverse operation of `decode-time', which see.\n\ ZONE defaults to the current time zone rule. This can\n\ be a string or t (as from `set-time-zone-rule'), or it can be a list\n\ -(as from `current-time-zone') or an integer (as from `decode-time')\n\ +\(as from `current-time-zone') or an integer (as from `decode-time')\n\ applied without consideration for daylight savings time.\n\ \n\ You can pass more than 7 arguments; then the first six arguments\n\ |