]> git.eshelyaron.com Git - emacs.git/commitdiff
(gnus-diary-time-format, gnus-summary-sort-by-schedule): Fix typo in docstrings.
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 6 Jun 2007 23:51:11 +0000 (23:51 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 6 Jun 2007 23:51:11 +0000 (23:51 +0000)
lisp/gnus/gnus-diary.el

index a7f7ee65ec3c6b01203d3b30bc634c8343cd0f80..d5bc9c3a05d7491eff878fea8f13a3b0f1f1159b 100644 (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))