aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2006-11-03 14:32:22 +0000
committerJuanma Barranquero2006-11-03 14:32:22 +0000
commita44482258901265a6d201b67bf48958b08e0a966 (patch)
treef810e889f80376c5cf6c061af078973977307321
parent255fc2905e68d5e5f155f68577b18d4a1af1a0d1 (diff)
downloademacs-a44482258901265a6d201b67bf48958b08e0a966.tar.gz
emacs-a44482258901265a6d201b67bf48958b08e0a966.zip
(gnus-diary-delay-format-function): Use "non-nil" in docstring.
-rw-r--r--lisp/gnus/gnus-diary.el2
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."
121 121
122(defcustom gnus-diary-delay-format-function 'gnus-diary-delay-format-english 122(defcustom gnus-diary-delay-format-function 'gnus-diary-delay-format-english
123 "*Function called to format a diary delay string. 123 "*Function called to format a diary delay string.
124It is passed two arguments. The first one is non nil if the delay is in 124It is passed two arguments. The first one is non-nil if the delay is in
125the past. The second one is of the form ((NUM . UNIT) ...) where NUM is 125the past. The second one is of the form ((NUM . UNIT) ...) where NUM is
126an integer and UNIT is one of 'year 'month 'week 'day 'hour or 'minute. 126an integer and UNIT is one of 'year 'month 'week 'day 'hour or 'minute.
127It should return strings like \"In 2 months, 3 weeks\", \"3 hours, 127It should return strings like \"In 2 months, 3 weeks\", \"3 hours,