diff options
author | Glenn Morris <rgm@gnu.org> | 2008-03-09 19:58:55 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2008-03-09 19:58:55 +0000 |
commit | c102c94f1a79eca4ac60578a5a1d41d1f67b3e9b (patch) | |
tree | d66bab67078d637fc1e74a1b81596363ed722f73 /lisp | |
parent | ffcd9e2027f587da3458fcfac2aa3ef72a89f9a5 (diff) | |
download | emacs-c102c94f1a79eca4ac60578a5a1d41d1f67b3e9b.tar.gz emacs-c102c94f1a79eca4ac60578a5a1d41d1f67b3e9b.tar.bz2 emacs-c102c94f1a79eca4ac60578a5a1d41d1f67b3e9b.zip |
(diary-list-entries): Fix typo in previous doc fix.
Diffstat (limited to 'lisp')
-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 |