diff options
| author | Eli Zaretskii | 2013-05-15 19:15:07 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2013-05-15 19:15:07 +0300 |
| commit | d14365f9411ab4b20db6c455aa9cf24ce6a0bcb1 (patch) | |
| tree | f547c3f203c903b118348061eb0fd2359c94d324 /src/buffer.c | |
| parent | f94b5742a3e9bc7114c6e2cd85a2371381cba4d3 (diff) | |
| parent | e3772e9833f971a450562350dc233bf00be7c5eb (diff) | |
| download | emacs-d14365f9411ab4b20db6c455aa9cf24ce6a0bcb1.tar.gz emacs-d14365f9411ab4b20db6c455aa9cf24ce6a0bcb1.zip | |
Merge from trunk, configury not fixed yet.
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/buffer.c b/src/buffer.c index 3810d3db079..abebdf21135 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -5501,6 +5501,8 @@ This is the same as (default-value 'left-margin). */); | |||
| 5501 | DEFVAR_BUFFER_DEFAULTS ("default-tab-width", | 5501 | DEFVAR_BUFFER_DEFAULTS ("default-tab-width", |
| 5502 | tab_width, | 5502 | tab_width, |
| 5503 | doc: /* Default value of `tab-width' for buffers that do not override it. | 5503 | doc: /* Default value of `tab-width' for buffers that do not override it. |
| 5504 | NOTE: This controls the display width of a TAB character, and not | ||
| 5505 | the size of an indentation step. | ||
| 5504 | This is the same as (default-value 'tab-width). */); | 5506 | This is the same as (default-value 'tab-width). */); |
| 5505 | 5507 | ||
| 5506 | DEFVAR_BUFFER_DEFAULTS ("default-case-fold-search", | 5508 | DEFVAR_BUFFER_DEFAULTS ("default-case-fold-search", |
| @@ -5692,6 +5694,8 @@ Linefeed indents to this column in Fundamental mode. */); | |||
| 5692 | DEFVAR_PER_BUFFER ("tab-width", &BVAR (current_buffer, tab_width), | 5694 | DEFVAR_PER_BUFFER ("tab-width", &BVAR (current_buffer, tab_width), |
| 5693 | Qintegerp, | 5695 | Qintegerp, |
| 5694 | doc: /* Distance between tab stops (for display of tab characters), in columns. | 5696 | doc: /* Distance between tab stops (for display of tab characters), in columns. |
| 5697 | NOTE: This controls the display width of a TAB character, and not | ||
| 5698 | the size of an indentation step. | ||
| 5695 | This should be an integer greater than zero. */); | 5699 | This should be an integer greater than zero. */); |
| 5696 | 5700 | ||
| 5697 | DEFVAR_PER_BUFFER ("ctl-arrow", &BVAR (current_buffer, ctl_arrow), Qnil, | 5701 | DEFVAR_PER_BUFFER ("ctl-arrow", &BVAR (current_buffer, ctl_arrow), Qnil, |