Mercurial > emacs
changeset 13946:b7670a09033c
(Fprevious_window, Fwindow_configuration_p): Doc fix.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Thu, 04 Jan 1996 23:02:18 +0000 |
parents | 6a653c300631 |
children | 65488aa49b87 |
files | src/window.c |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/window.c Thu Jan 04 23:01:45 1996 +0000 +++ b/src/window.c Thu Jan 04 23:02:18 1996 +0000 @@ -1023,7 +1023,7 @@ 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 @@ 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 @@ 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 *) (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; {