diff options
| author | Tom Tromey | 2013-01-16 11:48:32 -0700 |
|---|---|---|
| committer | Tom Tromey | 2013-01-16 11:48:32 -0700 |
| commit | 6f4de085f065e11f4df3195d47479f28f5ef08ba (patch) | |
| tree | 1211a00f1afc86c2b73624897993db02a4852943 /src/window.c | |
| parent | e078a23febca14bc919c5806670479c395e3253e (diff) | |
| parent | ffe04adc88e546c406f9b050238fb98a7243c7a0 (diff) | |
| download | emacs-6f4de085f065e11f4df3195d47479f28f5ef08ba.tar.gz emacs-6f4de085f065e11f4df3195d47479f28f5ef08ba.zip | |
merge from trunk
Diffstat (limited to 'src/window.c')
| -rw-r--r-- | src/window.c | 5 |
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 | ||
| 1437 | Note that, when WINDOW is selected, the value returned is the same as | 1437 | Note that, when WINDOW is selected, the value returned is the same as |
| 1438 | that returned by `point' for WINDOW's buffer. It would be more strictly | 1438 | that returned by `point' for WINDOW's buffer. It would be more strictly |
| 1439 | correct to return the `top-level' value of `point', outside of any | 1439 | correct 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 | ||
| 6794 | Other values are reserved for future use. | 6794 | Other values are reserved for future use. |
| 6795 | 6795 | ||
| 6796 | This variable takes no effect if `window-combination-limit' is non-nil. */); | 6796 | This variable takes no effect if the variable `window-combination-limit' is |
| 6797 | non-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, |