diff options
| author | Karl Heuer | 1995-06-03 17:25:27 +0000 |
|---|---|---|
| committer | Karl Heuer | 1995-06-03 17:25:27 +0000 |
| commit | 3d0b6ad51a3f439ddc94c769851e6272de14f540 (patch) | |
| tree | 9f5ad5dbd68f2f1efd21094d9c46f9d04772f646 /src | |
| parent | bc937db738c505095f3d849862de278aa90a2a78 (diff) | |
| download | emacs-3d0b6ad51a3f439ddc94c769851e6272de14f540.tar.gz emacs-3d0b6ad51a3f439ddc94c769851e6272de14f540.zip | |
(Fencode_time): Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/editfns.c | 2 |
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\ | |||
| 747 | integer (as from `decode-time'), and is applied without consideration for\n\ | 747 | integer (as from `decode-time'), and is applied without consideration for\n\ |
| 748 | daylight savings time.\n\ | 748 | daylight savings time.\n\ |
| 749 | Year numbers less than 100 are treated just like other year numbers.\n\ | 749 | Year numbers less than 100 are treated just like other year numbers.\n\ |
| 750 | If you them to stand for years above 1900, you must do that yourself.") | 750 | If 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 | { |