Mercurial > emacs
diff src/editfns.c @ 12973:2c0225a5aa91
(Fdecode_time): Doc fix.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Tue, 29 Aug 1995 19:38:04 +0000 |
| parents | 7a3cd2170cb7 |
| children | 385a67ad96c3 |
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; {
