From 6b4a97c1c78f39ce890d100acceceb652d14e20d Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 11 Nov 2019 10:30:13 -0800 Subject: Fix some quoting glitches in doc strings --- lisp/gnus/gnus-diary.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/gnus/gnus-diary.el') diff --git a/lisp/gnus/gnus-diary.el b/lisp/gnus/gnus-diary.el index 16973074be4..1697a633680 100644 --- a/lisp/gnus/gnus-diary.el +++ b/lisp/gnus/gnus-diary.el @@ -64,7 +64,7 @@ Please refer to `format-time-string' for information on possible values." "Function called to format a diary delay string. 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. +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, 1 minute ago\" and so on. -- cgit v1.2.1