diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2006-11-03 14:32:22 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2006-11-03 14:32:22 +0000 |
commit | a44482258901265a6d201b67bf48958b08e0a966 (patch) | |
tree | f810e889f80376c5cf6c061af078973977307321 /lisp/gnus/gnus-diary.el | |
parent | 255fc2905e68d5e5f155f68577b18d4a1af1a0d1 (diff) | |
download | emacs-a44482258901265a6d201b67bf48958b08e0a966.tar.gz |
(gnus-diary-delay-format-function): Use "non-nil" in docstring.
Diffstat (limited to 'lisp/gnus/gnus-diary.el')
-rw-r--r-- | lisp/gnus/gnus-diary.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/gnus-diary.el b/lisp/gnus/gnus-diary.el index e4834131aa7..bc2f096fd70 100644 --- a/lisp/gnus/gnus-diary.el +++ b/lisp/gnus/gnus-diary.el @@ -121,7 +121,7 @@ Please refer to `format-time-string' for information on possible values." (defcustom gnus-diary-delay-format-function 'gnus-diary-delay-format-english "*Function called to format a diary delay string. -It is passed two arguments. The first one is non nil if the delay is in +It is passed two arguments. The first one is non-nil if the delay is in the past. The second one is of the form ((NUM . UNIT) ...) where NUM is an integer and UNIT is one of 'year 'month 'week 'day 'hour or 'minute. It should return strings like \"In 2 months, 3 weeks\", \"3 hours, |