aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c
diff options
context:
space:
mode:
authorTom Tromey2013-01-16 11:48:32 -0700
committerTom Tromey2013-01-16 11:48:32 -0700
commit6f4de085f065e11f4df3195d47479f28f5ef08ba (patch)
tree1211a00f1afc86c2b73624897993db02a4852943 /src/window.c
parente078a23febca14bc919c5806670479c395e3253e (diff)
parentffe04adc88e546c406f9b050238fb98a7243c7a0 (diff)
downloademacs-6f4de085f065e11f4df3195d47479f28f5ef08ba.tar.gz
emacs-6f4de085f065e11f4df3195d47479f28f5ef08ba.zip
merge from trunk
Diffstat (limited to 'src/window.c')
-rw-r--r--src/window.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/window.c b/src/window.c
index 71d8eb7f778..32a6759f9f4 100644
--- a/src/window.c
+++ b/src/window.c
@@ -1436,7 +1436,7 @@ window were selected.
1436 1436
1437Note that, when WINDOW is selected, the value returned is the same as 1437Note that, when WINDOW is selected, the value returned is the same as
1438that returned by `point' for WINDOW's buffer. It would be more strictly 1438that returned by `point' for WINDOW's buffer. It would be more strictly
1439correct to return the `top-level' value of `point', outside of any 1439correct to return the top-level value of `point', outside of any
1440`save-excursion' forms. But that is hard to define. */) 1440`save-excursion' forms. But that is hard to define. */)
1441 (Lisp_Object window) 1441 (Lisp_Object window)
1442{ 1442{
@@ -6793,7 +6793,8 @@ same combination.
6793 6793
6794Other values are reserved for future use. 6794Other values are reserved for future use.
6795 6795
6796This variable takes no effect if `window-combination-limit' is non-nil. */); 6796This variable takes no effect if the variable `window-combination-limit' is
6797non-nil. */);
6797 Vwindow_combination_resize = Qnil; 6798 Vwindow_combination_resize = Qnil;
6798 6799
6799 DEFVAR_LISP ("window-combination-limit", Vwindow_combination_limit, 6800 DEFVAR_LISP ("window-combination-limit", Vwindow_combination_limit,