diff options
| author | Paul Eggert | 2012-05-28 23:16:49 -0700 |
|---|---|---|
| committer | Paul Eggert | 2012-05-28 23:16:49 -0700 |
| commit | c846da43835e99fa53c772814aa43c9ae7ac571b (patch) | |
| tree | 600a59a1a82be54023d58c1d82f9b2847becd07d /lisp/gnus | |
| parent | b8f061b373e606e5ba757870ffa25b36c0df2d83 (diff) | |
| download | emacs-c846da43835e99fa53c772814aa43c9ae7ac571b.tar.gz emacs-c846da43835e99fa53c772814aa43c9ae7ac571b.zip | |
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 @@ | |||
| 2966 | 2966 | ||
| 2967 | 1997-11-25 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | 2967 | 1997-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 | ||
| 2972 | 1997-11-25 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | 2972 | 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.") | |||
| 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*. |