diff options
| -rw-r--r-- | man/calendar.texi | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/man/calendar.texi b/man/calendar.texi index 8ebe7c4b3d7..ba4b582bbec 100644 --- a/man/calendar.texi +++ b/man/calendar.texi | |||
| @@ -1540,14 +1540,12 @@ tells Emacs that the current interval is over. | |||
| 1540 | @vindex timeclock-file | 1540 | @vindex timeclock-file |
| 1541 | @findex timeclock-reread-log | 1541 | @findex timeclock-reread-log |
| 1542 | The timeclock functions work by accumulating the data in a file | 1542 | The timeclock functions work by accumulating the data in a file |
| 1543 | called @file{.timelog} in your home directory. (On MS-DOS, this file | 1543 | called @file{.timelog} in your home directory. You can specify a |
| 1544 | is called @file{_timelog}, since an initial period is not allowed in | 1544 | different name for this file by customizing the variable |
| 1545 | file names on MS-DOS.) You can specify a different name for this file | 1545 | @code{timeclock-file}. If you edit the timeclock file manually, or if |
| 1546 | by customizing the variable @code{timeclock-file}. If you edit the | 1546 | you change the value of any of timeclock's customizable variables, you |
| 1547 | timeclock file manually, or if you change the value of any of | 1547 | should run the command @kbd{M-x timeclock-reread-log} to update the |
| 1548 | timeclock's customizable variables, you should run the command | 1548 | data in Emacs from the file. |
| 1549 | @kbd{M-x timeclock-reread-log} to update the data in Emacs from the | ||
| 1550 | file. | ||
| 1551 | 1549 | ||
| 1552 | @ignore | 1550 | @ignore |
| 1553 | arch-tag: 4531ef09-9df3-449d-9c52-2b5a4a337f92 | 1551 | arch-tag: 4531ef09-9df3-449d-9c52-2b5a4a337f92 |