summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1998-08-27 15:14:58 +0000
committerKarl Heuer <kwzh@gnu.org>1998-08-27 15:14:58 +0000
commitac96331df2a490be9f0cd5e496f6e097af27d75f (patch)
tree88efc3ad9541437115db9714795a15b061a1e945 /lisp
parent5a1d5766b20cbf5bdae71bd8de16fa51a6fdf603 (diff)
downloademacs-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.el2
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)