diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2015-01-29 19:51:31 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2015-01-29 19:52:15 -0800 |
commit | d7adc7d90fb93edb5d0a1674c013f8425677dff8 (patch) | |
tree | b8c9632cd31d8b73706ad20ad74037ecf5bea307 | |
parent | 34d0859c4b092b6a1daed3c674f1f4e3f05d5189 (diff) | |
download | emacs-d7adc7d90fb93edb5d0a1674c013f8425677dff8.tar.gz emacs-d7adc7d90fb93edb5d0a1674c013f8425677dff8.tar.bz2 emacs-d7adc7d90fb93edb5d0a1674c013f8425677dff8.zip |
Spelling fix
-rw-r--r-- | lisp/gnus/mm-decode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/mm-decode.el b/lisp/gnus/mm-decode.el index f03b9c9b484..311ea7cffff 100644 --- a/lisp/gnus/mm-decode.el +++ b/lisp/gnus/mm-decode.el @@ -889,7 +889,7 @@ external if displayed external." (when (and (boundp 'gnus-summary-buffer) (bufferp gnus-summary-buffer) (buffer-name gnus-summary-buffer)) - ;; So that we pop back to the right place, sortof. + ;; So that we pop back to the right place, sort of. (switch-to-buffer gnus-summary-buffer) (switch-to-buffer mm)) (delete-other-windows) |