]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_window): Fix missing \n\'s.
authorKarl Heuer <kwzh@gnu.org>
Wed, 26 Oct 1994 06:22:14 +0000 (06:22 +0000)
committerKarl Heuer <kwzh@gnu.org>
Wed, 26 Oct 1994 06:22:14 +0000 (06:22 +0000)
src/window.c

index ace03ea7ba6ee11baf1b3df037074763c3f0e18e..4cacde3c63d4556908e65129edab90f1fc51b83c 100644 (file)
@@ -3295,7 +3295,7 @@ where `pop-up-frame-alist' would hold the default frame parameters.");
 Displaying a buffer whose name is in this list makes a special frame for it\n\
 using `special-display-function'.\n\
 Instead of a buffer name, the list entries can be cons cells.  In that\n\
-case the car should be a buffer name, and the cdr data to be passed as a 
+case the car should be a buffer name, and the cdr data to be passed as a\n\
 second argument to `special-display-function'.\n\
 See also `special-display-regexps'.");
   Vspecial_display_buffer_names = Qnil;
@@ -3306,7 +3306,7 @@ If a buffer name matches one of these regexps, it gets its own frame.\n\
 Displaying a buffer whose name is in this list makes a special frame for it\n\
 using `special-display-function'.\n\
 Instead of a buffer name, the list entries can be cons cells.  In that\n\
-case the car should be the regexp, and the cdr data to be passed as a 
+case the car should be the regexp, and the cdr data to be passed as a\n\
 second argument to `special-display-function'.\n\
 See also `special-display-buffer-names'.");
   Vspecial_display_regexps = Qnil;