summaryrefslogtreecommitdiff
path: root/src/editfns.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-08-29 19:38:04 +0000
committerRichard M. Stallman <rms@gnu.org>1995-08-29 19:38:04 +0000
commit24a9fa38677f789e681557339b506fccd30d4f0f (patch)
tree6be542448dc1581732b53a3bbc60cb5dd3df9c65 /src/editfns.c
parent4920f4561e4601a96c866317f359836ef36305e8 (diff)
downloademacs-24a9fa38677f789e681557339b506fccd30d4f0f.tar.gz
(Fdecode_time): Doc fix.
Diffstat (limited to 'src/editfns.c')
-rw-r--r--src/editfns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/editfns.c b/src/editfns.c
index 6731e5c729a..e0593c69bdf 100644
--- a/src/editfns.c
+++ b/src/editfns.c
@@ -658,7 +658,7 @@ MONTH is an integer between 1 and 12. YEAR is an integer indicating the\n\
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;
{