Mercurial > emacs
changeset 12973:2c0225a5aa91
(Fdecode_time): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 29 Aug 1995 19:38:04 +0000 |
parents | 62682d1146a0 |
children | fd7b8d2ba9e9 |
files | src/editfns.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/editfns.c Tue Aug 29 16:22:25 1995 +0000 +++ b/src/editfns.c Tue Aug 29 19:38:04 1995 +0000 @@ -658,7 +658,7 @@ four-digit year. DOW is the day of week, an integer between 0 and 6, where\n\ 0 is Sunday. DST is t if daylight savings time is effect, otherwise nil.\n\ ZONE is an integer indicating the number of seconds east of Greenwich.\n\ -(Note that Common Lisp has different meanings for DOW and ZONE.)") +\(Note that Common Lisp has different meanings for DOW and ZONE.)") (specified_time) Lisp_Object specified_time; {