changeset 9702:50dd719378b4

(syms_of_window): Fix missing \n\'s.
author Karl Heuer <kwzh@gnu.org>
date Wed, 26 Oct 1994 06:22:14 +0000
parents 26a60dd57b6e
children 85ac0e4030d4
files src/window.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/window.c	Wed Oct 26 04:58:18 1994 +0000
+++ b/src/window.c	Wed Oct 26 06:22:14 1994 +0000
@@ -3295,7 +3295,7 @@
 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 @@
 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;