diff options
| author | Karl Heuer | 1994-09-19 20:24:47 +0000 |
|---|---|---|
| committer | Karl Heuer | 1994-09-19 20:24:47 +0000 |
| commit | 3402827c0e163eaa9a95121f00dc78eadbec9b29 (patch) | |
| tree | acd5995764471f40535e60f0802034fd903c0114 /src/buffer.c | |
| parent | f9328e981693685e30f64d99ccb5bc8658f26411 (diff) | |
| download | emacs-3402827c0e163eaa9a95121f00dc78eadbec9b29.tar.gz emacs-3402827c0e163eaa9a95121f00dc78eadbec9b29.zip | |
(syms_of_buffer): Doc fix.
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c index 4239851b226..bd4c8c91f3e 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -2786,7 +2786,7 @@ The remaining six elements control the display of\n\ | |||
| 2786 | the decoration indicating the presence of invisible lines (element 260,\n\ | 2786 | the decoration indicating the presence of invisible lines (element 260,\n\ |
| 2787 | a vector of characters);\n\ | 2787 | a vector of characters);\n\ |
| 2788 | the character used to draw the border between side-by-side windows\n\ | 2788 | the character used to draw the border between side-by-side windows\n\ |
| 2789 | (element 261, a single character).;\n\ | 2789 | (element 261, a single character).\n\ |
| 2790 | If this variable is nil, the value of `standard-display-table' is used.\n\ | 2790 | If this variable is nil, the value of `standard-display-table' is used.\n\ |
| 2791 | Each window can have its own, overriding display table."); | 2791 | Each window can have its own, overriding display table."); |
| 2792 | #endif | 2792 | #endif |