diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2006-11-03 14:33:11 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2006-11-03 14:33:11 +0000 |
commit | 67cb63df8be152f058024038cd2bfacda053f142 (patch) | |
tree | ab683af0bf9f960d91f59d92403f21ef165a97f5 /lisp/gnus/nndiary.el | |
parent | a44482258901265a6d201b67bf48958b08e0a966 (diff) | |
download | emacs-67cb63df8be152f058024038cd2bfacda053f142.tar.gz |
(nndiary-reminders): Use "non-nil" in docstrings.
Diffstat (limited to 'lisp/gnus/nndiary.el')
-rw-r--r-- | lisp/gnus/nndiary.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/nndiary.el b/lisp/gnus/nndiary.el index 0c83a2d5124..a569314d6d7 100644 --- a/lisp/gnus/nndiary.el +++ b/lisp/gnus/nndiary.el @@ -263,7 +263,7 @@ not 'century, sorry). NOTE: the units of measure actually express dates, not durations: if you use 'week, messages will pop up on Sundays at 00:00 (or Mondays if -`nndiary-week-starts-on-monday' is non nil) and *not* 7 days before the +`nndiary-week-starts-on-monday' is non-nil) and *not* 7 days before the appointement, if you use 'month, messages will pop up on the first day of each months, at 00:00 and so on. |