diff options
| -rw-r--r-- | lisp/calendar/diary-lib.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calendar/diary-lib.el b/lisp/calendar/diary-lib.el index a64cd23d5f4..af65f4bf8bc 100644 --- a/lisp/calendar/diary-lib.el +++ b/lisp/calendar/diary-lib.el | |||
| @@ -653,7 +653,7 @@ These hooks have the following distinct roles: | |||
| 653 | Functions called by these hooks may use the variables ORIGINAL-DATE | 653 | Functions called by these hooks may use the variables ORIGINAL-DATE |
| 654 | and NUMBER, which are the arguments with which this function was called. | 654 | and NUMBER, which are the arguments with which this function was called. |
| 655 | Note that hook functions should _not_ use DATE, but ORIGINAL-DATE. | 655 | Note that hook functions should _not_ use DATE, but ORIGINAL-DATE. |
| 656 | \(Sexp diary entries may use DATE - see `list-sexp-diary-entries'). | 656 | \(Sexp diary entries may use DATE - see `list-sexp-diary-entries'.) |
| 657 | 657 | ||
| 658 | If LIST-ONLY is non-nil don't modify or display the buffer, only return a list." | 658 | If LIST-ONLY is non-nil don't modify or display the buffer, only return a list." |
| 659 | (unless number | 659 | (unless number |