# HG changeset patch # User Juanma Barranquero # Date 1181173871 0 # Node ID 0286c7ebd0816f20b6f417663290f06480ac1e16 # Parent f145e384a51bbcc3fd2f5eb6f0aed96694df9ff9 (gnus-diary-time-format, gnus-summary-sort-by-schedule): Fix typo in docstrings. diff -r f145e384a51b -r 0286c7ebd081 lisp/gnus/gnus-diary.el --- a/lisp/gnus/gnus-diary.el Wed Jun 06 23:42:41 2007 +0000 +++ b/lisp/gnus/gnus-diary.el Wed Jun 06 23:51:11 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))