1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-04 08:47:11 +00:00

(gnus-diary-time-format, gnus-summary-sort-by-schedule): Fix typos in docstring.

This commit is contained in:
Juanma Barranquero 2007-06-06 23:47:36 +00:00
parent 790ad86fe8
commit 340f92b1d6

View File

@ -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 @@ There are currently two built-in format functions:
(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))