aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKarl Heuer1995-06-03 17:25:27 +0000
committerKarl Heuer1995-06-03 17:25:27 +0000
commit3d0b6ad51a3f439ddc94c769851e6272de14f540 (patch)
tree9f5ad5dbd68f2f1efd21094d9c46f9d04772f646 /src
parentbc937db738c505095f3d849862de278aa90a2a78 (diff)
downloademacs-3d0b6ad51a3f439ddc94c769851e6272de14f540.tar.gz
emacs-3d0b6ad51a3f439ddc94c769851e6272de14f540.zip
(Fencode_time): Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/editfns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/editfns.c b/src/editfns.c
index 2f1807828ca..ef941928a26 100644
--- a/src/editfns.c
+++ b/src/editfns.c
@@ -747,7 +747,7 @@ specified, it can be either a list (as from `current-time-zone') or an\n\
747integer (as from `decode-time'), and is applied without consideration for\n\ 747integer (as from `decode-time'), and is applied without consideration for\n\
748daylight savings time.\n\ 748daylight savings time.\n\
749Year numbers less than 100 are treated just like other year numbers.\n\ 749Year numbers less than 100 are treated just like other year numbers.\n\
750If you them to stand for years above 1900, you must do that yourself.") 750If you want them to stand for years above 1900, you must do that yourself.")
751 (sec, minute, hour, day, month, year, zone) 751 (sec, minute, hour, day, month, year, zone)
752 Lisp_Object sec, minute, hour, day, month, year, zone; 752 Lisp_Object sec, minute, hour, day, month, year, zone;
753{ 753{