diff options
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/src/buffer.c b/src/buffer.c index fc2ee82e447..33f7996a8c1 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -5402,140 +5402,140 @@ syms_of_buffer (void) | |||
| 5402 | DEFVAR_BUFFER_DEFAULTS ("default-mode-line-format", | 5402 | DEFVAR_BUFFER_DEFAULTS ("default-mode-line-format", |
| 5403 | mode_line_format, | 5403 | mode_line_format, |
| 5404 | doc: /* Default value of `mode-line-format' for buffers that don't override it. | 5404 | doc: /* Default value of `mode-line-format' for buffers that don't override it. |
| 5405 | This is the same as (default-value 'mode-line-format). */); | 5405 | This is the same as (default-value \\='mode-line-format). */); |
| 5406 | 5406 | ||
| 5407 | DEFVAR_BUFFER_DEFAULTS ("default-header-line-format", | 5407 | DEFVAR_BUFFER_DEFAULTS ("default-header-line-format", |
| 5408 | header_line_format, | 5408 | header_line_format, |
| 5409 | doc: /* Default value of `header-line-format' for buffers that don't override it. | 5409 | doc: /* Default value of `header-line-format' for buffers that don't override it. |
| 5410 | This is the same as (default-value 'header-line-format). */); | 5410 | This is the same as (default-value \\='header-line-format). */); |
| 5411 | 5411 | ||
| 5412 | DEFVAR_BUFFER_DEFAULTS ("default-cursor-type", cursor_type, | 5412 | DEFVAR_BUFFER_DEFAULTS ("default-cursor-type", cursor_type, |
| 5413 | doc: /* Default value of `cursor-type' for buffers that don't override it. | 5413 | doc: /* Default value of `cursor-type' for buffers that don't override it. |
| 5414 | This is the same as (default-value 'cursor-type). */); | 5414 | This is the same as (default-value \\='cursor-type). */); |
| 5415 | 5415 | ||
| 5416 | DEFVAR_BUFFER_DEFAULTS ("default-line-spacing", | 5416 | DEFVAR_BUFFER_DEFAULTS ("default-line-spacing", |
| 5417 | extra_line_spacing, | 5417 | extra_line_spacing, |
| 5418 | doc: /* Default value of `line-spacing' for buffers that don't override it. | 5418 | doc: /* Default value of `line-spacing' for buffers that don't override it. |
| 5419 | This is the same as (default-value 'line-spacing). */); | 5419 | This is the same as (default-value \\='line-spacing). */); |
| 5420 | 5420 | ||
| 5421 | DEFVAR_BUFFER_DEFAULTS ("default-cursor-in-non-selected-windows", | 5421 | DEFVAR_BUFFER_DEFAULTS ("default-cursor-in-non-selected-windows", |
| 5422 | cursor_in_non_selected_windows, | 5422 | cursor_in_non_selected_windows, |
| 5423 | doc: /* Default value of `cursor-in-non-selected-windows'. | 5423 | doc: /* Default value of `cursor-in-non-selected-windows'. |
| 5424 | This is the same as (default-value 'cursor-in-non-selected-windows). */); | 5424 | This is the same as (default-value \\='cursor-in-non-selected-windows). */); |
| 5425 | 5425 | ||
| 5426 | DEFVAR_BUFFER_DEFAULTS ("default-abbrev-mode", | 5426 | DEFVAR_BUFFER_DEFAULTS ("default-abbrev-mode", |
| 5427 | abbrev_mode, | 5427 | abbrev_mode, |
| 5428 | doc: /* Default value of `abbrev-mode' for buffers that do not override it. | 5428 | doc: /* Default value of `abbrev-mode' for buffers that do not override it. |
| 5429 | This is the same as (default-value 'abbrev-mode). */); | 5429 | This is the same as (default-value \\='abbrev-mode). */); |
| 5430 | 5430 | ||
| 5431 | DEFVAR_BUFFER_DEFAULTS ("default-ctl-arrow", | 5431 | DEFVAR_BUFFER_DEFAULTS ("default-ctl-arrow", |
| 5432 | ctl_arrow, | 5432 | ctl_arrow, |
| 5433 | doc: /* Default value of `ctl-arrow' for buffers that do not override it. | 5433 | doc: /* Default value of `ctl-arrow' for buffers that do not override it. |
| 5434 | This is the same as (default-value 'ctl-arrow). */); | 5434 | This is the same as (default-value \\='ctl-arrow). */); |
| 5435 | 5435 | ||
| 5436 | DEFVAR_BUFFER_DEFAULTS ("default-enable-multibyte-characters", | 5436 | DEFVAR_BUFFER_DEFAULTS ("default-enable-multibyte-characters", |
| 5437 | enable_multibyte_characters, | 5437 | enable_multibyte_characters, |
| 5438 | doc: /* Default value of `enable-multibyte-characters' for buffers not overriding it. | 5438 | doc: /* Default value of `enable-multibyte-characters' for buffers not overriding it. |
| 5439 | This is the same as (default-value 'enable-multibyte-characters). */); | 5439 | This is the same as (default-value \\='enable-multibyte-characters). */); |
| 5440 | 5440 | ||
| 5441 | DEFVAR_BUFFER_DEFAULTS ("default-buffer-file-coding-system", | 5441 | DEFVAR_BUFFER_DEFAULTS ("default-buffer-file-coding-system", |
| 5442 | buffer_file_coding_system, | 5442 | buffer_file_coding_system, |
| 5443 | doc: /* Default value of `buffer-file-coding-system' for buffers not overriding it. | 5443 | doc: /* Default value of `buffer-file-coding-system' for buffers not overriding it. |
| 5444 | This is the same as (default-value 'buffer-file-coding-system). */); | 5444 | This is the same as (default-value \\='buffer-file-coding-system). */); |
| 5445 | 5445 | ||
| 5446 | DEFVAR_BUFFER_DEFAULTS ("default-truncate-lines", | 5446 | DEFVAR_BUFFER_DEFAULTS ("default-truncate-lines", |
| 5447 | truncate_lines, | 5447 | truncate_lines, |
| 5448 | doc: /* Default value of `truncate-lines' for buffers that do not override it. | 5448 | doc: /* Default value of `truncate-lines' for buffers that do not override it. |
| 5449 | This is the same as (default-value 'truncate-lines). */); | 5449 | This is the same as (default-value \\='truncate-lines). */); |
| 5450 | 5450 | ||
| 5451 | DEFVAR_BUFFER_DEFAULTS ("default-fill-column", | 5451 | DEFVAR_BUFFER_DEFAULTS ("default-fill-column", |
| 5452 | fill_column, | 5452 | fill_column, |
| 5453 | doc: /* Default value of `fill-column' for buffers that do not override it. | 5453 | doc: /* Default value of `fill-column' for buffers that do not override it. |
| 5454 | This is the same as (default-value 'fill-column). */); | 5454 | This is the same as (default-value \\='fill-column). */); |
| 5455 | 5455 | ||
| 5456 | DEFVAR_BUFFER_DEFAULTS ("default-left-margin", | 5456 | DEFVAR_BUFFER_DEFAULTS ("default-left-margin", |
| 5457 | left_margin, | 5457 | left_margin, |
| 5458 | doc: /* Default value of `left-margin' for buffers that do not override it. | 5458 | doc: /* Default value of `left-margin' for buffers that do not override it. |
| 5459 | This is the same as (default-value 'left-margin). */); | 5459 | This is the same as (default-value \\='left-margin). */); |
| 5460 | 5460 | ||
| 5461 | DEFVAR_BUFFER_DEFAULTS ("default-tab-width", | 5461 | DEFVAR_BUFFER_DEFAULTS ("default-tab-width", |
| 5462 | tab_width, | 5462 | tab_width, |
| 5463 | doc: /* Default value of `tab-width' for buffers that do not override it. | 5463 | doc: /* Default value of `tab-width' for buffers that do not override it. |
| 5464 | NOTE: This controls the display width of a TAB character, and not | 5464 | NOTE: This controls the display width of a TAB character, and not |
| 5465 | the size of an indentation step. | 5465 | the size of an indentation step. |
| 5466 | This is the same as (default-value 'tab-width). */); | 5466 | This is the same as (default-value \\='tab-width). */); |
| 5467 | 5467 | ||
| 5468 | DEFVAR_BUFFER_DEFAULTS ("default-case-fold-search", | 5468 | DEFVAR_BUFFER_DEFAULTS ("default-case-fold-search", |
| 5469 | case_fold_search, | 5469 | case_fold_search, |
| 5470 | doc: /* Default value of `case-fold-search' for buffers that don't override it. | 5470 | doc: /* Default value of `case-fold-search' for buffers that don't override it. |
| 5471 | This is the same as (default-value 'case-fold-search). */); | 5471 | This is the same as (default-value \\='case-fold-search). */); |
| 5472 | 5472 | ||
| 5473 | DEFVAR_BUFFER_DEFAULTS ("default-left-margin-width", | 5473 | DEFVAR_BUFFER_DEFAULTS ("default-left-margin-width", |
| 5474 | left_margin_cols, | 5474 | left_margin_cols, |
| 5475 | doc: /* Default value of `left-margin-width' for buffers that don't override it. | 5475 | doc: /* Default value of `left-margin-width' for buffers that don't override it. |
| 5476 | This is the same as (default-value 'left-margin-width). */); | 5476 | This is the same as (default-value \\='left-margin-width). */); |
| 5477 | 5477 | ||
| 5478 | DEFVAR_BUFFER_DEFAULTS ("default-right-margin-width", | 5478 | DEFVAR_BUFFER_DEFAULTS ("default-right-margin-width", |
| 5479 | right_margin_cols, | 5479 | right_margin_cols, |
| 5480 | doc: /* Default value of `right-margin-width' for buffers that don't override it. | 5480 | doc: /* Default value of `right-margin-width' for buffers that don't override it. |
| 5481 | This is the same as (default-value 'right-margin-width). */); | 5481 | This is the same as (default-value \\='right-margin-width). */); |
| 5482 | 5482 | ||
| 5483 | DEFVAR_BUFFER_DEFAULTS ("default-left-fringe-width", | 5483 | DEFVAR_BUFFER_DEFAULTS ("default-left-fringe-width", |
| 5484 | left_fringe_width, | 5484 | left_fringe_width, |
| 5485 | doc: /* Default value of `left-fringe-width' for buffers that don't override it. | 5485 | doc: /* Default value of `left-fringe-width' for buffers that don't override it. |
| 5486 | This is the same as (default-value 'left-fringe-width). */); | 5486 | This is the same as (default-value \\='left-fringe-width). */); |
| 5487 | 5487 | ||
| 5488 | DEFVAR_BUFFER_DEFAULTS ("default-right-fringe-width", | 5488 | DEFVAR_BUFFER_DEFAULTS ("default-right-fringe-width", |
| 5489 | right_fringe_width, | 5489 | right_fringe_width, |
| 5490 | doc: /* Default value of `right-fringe-width' for buffers that don't override it. | 5490 | doc: /* Default value of `right-fringe-width' for buffers that don't override it. |
| 5491 | This is the same as (default-value 'right-fringe-width). */); | 5491 | This is the same as (default-value \\='right-fringe-width). */); |
| 5492 | 5492 | ||
| 5493 | DEFVAR_BUFFER_DEFAULTS ("default-fringes-outside-margins", | 5493 | DEFVAR_BUFFER_DEFAULTS ("default-fringes-outside-margins", |
| 5494 | fringes_outside_margins, | 5494 | fringes_outside_margins, |
| 5495 | doc: /* Default value of `fringes-outside-margins' for buffers that don't override it. | 5495 | doc: /* Default value of `fringes-outside-margins' for buffers that don't override it. |
| 5496 | This is the same as (default-value 'fringes-outside-margins). */); | 5496 | This is the same as (default-value \\='fringes-outside-margins). */); |
| 5497 | 5497 | ||
| 5498 | DEFVAR_BUFFER_DEFAULTS ("default-scroll-bar-width", | 5498 | DEFVAR_BUFFER_DEFAULTS ("default-scroll-bar-width", |
| 5499 | scroll_bar_width, | 5499 | scroll_bar_width, |
| 5500 | doc: /* Default value of `scroll-bar-width' for buffers that don't override it. | 5500 | doc: /* Default value of `scroll-bar-width' for buffers that don't override it. |
| 5501 | This is the same as (default-value 'scroll-bar-width). */); | 5501 | This is the same as (default-value \\='scroll-bar-width). */); |
| 5502 | 5502 | ||
| 5503 | DEFVAR_BUFFER_DEFAULTS ("default-vertical-scroll-bar", | 5503 | DEFVAR_BUFFER_DEFAULTS ("default-vertical-scroll-bar", |
| 5504 | vertical_scroll_bar_type, | 5504 | vertical_scroll_bar_type, |
| 5505 | doc: /* Default value of `vertical-scroll-bar' for buffers that don't override it. | 5505 | doc: /* Default value of `vertical-scroll-bar' for buffers that don't override it. |
| 5506 | This is the same as (default-value 'vertical-scroll-bar). */); | 5506 | This is the same as (default-value \\='vertical-scroll-bar). */); |
| 5507 | 5507 | ||
| 5508 | DEFVAR_BUFFER_DEFAULTS ("default-indicate-empty-lines", | 5508 | DEFVAR_BUFFER_DEFAULTS ("default-indicate-empty-lines", |
| 5509 | indicate_empty_lines, | 5509 | indicate_empty_lines, |
| 5510 | doc: /* Default value of `indicate-empty-lines' for buffers that don't override it. | 5510 | doc: /* Default value of `indicate-empty-lines' for buffers that don't override it. |
| 5511 | This is the same as (default-value 'indicate-empty-lines). */); | 5511 | This is the same as (default-value \\='indicate-empty-lines). */); |
| 5512 | 5512 | ||
| 5513 | DEFVAR_BUFFER_DEFAULTS ("default-indicate-buffer-boundaries", | 5513 | DEFVAR_BUFFER_DEFAULTS ("default-indicate-buffer-boundaries", |
| 5514 | indicate_buffer_boundaries, | 5514 | indicate_buffer_boundaries, |
| 5515 | doc: /* Default value of `indicate-buffer-boundaries' for buffers that don't override it. | 5515 | doc: /* Default value of `indicate-buffer-boundaries' for buffers that don't override it. |
| 5516 | This is the same as (default-value 'indicate-buffer-boundaries). */); | 5516 | This is the same as (default-value \\='indicate-buffer-boundaries). */); |
| 5517 | 5517 | ||
| 5518 | DEFVAR_BUFFER_DEFAULTS ("default-fringe-indicator-alist", | 5518 | DEFVAR_BUFFER_DEFAULTS ("default-fringe-indicator-alist", |
| 5519 | fringe_indicator_alist, | 5519 | fringe_indicator_alist, |
| 5520 | doc: /* Default value of `fringe-indicator-alist' for buffers that don't override it. | 5520 | doc: /* Default value of `fringe-indicator-alist' for buffers that don't override it. |
| 5521 | This is the same as (default-value 'fringe-indicator-alist). */); | 5521 | This is the same as (default-value \\='fringe-indicator-alist). */); |
| 5522 | 5522 | ||
| 5523 | DEFVAR_BUFFER_DEFAULTS ("default-fringe-cursor-alist", | 5523 | DEFVAR_BUFFER_DEFAULTS ("default-fringe-cursor-alist", |
| 5524 | fringe_cursor_alist, | 5524 | fringe_cursor_alist, |
| 5525 | doc: /* Default value of `fringe-cursor-alist' for buffers that don't override it. | 5525 | doc: /* Default value of `fringe-cursor-alist' for buffers that don't override it. |
| 5526 | This is the same as (default-value 'fringe-cursor-alist). */); | 5526 | This is the same as (default-value \\='fringe-cursor-alist). */); |
| 5527 | 5527 | ||
| 5528 | DEFVAR_BUFFER_DEFAULTS ("default-scroll-up-aggressively", | 5528 | DEFVAR_BUFFER_DEFAULTS ("default-scroll-up-aggressively", |
| 5529 | scroll_up_aggressively, | 5529 | scroll_up_aggressively, |
| 5530 | doc: /* Default value of `scroll-up-aggressively'. | 5530 | doc: /* Default value of `scroll-up-aggressively'. |
| 5531 | This value applies in buffers that don't have their own local values. | 5531 | This value applies in buffers that don't have their own local values. |
| 5532 | This is the same as (default-value 'scroll-up-aggressively). */); | 5532 | This is the same as (default-value \\='scroll-up-aggressively). */); |
| 5533 | 5533 | ||
| 5534 | DEFVAR_BUFFER_DEFAULTS ("default-scroll-down-aggressively", | 5534 | DEFVAR_BUFFER_DEFAULTS ("default-scroll-down-aggressively", |
| 5535 | scroll_down_aggressively, | 5535 | scroll_down_aggressively, |
| 5536 | doc: /* Default value of `scroll-down-aggressively'. | 5536 | doc: /* Default value of `scroll-down-aggressively'. |
| 5537 | This value applies in buffers that don't have their own local values. | 5537 | This value applies in buffers that don't have their own local values. |
| 5538 | This is the same as (default-value 'scroll-down-aggressively). */); | 5538 | This is the same as (default-value \\='scroll-down-aggressively). */); |
| 5539 | 5539 | ||
| 5540 | DEFVAR_PER_BUFFER ("header-line-format", | 5540 | DEFVAR_PER_BUFFER ("header-line-format", |
| 5541 | &BVAR (current_buffer, header_line_format), | 5541 | &BVAR (current_buffer, header_line_format), |