aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKarl Heuer1995-03-22 17:44:18 +0000
committerKarl Heuer1995-03-22 17:44:18 +0000
commit2e5ce1a0420d4614a0191a2cf45ef05dcddcca2c (patch)
tree43f972d6d75f09374e930e6c25305a12687e54ca /src
parent28fc169ba4a40b09a1160178a6298a9dcc986eca (diff)
downloademacs-2e5ce1a0420d4614a0191a2cf45ef05dcddcca2c.tar.gz
emacs-2e5ce1a0420d4614a0191a2cf45ef05dcddcca2c.zip
(syms_of_window): Fix missing \n\.
Diffstat (limited to 'src')
-rw-r--r--src/window.c2
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\
3422Displaying one of these buffers using `display-buffer' or `pop-to-buffer'\n\ 3422Displaying one of these buffers using `display-buffer' or `pop-to-buffer'\n\
3423switches to it in the selected window, rather than making it appear\n\ 3423switches to it in the selected window, rather than making it appear\n\
3424in some other window. 3424in some other window.\n\
3425\n\ 3425\n\
3426An element of the list can be a cons cell instead of just a string.\n\ 3426An element of the list can be a cons cell instead of just a string.\n\
3427Then the car must be a string, which specifies the buffer name.\n\ 3427Then the car must be a string, which specifies the buffer name.\n\