diff options
| author | Karl Heuer | 1994-10-26 06:22:14 +0000 |
|---|---|---|
| committer | Karl Heuer | 1994-10-26 06:22:14 +0000 |
| commit | 99da5b4efd18ca72ef99b47ccabfc53cba8face1 (patch) | |
| tree | 6d5fc79461d662a760ba293e969e95d923007cd7 /src/window.c | |
| parent | a7b24d468945f27150b2543dc9e442dd479409a2 (diff) | |
| download | emacs-99da5b4efd18ca72ef99b47ccabfc53cba8face1.tar.gz emacs-99da5b4efd18ca72ef99b47ccabfc53cba8face1.zip | |
(syms_of_window): Fix missing \n\'s.
Diffstat (limited to 'src/window.c')
| -rw-r--r-- | src/window.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/window.c b/src/window.c index ace03ea7ba6..4cacde3c63d 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -3295,7 +3295,7 @@ where `pop-up-frame-alist' would hold the default frame parameters."); | |||
| 3295 | Displaying a buffer whose name is in this list makes a special frame for it\n\ | 3295 | Displaying a buffer whose name is in this list makes a special frame for it\n\ |
| 3296 | using `special-display-function'.\n\ | 3296 | using `special-display-function'.\n\ |
| 3297 | Instead of a buffer name, the list entries can be cons cells. In that\n\ | 3297 | Instead of a buffer name, the list entries can be cons cells. In that\n\ |
| 3298 | case the car should be a buffer name, and the cdr data to be passed as a | 3298 | case the car should be a buffer name, and the cdr data to be passed as a\n\ |
| 3299 | second argument to `special-display-function'.\n\ | 3299 | second argument to `special-display-function'.\n\ |
| 3300 | See also `special-display-regexps'."); | 3300 | See also `special-display-regexps'."); |
| 3301 | Vspecial_display_buffer_names = Qnil; | 3301 | Vspecial_display_buffer_names = Qnil; |
| @@ -3306,7 +3306,7 @@ If a buffer name matches one of these regexps, it gets its own frame.\n\ | |||
| 3306 | Displaying a buffer whose name is in this list makes a special frame for it\n\ | 3306 | Displaying a buffer whose name is in this list makes a special frame for it\n\ |
| 3307 | using `special-display-function'.\n\ | 3307 | using `special-display-function'.\n\ |
| 3308 | Instead of a buffer name, the list entries can be cons cells. In that\n\ | 3308 | Instead of a buffer name, the list entries can be cons cells. In that\n\ |
| 3309 | case the car should be the regexp, and the cdr data to be passed as a | 3309 | case the car should be the regexp, and the cdr data to be passed as a\n\ |
| 3310 | second argument to `special-display-function'.\n\ | 3310 | second argument to `special-display-function'.\n\ |
| 3311 | See also `special-display-buffer-names'."); | 3311 | See also `special-display-buffer-names'."); |
| 3312 | Vspecial_display_regexps = Qnil; | 3312 | Vspecial_display_regexps = Qnil; |