mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 18:37:33 +00:00
(syms_of_window): Fix missing \n\.
This commit is contained in:
parent
28fc169ba4
commit
2e5ce1a042
1 changed files with 1 additions and 1 deletions
|
|
@ -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\
|
||||
|
|
|
|||
Loading…
Reference in a new issue