diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2012-05-28 23:16:49 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2012-05-28 23:16:49 -0700 |
commit | c846da43835e99fa53c772814aa43c9ae7ac571b (patch) | |
tree | 600a59a1a82be54023d58c1d82f9b2847becd07d /lisp/gnus | |
parent | b8f061b373e606e5ba757870ffa25b36c0df2d83 (diff) | |
download | emacs-c846da43835e99fa53c772814aa43c9ae7ac571b.tar.gz |
Spelling fixes.
Diffstat (limited to 'lisp/gnus')
-rw-r--r-- | lisp/gnus/ChangeLog.1 | 2 | ||||
-rw-r--r-- | lisp/gnus/gnus-win.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/gnus/ChangeLog.1 b/lisp/gnus/ChangeLog.1 index f3ba7bca4d4..f223bd77085 100644 --- a/lisp/gnus/ChangeLog.1 +++ b/lisp/gnus/ChangeLog.1 @@ -2966,7 +2966,7 @@ 1997-11-25 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> - * gnus-move.el (gnus-move-group-to-server): Protect agains + * gnus-move.el (gnus-move-group-to-server): Protect against nil-ness. 1997-11-25 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> diff --git a/lisp/gnus/gnus-win.el b/lisp/gnus/gnus-win.el index 34c6c0ca126..efe2a319854 100644 --- a/lisp/gnus/gnus-win.el +++ b/lisp/gnus/gnus-win.el @@ -275,7 +275,7 @@ See the Gnus manual for an explanation of the syntax used.") (set-buffer buf)) ((eq t (window-dedicated-p)) ;; If the window is hard-dedicated, we have a problem because - ;; we just can't do what we're asked. But signalling an error, + ;; we just can't do what we're asked. But signaling an error, ;; like `switch-to-buffer' would do, is not an option because ;; it would prevent things like "^" (to jump to the *Servers*) ;; in a dedicated *Group*. |