diff options
author | Karl Heuer <kwzh@gnu.org> | 1996-01-04 23:02:18 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1996-01-04 23:02:18 +0000 |
commit | 5bcb7743acb5b7da80b6a33ff1b292f94fc0a822 (patch) | |
tree | 772d090d99e5a68bf9ffc0c987271d5633bdaeeb /src/window.c | |
parent | f24ad589f3ea1f176b32727cb84500f348f4d42a (diff) | |
download | emacs-5bcb7743acb5b7da80b6a33ff1b292f94fc0a822.tar.gz |
(Fprevious_window, Fwindow_configuration_p): Doc fix.
Diffstat (limited to 'src/window.c')
-rw-r--r-- | src/window.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/window.c b/src/window.c index fd39556b847..c665a0c7c66 100644 --- a/src/window.c +++ b/src/window.c @@ -1023,7 +1023,7 @@ DEFUN ("next-window", Fnext_window, Snext_window, 0, 3, 0, else break; } } - /* Which windows are acceptible? + /* Which windows are acceptable? Exit the loop and accept this window if this isn't a minibuffer window, or we're accepting all minibuffer windows, @@ -1042,7 +1042,7 @@ DEFUN ("next-window", Fnext_window, Snext_window, 0, 3, 0, due to limits in the Unix cpp. DEFUN ("previous-window", Ffoo, Sfoo, 0, 3, 0, - "Return the window preceeding WINDOW in canonical ordering of windows.\n\ + "Return the window preceding WINDOW in canonical ordering of windows.\n\ If omitted, WINDOW defaults to the selected window.\n\ \n\ Optional second arg MINIBUF t means count the minibuffer window even\n\ @@ -1185,7 +1185,7 @@ DEFUN ("previous-window", Fprevious_window, Sprevious_window, 0, 3, 0, window = tem; } } - /* Which windows are acceptible? + /* Which windows are acceptable? Exit the loop and accept this window if this isn't a minibuffer window, or we're accepting all minibuffer windows, @@ -2988,7 +2988,7 @@ struct saved_window ((struct saved_window *) (XVECTOR ((swv)->contents[(n)]))) DEFUN ("window-configuration-p", Fwindow_configuration_p, Swindow_configuration_p, 1, 1, 0, - "T if OBJECT is a window-configration object.") + "T if OBJECT is a window-configuration object.") (obj) Lisp_Object obj; { |