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:  Functions called by these hooks may use the variables ORIGINAL-DATE  and NUMBER, which are the arguments with which this function was called.  Note that hook functions should _not_ use DATE, but ORIGINAL-DATE. -\(Sexp diary entries may use DATE - see `list-sexp-diary-entries'). +\(Sexp diary entries may use DATE - see `list-sexp-diary-entries'.)  If LIST-ONLY is non-nil don't modify or display the buffer, only return a list."    (unless number | 
