From 34755291c144ab134b71ddf3e8f50d848525734c Mon Sep 17 00:00:00 2001 From: Roland Winkler Date: Tue, 27 Nov 2012 09:40:49 -0600 Subject: diary-header-line-format: Use keybinding of diary-show-all-entries in the diary buffer --- lisp/calendar/diary-lib.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lisp/calendar') diff --git a/lisp/calendar/diary-lib.el b/lisp/calendar/diary-lib.el index 27c6f76581c..46a7f703019 100644 --- a/lisp/calendar/diary-lib.el +++ b/lisp/calendar/diary-lib.el @@ -444,8 +444,7 @@ The format of the header is specified by `diary-header-line-format'." (defcustom diary-header-line-format '(:eval (calendar-string-spread (list (if diary-selective-display - "Some text is hidden - press \"s\" in calendar \ -before edit/copy" + "Some text is hidden - press \"C-c C-s\" before edit/copy" "Diary")) ?\s (window-width))) "Format of the header line displayed by `diary-simple-display'. -- cgit v1.2.1