aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/calendar/calendar.el
diff options
context:
space:
mode:
authorKarl Heuer <[email protected]>1998-08-27 15:14:58 +0000
committerKarl Heuer <[email protected]>1998-08-27 15:14:58 +0000
commitac96331df2a490be9f0cd5e496f6e097af27d75f (patch)
tree88efc3ad9541437115db9714795a15b061a1e945 /lisp/calendar/calendar.el
parent5a1d5766b20cbf5bdae71bd8de16fa51a6fdf603 (diff)
(diary-list-include-blanks): Doc fix..
Diffstat (limited to 'lisp/calendar/calendar.el')
-rw-r--r--lisp/calendar/calendar.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calendar/calendar.el b/lisp/calendar/calendar.el
index 68e4130739..67eca4254c 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)