diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2007-03-17 17:51:56 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2007-03-17 17:51:56 +0000 |
commit | bb5606e5f712e7eec537e5658f296a144cbebecc (patch) | |
tree | 5c99a55ac0cabfa3f5667d9d25f3c3518ca33e65 /lisp/calendar | |
parent | c281e66b7effec5fd1e04a69ccab1e186420bc8c (diff) | |
download | emacs-bb5606e5f712e7eec537e5658f296a144cbebecc.tar.gz |
(number-of-diary-entries): Fix docstring typo.
Diffstat (limited to 'lisp/calendar')
-rw-r--r-- | lisp/calendar/diary-lib.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/calendar/diary-lib.el b/lisp/calendar/diary-lib.el index a5644f7972d..f57120e5924 100644 --- a/lisp/calendar/diary-lib.el +++ b/lisp/calendar/diary-lib.el @@ -300,10 +300,10 @@ entries will be displayed. If the value 2 is used, then both the current day's and the next day's entries will be displayed. The value can also be a vector such as [0 2 2 2 2 4 1]; this value -says to display no diary entries on Sunday, the display the entries -for the current date and the day after on Monday through Thursday, -display Friday through Monday's entries on Friday, and display only -Saturday's entries on Saturday. +says to display no diary entries on Sunday, the entries for +the current date and the day after on Monday through Thursday, +Friday through Monday's entries on Friday, and only Saturday's +entries on Saturday. This variable does not affect the diary display with the `d' command from the calendar; in that case, the prefix argument controls the |