aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/gnus
diff options
context:
space:
mode:
authorPaul Eggert2012-05-28 23:16:49 -0700
committerPaul Eggert2012-05-28 23:16:49 -0700
commitc846da43835e99fa53c772814aa43c9ae7ac571b (patch)
tree600a59a1a82be54023d58c1d82f9b2847becd07d /lisp/gnus
parentb8f061b373e606e5ba757870ffa25b36c0df2d83 (diff)
downloademacs-c846da43835e99fa53c772814aa43c9ae7ac571b.tar.gz
emacs-c846da43835e99fa53c772814aa43c9ae7ac571b.zip
Spelling fixes.
Diffstat (limited to 'lisp/gnus')
-rw-r--r--lisp/gnus/ChangeLog.12
-rw-r--r--lisp/gnus/gnus-win.el2
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 @@
2966 2966
29671997-11-25 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> 29671997-11-25 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
2968 2968
2969 * gnus-move.el (gnus-move-group-to-server): Protect agains 2969 * gnus-move.el (gnus-move-group-to-server): Protect against
2970 nil-ness. 2970 nil-ness.
2971 2971
29721997-11-25 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> 29721997-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.")
275 (set-buffer buf)) 275 (set-buffer buf))
276 ((eq t (window-dedicated-p)) 276 ((eq t (window-dedicated-p))
277 ;; If the window is hard-dedicated, we have a problem because 277 ;; If the window is hard-dedicated, we have a problem because
278 ;; we just can't do what we're asked. But signalling an error, 278 ;; we just can't do what we're asked. But signaling an error,
279 ;; like `switch-to-buffer' would do, is not an option because 279 ;; like `switch-to-buffer' would do, is not an option because
280 ;; it would prevent things like "^" (to jump to the *Servers*) 280 ;; it would prevent things like "^" (to jump to the *Servers*)
281 ;; in a dedicated *Group*. 281 ;; in a dedicated *Group*.