diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-12-16 22:51:13 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-12-16 22:51:13 -0800 |
commit | 301b181a14b0f698c6aae05522e6f3401ea45a3c (patch) | |
tree | ec1696ff3532c3faf602fe928ee28929bb6a39a1 /lisp/window.el | |
parent | 2adb6e857867449beb24faf7b361e7c3c3904c88 (diff) | |
download | emacs-301b181a14b0f698c6aae05522e6f3401ea45a3c.tar.gz |
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 dcf7394b204..8fbc8b8ace4 100644 --- a/lisp/window.el +++ b/lisp/window.el @@ -3713,7 +3713,7 @@ value can be also stored on disk and read back in a new session." (if (window-sizable-p window (- size) horizontal 'safe) (let* ((window-combination-limit (assq 'combination-limit item))) - ;; We must inherit the combiantion limit, otherwise + ;; We must inherit the combination limit, otherwise ;; we might mess up handling of atomic and side ;; window. (setq new (split-window window size horizontal))) |