diff options
| author | Paul Eggert | 2012-10-04 22:57:24 -0700 |
|---|---|---|
| committer | Paul Eggert | 2012-10-04 22:57:24 -0700 |
| commit | 735135f9bc3c01b91ffef7c418dd9281bc347ab7 (patch) | |
| tree | 94c73a545a14f064a9e30559089769f60dfbbf34 /lisp/window.el | |
| parent | be636386220e8a73b57b03572c625fa92bcf199a (diff) | |
| download | emacs-735135f9bc3c01b91ffef7c418dd9281bc347ab7.tar.gz emacs-735135f9bc3c01b91ffef7c418dd9281bc347ab7.zip | |
Spelling fixes.
Diffstat (limited to 'lisp/window.el')
| -rw-r--r-- | lisp/window.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/window.el b/lisp/window.el index 811b1781b4c..41af7f9f44b 100644 --- a/lisp/window.el +++ b/lisp/window.el | |||
| @@ -701,7 +701,7 @@ SIDE. Return the new window, nil if its creation window failed." | |||
| 701 | (set-window-parameter new 'delete-window 'delete-side-window) | 701 | (set-window-parameter new 'delete-window 'delete-side-window) |
| 702 | ;; Auto-adjust height/width of new window unless a size has been | 702 | ;; Auto-adjust height/width of new window unless a size has been |
| 703 | ;; explicitly requested. | 703 | ;; explicitly requested. |
| 704 | (unless (if left-or-right | 704 | (unless (if left-or-right |
| 705 | (cdr (assq 'window-width alist)) | 705 | (cdr (assq 'window-width alist)) |
| 706 | (cdr (assq 'window-height alist))) | 706 | (cdr (assq 'window-height alist))) |
| 707 | (setq alist | 707 | (setq alist |
| @@ -5615,7 +5615,7 @@ the selected one." | |||
| 5615 | buffer window 'reuse alist display-buffer-mark-dedicated))))) | 5615 | buffer window 'reuse alist display-buffer-mark-dedicated))))) |
| 5616 | 5616 | ||
| 5617 | (defun display-buffer-at-bottom (buffer alist) | 5617 | (defun display-buffer-at-bottom (buffer alist) |
| 5618 | "Try displaying BUFFER in a window at the botom of the selected frame. | 5618 | "Try displaying BUFFER in a window at the bottom of the selected frame. |
| 5619 | This either splits the window at the bottom of the frame or the | 5619 | This either splits the window at the bottom of the frame or the |
| 5620 | frame's root window, or reuses an existing window at the bottom | 5620 | frame's root window, or reuses an existing window at the bottom |
| 5621 | of the selected frame." | 5621 | of the selected frame." |