diff options
author | ShengHuo ZHU <zsh@cs.rochester.edu> | 2002-11-29 15:57:52 +0000 |
---|---|---|
committer | ShengHuo ZHU <zsh@cs.rochester.edu> | 2002-11-29 15:57:52 +0000 |
commit | 8f688cb015d38b4f9cefe81debbcf9dec902f991 (patch) | |
tree | c76eec84c6539b499eb46592d74d58f3bc22c65f /lisp/gnus/gnus-win.el | |
parent | e70d557978cdf4d8ea4c0500ce037fcfc95acf2b (diff) | |
download | emacs-8f688cb015d38b4f9cefe81debbcf9dec902f991.tar.gz |
Typos.
Diffstat (limited to 'lisp/gnus/gnus-win.el')
-rw-r--r-- | lisp/gnus/gnus-win.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/gnus/gnus-win.el b/lisp/gnus/gnus-win.el index f19f77173c2..a7d424414da 100644 --- a/lisp/gnus/gnus-win.el +++ b/lisp/gnus/gnus-win.el @@ -1,5 +1,5 @@ ;;; gnus-win.el --- window configuration functions for Gnus -;; Copyright (C) 1996, 1997, 1998, 1999, 2000 +;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2002 ;; Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> @@ -291,7 +291,7 @@ See the Gnus manual for an explanation of the syntax used.") (unless window (setq window current-window)) (select-window window) - ;; This might be an old-stylee buffer config. + ;; This might be an old-style buffer config. (when (vectorp split) (setq split (append split nil))) (when (or (consp (car split)) |