Mercurial > emacs
changeset 81193:1ab82ef8841b
(gnus-diary-time-format, gnus-summary-sort-by-schedule): Fix typos in docstring.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Wed, 06 Jun 2007 23:47:36 +0000 |
parents | 31e6461f746a |
children | 1bba1a22d0d0 |
files | lisp/gnus/gnus-diary.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/gnus/gnus-diary.el Wed Jun 06 23:30:38 2007 +0000 +++ b/lisp/gnus/gnus-diary.el Wed Jun 06 23:47:36 2007 +0000 @@ -59,7 +59,7 @@ :group 'gnus-summary-format) (defcustom gnus-diary-time-format "%a, %b %e %y, %H:%M" - "*Time format to display appointements in nndiary summary buffers. + "*Time format to display appointments in nndiary summary buffers. Please refer to `format-time-string' for information on possible values." :type 'string :group 'gnus-diary) @@ -224,7 +224,7 @@ (gnus-thread-header h2))) (defun gnus-summary-sort-by-schedule (&optional reverse) - "Sort nndiary summary buffers by schedule of appointements. + "Sort nndiary summary buffers by schedule of appointments. Optional prefix (or REVERSE argument) means sort in reverse order." (interactive "P") (gnus-summary-sort 'schedule reverse))