emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r110968: diary-header-line-format:


From: Roland Winkler
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r110968: diary-header-line-format: Use keybinding of diary-show-all-entries in the diary buffer
Date: Tue, 27 Nov 2012 09:40:49 -0600
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110968
committer: Roland Winkler <address@hidden>
branch nick: emacs-24
timestamp: Tue 2012-11-27 09:40:49 -0600
message:
  diary-header-line-format: Use keybinding of diary-show-all-entries in the 
diary buffer
modified:
  lisp/ChangeLog
  lisp/calendar/diary-lib.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-11-27 14:55:25 +0000
+++ b/lisp/ChangeLog    2012-11-27 15:40:49 +0000
@@ -1,3 +1,8 @@
+2012-11-27  Roland Winkler  <address@hidden>
+
+       * calendar/diary-lib.el (diary-header-line-format): Use keybinding
+       of diary-show-all-entries in the diary buffer (Bug#12994).
+
 2012-11-27  Michael Albinus  <address@hidden>
 
        * net/tramp-sh.el (tramp-perl-encode): Use "read STDIN" instead of

=== modified file 'lisp/calendar/diary-lib.el'
--- a/lisp/calendar/diary-lib.el        2012-09-24 11:39:33 +0000
+++ b/lisp/calendar/diary-lib.el        2012-11-27 15:40:49 +0000
@@ -444,8 +444,7 @@
 (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'.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]