From 3402827c0e163eaa9a95121f00dc78eadbec9b29 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Mon, 19 Sep 1994 20:24:47 +0000 Subject: [PATCH] (syms_of_buffer): Doc fix. --- src/buffer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/buffer.c b/src/buffer.c index 4239851b22..bd4c8c91f3 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -2786,7 +2786,7 @@ The remaining six elements control the display of\n\ the decoration indicating the presence of invisible lines (element 260,\n\ a vector of characters);\n\ the character used to draw the border between side-by-side windows\n\ - (element 261, a single character).;\n\ + (element 261, a single character).\n\ If this variable is nil, the value of `standard-display-table' is used.\n\ Each window can have its own, overriding display table."); #endif -- 2.20.1