diff options
| author | Juanma Barranquero | 2006-12-18 08:52:27 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2006-12-18 08:52:27 +0000 |
| commit | bc0ede3568d598b3639f4f855e517fdfa49b36f6 (patch) | |
| tree | f0789f5ae925ab043eaebe516ed1dfb5789123dd /src/buffer.c | |
| parent | 746c9f1493536e60be1965ef669620908a553227 (diff) | |
| download | emacs-bc0ede3568d598b3639f4f855e517fdfa49b36f6.tar.gz emacs-bc0ede3568d598b3639f4f855e517fdfa49b36f6.zip | |
Whitespace change.
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 452f13a605a..8bb64a67b46 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -5356,7 +5356,7 @@ This is the same as (default-value 'fill-column). */); | |||
| 5356 | This is the same as (default-value 'left-margin). */); | 5356 | 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 | ||