From 2e5ce1a0420d4614a0191a2cf45ef05dcddcca2c Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Wed, 22 Mar 1995 17:44:18 +0000 Subject: [PATCH] (syms_of_window): Fix missing \n\. --- src/window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'."); "*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\ -- 2.39.5