summaryrefslogtreecommitdiff
path: root/doc/misc/sc.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/misc/sc.texi')
-rw-r--r--doc/misc/sc.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/misc/sc.texi b/doc/misc/sc.texi
index 7f46ef9a195..5176797cde8 100644
--- a/doc/misc/sc.texi
+++ b/doc/misc/sc.texi
@@ -404,7 +404,7 @@ from the alist with the @code{sc-mail-field} function. Thus, if the
following fields were present in the original article:
@example
-Date:@: 08 April 1991, 17:32:09 EST
+Date:@: 08 Apr 1991 17:32:09 -0500
Subject:@: Better get out your asbestos suit
@end example
@@ -415,7 +415,7 @@ then, the following lisp constructs return:
@example
(sc-mail-field "date")
-==> "08 April 1991, 17:32:09 EST"
+==> "08 Apr 1991 17:32:09 -0500"
(sc-mail-field "subject")
==> "Better get out your asbestos suit"