diff options
Diffstat (limited to 'src')
| -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\ |