diff options
| author | Juanma Barranquero | 2007-11-15 16:49:53 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2007-11-15 16:49:53 +0000 |
| commit | 4525646f19aed94183eabb0cfe108f9b6588c472 (patch) | |
| tree | b7ad23ef9608be985489ddd68e88f4018fb2ebfb /lisp | |
| parent | da2a6e44b1e5232c808c784f9b063546db7b7261 (diff) | |
| download | emacs-4525646f19aed94183eabb0cfe108f9b6588c472.tar.gz emacs-4525646f19aed94183eabb0cfe108f9b6588c472.zip | |
(gnus-demon): Fix typo in docstring.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/gnus/gnus-demon.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/gnus-demon.el b/lisp/gnus/gnus-demon.el index 98d098c51cf..421d4a07ee7 100644 --- a/lisp/gnus/gnus-demon.el +++ b/lisp/gnus/gnus-demon.el | |||
| @@ -39,7 +39,7 @@ | |||
| 39 | (autoload 'parse-time-string "parse-time" nil nil) | 39 | (autoload 'parse-time-string "parse-time" nil nil) |
| 40 | 40 | ||
| 41 | (defgroup gnus-demon nil | 41 | (defgroup gnus-demon nil |
| 42 | "Demonic behaviour." | 42 | "Demonic behavior." |
| 43 | :group 'gnus) | 43 | :group 'gnus) |
| 44 | 44 | ||
| 45 | (defcustom gnus-demon-handlers nil | 45 | (defcustom gnus-demon-handlers nil |