diff options
| author | Juanma Barranquero | 2007-06-06 23:51:11 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2007-06-06 23:51:11 +0000 |
| commit | bf8e97aed2aec1652fbaa243b5d2b3218f76a97f (patch) | |
| tree | ff4d0df2e2ea25334af63078c15fe0dda630ff40 /lisp/gnus | |
| parent | b5dc2fcf59c658af37694b7d95e93cc9a3aa8302 (diff) | |
| download | emacs-bf8e97aed2aec1652fbaa243b5d2b3218f76a97f.tar.gz emacs-bf8e97aed2aec1652fbaa243b5d2b3218f76a97f.zip | |
(gnus-diary-time-format, gnus-summary-sort-by-schedule): Fix typo in docstrings.
Diffstat (limited to 'lisp/gnus')
| -rw-r--r-- | lisp/gnus/gnus-diary.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/gnus/gnus-diary.el b/lisp/gnus/gnus-diary.el index a7f7ee65ec3..d5bc9c3a05d 100644 --- a/lisp/gnus/gnus-diary.el +++ b/lisp/gnus/gnus-diary.el | |||
| @@ -59,7 +59,7 @@ | |||
| 59 | :group 'gnus-summary-format) | 59 | :group 'gnus-summary-format) |
| 60 | 60 | ||
| 61 | (defcustom gnus-diary-time-format "%a, %b %e %y, %H:%M" | 61 | (defcustom gnus-diary-time-format "%a, %b %e %y, %H:%M" |
| 62 | "*Time format to display appointements in nndiary summary buffers. | 62 | "*Time format to display appointments in nndiary summary buffers. |
| 63 | Please refer to `format-time-string' for information on possible values." | 63 | Please refer to `format-time-string' for information on possible values." |
| 64 | :type 'string | 64 | :type 'string |
| 65 | :group 'gnus-diary) | 65 | :group 'gnus-diary) |
| @@ -224,7 +224,7 @@ There are currently two built-in format functions: | |||
| 224 | (gnus-thread-header h2))) | 224 | (gnus-thread-header h2))) |
| 225 | 225 | ||
| 226 | (defun gnus-summary-sort-by-schedule (&optional reverse) | 226 | (defun gnus-summary-sort-by-schedule (&optional reverse) |
| 227 | "Sort nndiary summary buffers by schedule of appointements. | 227 | "Sort nndiary summary buffers by schedule of appointments. |
| 228 | Optional prefix (or REVERSE argument) means sort in reverse order." | 228 | Optional prefix (or REVERSE argument) means sort in reverse order." |
| 229 | (interactive "P") | 229 | (interactive "P") |
| 230 | (gnus-summary-sort 'schedule reverse)) | 230 | (gnus-summary-sort 'schedule reverse)) |