diff options
| author | Carsten Dominik | 2005-08-25 07:11:10 +0000 |
|---|---|---|
| committer | Carsten Dominik | 2005-08-25 07:11:10 +0000 |
| commit | aa284296a0ec40635f84bd8e7c615aa5a30f362b (patch) | |
| tree | cb6e41d89eb169ddf4c6520f39a1b53a998c7cb4 | |
| parent | 9a20c79bcec8a2b87af788711c0f60ea1247af1d (diff) | |
| download | emacs-aa284296a0ec40635f84bd8e7c615aa5a30f362b.tar.gz emacs-aa284296a0ec40635f84bd8e7c615aa5a30f362b.zip | |
Documentation string of diary-modify-entry-list-string-function improved.
| -rw-r--r-- | lisp/calendar/diary-lib.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/calendar/diary-lib.el b/lisp/calendar/diary-lib.el index ebcb4278ee7..1501131c2ae 100644 --- a/lisp/calendar/diary-lib.el +++ b/lisp/calendar/diary-lib.el | |||
| @@ -1652,8 +1652,9 @@ marked on the calendar." | |||
| 1652 | 1652 | ||
| 1653 | (defvar diary-modify-entry-list-string-function nil | 1653 | (defvar diary-modify-entry-list-string-function nil |
| 1654 | "Function applied to entry string before putting it into the entries list. | 1654 | "Function applied to entry string before putting it into the entries list. |
| 1655 | This is so that program that use the emacs diary for other purposes (e.g. | 1655 | Can be used by programs integrating a diary list into other buffers (e.g. |
| 1656 | planner.el and org.el) can modify the string or add properties to it.") | 1656 | org.el and planner.el) to modify the string or add properties to it. |
| 1657 | The function takes a string argument and must return a string.") | ||
| 1657 | 1658 | ||
| 1658 | (defun add-to-diary-list (date string specifier &optional marker globcolor) | 1659 | (defun add-to-diary-list (date string specifier &optional marker globcolor) |
| 1659 | "Add the entry (DATE STRING SPECIFIER MARKER GLOBCOLOR) to `diary-entries-list'. | 1660 | "Add the entry (DATE STRING SPECIFIER MARKER GLOBCOLOR) to `diary-entries-list'. |