aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
authorKarl Heuer <[email protected]>1994-09-19 20:24:47 +0000
committerKarl Heuer <[email protected]>1994-09-19 20:24:47 +0000
commit3402827c0e163eaa9a95121f00dc78eadbec9b29 (patch)
treeacd5995764471f40535e60f0802034fd903c0114 /src/buffer.c
parentf9328e981693685e30f64d99ccb5bc8658f26411 (diff)
(syms_of_buffer): Doc fix.
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c2
1 files changed, 1 insertions, 1 deletions
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