aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
authorKarl Heuer1994-03-14 22:01:20 +0000
committerKarl Heuer1994-03-14 22:01:20 +0000
commitde15914a5d9f9917aa1ba1e535ff7face1cdfd93 (patch)
treebe1bfea6ead3c3f23cf117eb570a007c105c2730 /src/buffer.c
parent0de25302b8f0ad0186f8d1e083df51a147763b30 (diff)
downloademacs-de15914a5d9f9917aa1ba1e535ff7face1cdfd93.tar.gz
emacs-de15914a5d9f9917aa1ba1e535ff7face1cdfd93.zip
(buffer-display-table, buffer-undo-list): Delete docstring of second version
of function, to avoid confusing make-docfile.
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/buffer.c b/src/buffer.c
index 007b095a9a8..0ec21775194 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -2546,7 +2546,7 @@ If this variable is nil, the value of `standard-display-table' is used.\n\
2546Each window can have its own, overriding display table."); 2546Each window can have its own, overriding display table.");
2547#endif 2547#endif
2548 DEFVAR_PER_BUFFER ("buffer-display-table", &current_buffer->display_table, 2548 DEFVAR_PER_BUFFER ("buffer-display-table", &current_buffer->display_table,
2549 Qnil, ""); 2549 Qnil, 0);
2550 2550
2551/*DEFVAR_LISP ("debug-check-symbol", &Vcheck_symbol, 2551/*DEFVAR_LISP ("debug-check-symbol", &Vcheck_symbol,
2552 "Don't ask."); 2552 "Don't ask.");
@@ -2616,7 +2616,7 @@ between two undo boundaries as a single step to be undone.\n\
2616If the value of the variable is t, undo information is not recorded."); 2616If the value of the variable is t, undo information is not recorded.");
2617#endif 2617#endif
2618 DEFVAR_PER_BUFFER ("buffer-undo-list", &current_buffer->undo_list, Qnil, 2618 DEFVAR_PER_BUFFER ("buffer-undo-list", &current_buffer->undo_list, Qnil,
2619 ""); 2619 0);
2620 2620
2621 DEFVAR_PER_BUFFER ("mark-active", &current_buffer->mark_active, Qnil, 2621 DEFVAR_PER_BUFFER ("mark-active", &current_buffer->mark_active, Qnil,
2622 "Non-nil means the mark and region are currently active in this buffer.\n\ 2622 "Non-nil means the mark and region are currently active in this buffer.\n\