# HG changeset patch # User Karl Heuer # Date 783152534 0 # Node ID 50dd719378b450d560ca932bd911b1ffb8a6567a # Parent 26a60dd57b6e7bd8019cde87c87a1f7ebf9cb83a (syms_of_window): Fix missing \n\'s. diff -r 26a60dd57b6e -r 50dd719378b4 src/window.c --- 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;