diff options
| author | Paul Eggert | 2011-12-30 17:27:15 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-12-30 17:27:15 -0800 |
| commit | 22bcf2046977620a7f37bbd4dff4be4a4fffc0ed (patch) | |
| tree | 39e83ae1f1389e54aec5074029a1d430aaca2876 /lisp/window.el | |
| parent | b30941dba07605b40efbf139eed2007d6b1e5445 (diff) | |
| download | emacs-22bcf2046977620a7f37bbd4dff4be4a4fffc0ed.tar.gz emacs-22bcf2046977620a7f37bbd4dff4be4a4fffc0ed.zip | |
Spelling fixes.
Diffstat (limited to 'lisp/window.el')
| -rw-r--r-- | lisp/window.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/window.el b/lisp/window.el index 0014d85a816..fffeb5f5e4e 100644 --- a/lisp/window.el +++ b/lisp/window.el | |||
| @@ -4814,7 +4814,7 @@ return the window used; otherwise return nil." | |||
| 4814 | "Display BUFFER by popping up a new window. | 4814 | "Display BUFFER by popping up a new window. |
| 4815 | The new window is created on the selected frame, or in | 4815 | The new window is created on the selected frame, or in |
| 4816 | `last-nonminibuffer-frame' if no windows can be created there. | 4816 | `last-nonminibuffer-frame' if no windows can be created there. |
| 4817 | If sucessful, return the new window; otherwise return nil." | 4817 | If successful, return the new window; otherwise return nil." |
| 4818 | (let ((frame (or (window--frame-usable-p (selected-frame)) | 4818 | (let ((frame (or (window--frame-usable-p (selected-frame)) |
| 4819 | (window--frame-usable-p (last-nonminibuffer-frame)))) | 4819 | (window--frame-usable-p (last-nonminibuffer-frame)))) |
| 4820 | window) | 4820 | window) |