diff options
author | Karl Heuer <kwzh@gnu.org> | 1998-08-27 15:14:58 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1998-08-27 15:14:58 +0000 |
commit | ac96331df2a490be9f0cd5e496f6e097af27d75f (patch) | |
tree | 88efc3ad9541437115db9714795a15b061a1e945 /lisp | |
parent | 5a1d5766b20cbf5bdae71bd8de16fa51a6fdf603 (diff) | |
download | emacs-ac96331df2a490be9f0cd5e496f6e097af27d75f.tar.gz emacs-ac96331df2a490be9f0cd5e496f6e097af27d75f.tar.bz2 emacs-ac96331df2a490be9f0cd5e496f6e097af27d75f.zip |
(diary-list-include-blanks): Doc fix..
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/calendar/calendar.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calendar/calendar.el b/lisp/calendar/calendar.el index 68e41307390..67eca4254cf 100644 --- a/lisp/calendar/calendar.el +++ b/lisp/calendar/calendar.el @@ -742,7 +742,7 @@ describes the style of such diary entries." ;;;###autoload (defcustom diary-list-include-blanks nil "*If nil, do not include days with no diary entry in the list of diary entries. -Such days will then not be shown in the the fancy diary buffer, even if they +Such days will then not be shown in the fancy diary buffer, even if they are holidays." :type 'boolean :group 'diary) |