Mercurial > emacs
diff src/window.c @ 11088:e88e9a016cfa
(syms_of_window): Fix missing \n\.
| author | Karl Heuer <kwzh@gnu.org> |
|---|---|
| date | Wed, 22 Mar 1995 17:44:18 +0000 |
| parents | 71304a70d0f6 |
| children | e6bdaaa6ce1b |
line wrap: on
line diff
--- a/src/window.c Wed Mar 22 16:58:14 1995 +0000 +++ b/src/window.c Wed Mar 22 17:44:18 1995 +0000 @@ -3421,7 +3421,7 @@ "*List of buffer names that should appear in the selected window.\n\ Displaying one of these buffers using `display-buffer' or `pop-to-buffer'\n\ switches to it in the selected window, rather than making it appear\n\ -in some other window. +in some other window.\n\ \n\ An element of the list can be a cons cell instead of just a string.\n\ Then the car must be a string, which specifies the buffer name.\n\
