mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-04 06:31:13 -08:00
diary-mark-entries-hook doc string clarification
* lisp/calendar/diary-lib.el (diary-mark-entries-hook): Mention dynamically bound variables (bug#9287).
This commit is contained in:
parent
adb9dc4bff
commit
e03afa50ee
1 changed files with 4 additions and 1 deletions
|
|
@ -214,7 +214,10 @@ you will probably also want to add `diary-include-other-diary-files' to
|
|||
This hook runs after `diary-nongregorian-marking-hook'. These two hooks
|
||||
differ only if you are using included diary files. In that case,
|
||||
`diary-nongregorian-marking-hook' runs for each file, whereas
|
||||
`diary-mark-entries-hook' only runs once, for the main diary file."
|
||||
`diary-mark-entries-hook' only runs once, for the main diary file.
|
||||
|
||||
`displayed-year' and `displayed-month' are dynamically bound when
|
||||
this hook is called."
|
||||
:type 'hook
|
||||
:options '(diary-mark-included-diary-files)
|
||||
:group 'diary)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue