diff options
| author | Juanma Barranquero | 2005-06-21 11:29:47 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2005-06-21 11:29:47 +0000 |
| commit | 6e0dca3d12acc38d9d607fe31b83a6d4c69b6492 (patch) | |
| tree | dc781d4499fad6180ca4b3ffdd53f7c4220f217f /src | |
| parent | 21adaa2843b437b13c431761851ea2e880b9d120 (diff) | |
| download | emacs-6e0dca3d12acc38d9d607fe31b83a6d4c69b6492.tar.gz emacs-6e0dca3d12acc38d9d607fe31b83a6d4c69b6492.zip | |
Fix typo in comment.
Diffstat (limited to 'src')
| -rw-r--r-- | src/window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.c b/src/window.c index 1f2af647677..aec6c16eb9c 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -4180,7 +4180,7 @@ enlarge_window (window, delta, widthflag, preserve_before) | |||
| 4180 | 4180 | ||
| 4181 | The number of children n equals the number of resizable | 4181 | The number of children n equals the number of resizable |
| 4182 | children of this window + 1 because we know window itself | 4182 | children of this window + 1 because we know window itself |
| 4183 | is resizable (otherwise we would have signalled an error. */ | 4183 | is resizable (otherwise we would have signalled an error). */ |
| 4184 | 4184 | ||
| 4185 | struct window *w = XWINDOW (window); | 4185 | struct window *w = XWINDOW (window); |
| 4186 | Lisp_Object s; | 4186 | Lisp_Object s; |