aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/window.el
diff options
context:
space:
mode:
authorPaul Eggert2012-10-04 22:57:24 -0700
committerPaul Eggert2012-10-04 22:57:24 -0700
commit735135f9bc3c01b91ffef7c418dd9281bc347ab7 (patch)
tree94c73a545a14f064a9e30559089769f60dfbbf34 /lisp/window.el
parentbe636386220e8a73b57b03572c625fa92bcf199a (diff)
downloademacs-735135f9bc3c01b91ffef7c418dd9281bc347ab7.tar.gz
emacs-735135f9bc3c01b91ffef7c418dd9281bc347ab7.zip
Spelling fixes.
Diffstat (limited to 'lisp/window.el')
-rw-r--r--lisp/window.el4
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.
5619This either splits the window at the bottom of the frame or the 5619This either splits the window at the bottom of the frame or the
5620frame's root window, or reuses an existing window at the bottom 5620frame's root window, or reuses an existing window at the bottom
5621of the selected frame." 5621of the selected frame."