diff options
| author | Juanma Barranquero | 2006-12-18 09:11:20 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2006-12-18 09:11:20 +0000 |
| commit | 2362594622a3ef3e7fb7339919dd57ab4cf5cd3f (patch) | |
| tree | d895b2a436539db98911dd40dbc5a0092c2bd4af /src/buffer.c | |
| parent | bc0ede3568d598b3639f4f855e517fdfa49b36f6 (diff) | |
| download | emacs-2362594622a3ef3e7fb7339919dd57ab4cf5cd3f.tar.gz emacs-2362594622a3ef3e7fb7339919dd57ab4cf5cd3f.zip | |
Whitespace change (again).
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 8bb64a67b46..97a53c5852d 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -5357,7 +5357,7 @@ This is the same as (default-value 'left-margin). */); | |||
| 5357 | 5357 | ||
| 5358 | DEFVAR_LISP_NOPRO ("default-tab-width", | 5358 | DEFVAR_LISP_NOPRO ("default-tab-width", |
| 5359 | &buffer_defaults.tab_width, | 5359 | &buffer_defaults.tab_width, |
| 5360 | doc: /* Default value of `tab-width' for buffers that do not override it. | 5360 | doc: /* Default value of `tab-width' for buffers that do not override it. |
| 5361 | This is the same as (default-value 'tab-width). */); | 5361 | This is the same as (default-value 'tab-width). */); |
| 5362 | 5362 | ||
| 5363 | DEFVAR_LISP_NOPRO ("default-case-fold-search", | 5363 | DEFVAR_LISP_NOPRO ("default-case-fold-search", |