# HG changeset patch # User Carsten Dominik # Date 1124953870 0 # Node ID 3c2360bf81c4925a7c2429e3a903417f2e95c37d # Parent 8e982d56281bf4f1cf1a5790dc4082deb6f5bee4 Documentation string of diary-modify-entry-list-string-function improved. diff -r 8e982d56281b -r 3c2360bf81c4 lisp/calendar/diary-lib.el --- a/lisp/calendar/diary-lib.el Thu Aug 25 07:06:07 2005 +0000 +++ b/lisp/calendar/diary-lib.el Thu Aug 25 07:11:10 2005 +0000 @@ -1652,8 +1652,9 @@ (defvar diary-modify-entry-list-string-function nil "Function applied to entry string before putting it into the entries list. -This is so that program that use the emacs diary for other purposes (e.g. -planner.el and org.el) can modify the string or add properties to it.") +Can be used by programs integrating a diary list into other buffers (e.g. +org.el and planner.el) to modify the string or add properties to it. +The function takes a string argument and must return a string.") (defun add-to-diary-list (date string specifier &optional marker globcolor) "Add the entry (DATE STRING SPECIFIER MARKER GLOBCOLOR) to `diary-entries-list'.