diff options
author | Glenn Morris <rgm@gnu.org> | 2008-10-04 18:48:45 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2008-10-04 18:48:45 +0000 |
commit | 3a0f6aac0db3b1961c759a278d2bc67b501ddd0a (patch) | |
tree | 1b53d9c408d365fd94f3a2e1c3bfc4fc32f41fd9 /lisp/gnus/gnus-dired.el | |
parent | 9376e71f1ce904f2fa7ba049236e7545232cc4fc (diff) | |
download | emacs-3a0f6aac0db3b1961c759a278d2bc67b501ddd0a.tar.gz |
Fix comment typo.
Diffstat (limited to 'lisp/gnus/gnus-dired.el')
-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 @@ (define-key gnus-dired-mode-map "\C-c\C-m\C-p" 'gnus-dired-print)) ;; FIXME: Make it customizable, change the default to `mail-user-agent' when -;; this file if renamed (e.g. to `dired-mime.el'). +;; this file is renamed (e.g. to `dired-mime.el'). (defcustom gnus-dired-mail-mode 'gnus-user-agent ;; mail-user-agent "Your preference for a mail composition package. |