mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-07 04:10:27 -08:00
(buffer-display-table, buffer-undo-list): Delete docstring of second version
of function, to avoid confusing make-docfile.
This commit is contained in:
parent
0de25302b8
commit
de15914a5d
1 changed files with 2 additions and 2 deletions
|
|
@ -2546,7 +2546,7 @@ If this variable is nil, the value of `standard-display-table' is used.\n\
|
|||
Each window can have its own, overriding display table.");
|
||||
#endif
|
||||
DEFVAR_PER_BUFFER ("buffer-display-table", ¤t_buffer->display_table,
|
||||
Qnil, "");
|
||||
Qnil, 0);
|
||||
|
||||
/*DEFVAR_LISP ("debug-check-symbol", &Vcheck_symbol,
|
||||
"Don't ask.");
|
||||
|
|
@ -2616,7 +2616,7 @@ between two undo boundaries as a single step to be undone.\n\
|
|||
If the value of the variable is t, undo information is not recorded.");
|
||||
#endif
|
||||
DEFVAR_PER_BUFFER ("buffer-undo-list", ¤t_buffer->undo_list, Qnil,
|
||||
"");
|
||||
0);
|
||||
|
||||
DEFVAR_PER_BUFFER ("mark-active", ¤t_buffer->mark_active, Qnil,
|
||||
"Non-nil means the mark and region are currently active in this buffer.\n\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue