diff options
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 eafd6ef9e40..d38f4c10671 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -1437,7 +1437,7 @@ window were selected. | |||
| 1437 | 1437 | ||
| 1438 | Note that, when WINDOW is selected, the value returned is the same as | 1438 | Note that, when WINDOW is selected, the value returned is the same as |
| 1439 | that returned by `point' for WINDOW's buffer. It would be more strictly | 1439 | that returned by `point' for WINDOW's buffer. It would be more strictly |
| 1440 | correct to return the `top-level' value of `point', outside of any | 1440 | correct to return the top-level value of `point', outside of any |
| 1441 | `save-excursion' forms. But that is hard to define. */) | 1441 | `save-excursion' forms. But that is hard to define. */) |
| 1442 | (Lisp_Object window) | 1442 | (Lisp_Object window) |
| 1443 | { | 1443 | { |
| @@ -6797,7 +6797,8 @@ same combination. | |||
| 6797 | 6797 | ||
| 6798 | Other values are reserved for future use. | 6798 | Other values are reserved for future use. |
| 6799 | 6799 | ||
| 6800 | This variable takes no effect if `window-combination-limit' is non-nil. */); | 6800 | This variable takes no effect if the variable `window-combination-limit' is |
| 6801 | non-nil. */); | ||
| 6801 | Vwindow_combination_resize = Qnil; | 6802 | Vwindow_combination_resize = Qnil; |
| 6802 | 6803 | ||
| 6803 | DEFVAR_LISP ("window-combination-limit", Vwindow_combination_limit, | 6804 | DEFVAR_LISP ("window-combination-limit", Vwindow_combination_limit, |