summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2011-05-05 21:28:53 -0700
committerGlenn Morris <rgm@gnu.org>2011-05-05 21:28:53 -0700
commit77265a07f70524584fab768f9e44e31c131b845d (patch)
treeb2f49f9ef00cee6e99687307021fe6098e79c50b /etc
parent0158a105540edb90c1ba3468198ecae010db0a04 (diff)
downloademacs-77265a07f70524584fab768f9e44e31c131b845d.tar.gz
Add diary comments feature.
* lisp/calendar/diary-lib.el (diary-comment-start, diary-comment-end): New options. (diary-add-to-list): Strip comments from the displayed string. (diary-mode): Set comment-start and comment-end. * doc/emacs/cal-xtra.texi (Fancy Diary Display): Mention diary comments. * etc/NEWS: Mention this.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 5094ecfc4fc..61713c71fc8 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -447,6 +447,10 @@ You can get a comparable behavior with:
** Calendar, Diary, and Appt
++++
+*** Diary entries can contain non-printing `comments'.
+See the variable `diary-comment-start'.
+
*** New function `diary-hebrew-birthday'.
---