diff options
| author | Karl Heuer | 1995-03-22 17:44:18 +0000 |
|---|---|---|
| committer | Karl Heuer | 1995-03-22 17:44:18 +0000 |
| commit | 2e5ce1a0420d4614a0191a2cf45ef05dcddcca2c (patch) | |
| tree | 43f972d6d75f09374e930e6c25305a12687e54ca /src/window.c | |
| parent | 28fc169ba4a40b09a1160178a6298a9dcc986eca (diff) | |
| download | emacs-2e5ce1a0420d4614a0191a2cf45ef05dcddcca2c.tar.gz emacs-2e5ce1a0420d4614a0191a2cf45ef05dcddcca2c.zip | |
(syms_of_window): Fix missing \n\.
Diffstat (limited to 'src/window.c')
| -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 ec561e55223..f9c8fe933ed 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -3421,7 +3421,7 @@ or matches a regexp in `special-display-regexps'."); | |||
| 3421 | "*List of buffer names that should appear in the selected window.\n\ | 3421 | "*List of buffer names that should appear in the selected window.\n\ |
| 3422 | Displaying one of these buffers using `display-buffer' or `pop-to-buffer'\n\ | 3422 | Displaying one of these buffers using `display-buffer' or `pop-to-buffer'\n\ |
| 3423 | switches to it in the selected window, rather than making it appear\n\ | 3423 | switches to it in the selected window, rather than making it appear\n\ |
| 3424 | in some other window. | 3424 | in some other window.\n\ |
| 3425 | \n\ | 3425 | \n\ |
| 3426 | An element of the list can be a cons cell instead of just a string.\n\ | 3426 | An element of the list can be a cons cell instead of just a string.\n\ |
| 3427 | Then the car must be a string, which specifies the buffer name.\n\ | 3427 | Then the car must be a string, which specifies the buffer name.\n\ |