aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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."
742;;;###autoload 742;;;###autoload
743(defcustom diary-list-include-blanks nil 743(defcustom diary-list-include-blanks nil
744 "*If nil, do not include days with no diary entry in the list of diary entries. 744 "*If nil, do not include days with no diary entry in the list of diary entries.
745Such days will then not be shown in the the fancy diary buffer, even if they 745Such days will then not be shown in the fancy diary buffer, even if they
746are holidays." 746are holidays."
747 :type 'boolean 747 :type 'boolean
748 :group 'diary) 748 :group 'diary)