From: Karl Heuer Date: Thu, 27 Aug 1998 15:14:58 +0000 (+0000) Subject: (diary-list-include-blanks): Doc fix.. X-Git-Tag: emacs-20.4~1828 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ac96331df2a490be9f0cd5e496f6e097af27d75f;p=emacs.git (diary-list-include-blanks): Doc fix.. --- 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)