diff options
| author | Glenn Morris | 2008-10-04 18:48:45 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-10-04 18:48:45 +0000 |
| commit | 3a0f6aac0db3b1961c759a278d2bc67b501ddd0a (patch) | |
| tree | 1b53d9c408d365fd94f3a2e1c3bfc4fc32f41fd9 | |
| parent | 9376e71f1ce904f2fa7ba049236e7545232cc4fc (diff) | |
| download | emacs-3a0f6aac0db3b1961c759a278d2bc67b501ddd0a.tar.gz emacs-3a0f6aac0db3b1961c759a278d2bc67b501ddd0a.zip | |
Fix comment typo.
| -rw-r--r-- | lisp/gnus/gnus-dired.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/gnus-dired.el b/lisp/gnus/gnus-dired.el index 6bb282a6412..9db74236486 100644 --- a/lisp/gnus/gnus-dired.el +++ b/lisp/gnus/gnus-dired.el | |||
| @@ -69,7 +69,7 @@ | |||
| 69 | (define-key gnus-dired-mode-map "\C-c\C-m\C-p" 'gnus-dired-print)) | 69 | (define-key gnus-dired-mode-map "\C-c\C-m\C-p" 'gnus-dired-print)) |
| 70 | 70 | ||
| 71 | ;; FIXME: Make it customizable, change the default to `mail-user-agent' when | 71 | ;; FIXME: Make it customizable, change the default to `mail-user-agent' when |
| 72 | ;; this file if renamed (e.g. to `dired-mime.el'). | 72 | ;; this file is renamed (e.g. to `dired-mime.el'). |
| 73 | 73 | ||
| 74 | (defcustom gnus-dired-mail-mode 'gnus-user-agent ;; mail-user-agent | 74 | (defcustom gnus-dired-mail-mode 'gnus-user-agent ;; mail-user-agent |
| 75 | "Your preference for a mail composition package. | 75 | "Your preference for a mail composition package. |