diff options
| -rw-r--r-- | lisp/calendar/diary-lib.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/calendar/diary-lib.el b/lisp/calendar/diary-lib.el index d783f11e35d..25849627cdd 100644 --- a/lisp/calendar/diary-lib.el +++ b/lisp/calendar/diary-lib.el | |||
| @@ -214,7 +214,10 @@ you will probably also want to add `diary-include-other-diary-files' to | |||
| 214 | This hook runs after `diary-nongregorian-marking-hook'. These two hooks | 214 | This hook runs after `diary-nongregorian-marking-hook'. These two hooks |
| 215 | differ only if you are using included diary files. In that case, | 215 | differ only if you are using included diary files. In that case, |
| 216 | `diary-nongregorian-marking-hook' runs for each file, whereas | 216 | `diary-nongregorian-marking-hook' runs for each file, whereas |
| 217 | `diary-mark-entries-hook' only runs once, for the main diary file." | 217 | `diary-mark-entries-hook' only runs once, for the main diary file. |
| 218 | |||
| 219 | `displayed-year' and `displayed-month' are dynamically bound when | ||
| 220 | this hook is called." | ||
| 218 | :type 'hook | 221 | :type 'hook |
| 219 | :options '(diary-mark-included-diary-files) | 222 | :options '(diary-mark-included-diary-files) |
| 220 | :group 'diary) | 223 | :group 'diary) |