aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/buffer.c b/src/buffer.c
index e44b6daf587..3ef95626600 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -5218,8 +5218,10 @@ Format with `format-mode-line' to produce a string value. */);
5218 doc: /* Local (mode-specific) abbrev table of current buffer. */); 5218 doc: /* Local (mode-specific) abbrev table of current buffer. */);
5219 5219
5220 DEFVAR_PER_BUFFER ("abbrev-mode", &BVAR (current_buffer, abbrev_mode), Qnil, 5220 DEFVAR_PER_BUFFER ("abbrev-mode", &BVAR (current_buffer, abbrev_mode), Qnil,
5221 doc: /* Non-nil if Abbrev mode is enabled. 5221 doc: /* Non-nil if Abbrev mode is enabled.
5222Use the command `abbrev-mode' to change this variable. */); 5222Use the command `abbrev-mode' to change the value of this variable in
5223the current buffer. Customize this variable to non-nil to enable Abbrev
5224mode by default in all buffers. */);
5223 5225
5224 DEFVAR_PER_BUFFER ("fill-column", &BVAR (current_buffer, fill_column), 5226 DEFVAR_PER_BUFFER ("fill-column", &BVAR (current_buffer, fill_column),
5225 Qintegerp, 5227 Qintegerp,