diff options
| author | Jim Blandy | 1992-08-29 02:41:45 +0000 |
|---|---|---|
| committer | Jim Blandy | 1992-08-29 02:41:45 +0000 |
| commit | 3f5fcd47341a31352fd8e3da25c8c12b96ad9a27 (patch) | |
| tree | 5a70eab741d4c4cead0c9bff9bde542eeca7a618 /src/buffer.c | |
| parent | d2729198c624d75c459f51ec3464e6781769dcc7 (diff) | |
| download | emacs-3f5fcd47341a31352fd8e3da25c8c12b96ad9a27.tar.gz emacs-3f5fcd47341a31352fd8e3da25c8c12b96ad9a27.zip | |
Formatting change
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/buffer.c b/src/buffer.c index 4a6d6978bcc..f04e2acb1f1 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -1519,7 +1519,7 @@ It may not be a list of functions."); | |||
| 1519 | Each buffer has its own value of this variable."); | 1519 | Each buffer has its own value of this variable."); |
| 1520 | 1520 | ||
| 1521 | DEFVAR_PER_BUFFER ("buffer-auto-save-file-name", | 1521 | DEFVAR_PER_BUFFER ("buffer-auto-save-file-name", |
| 1522 | ¤t_buffer->auto_save_file_name, | 1522 | ¤t_buffer->auto_save_file_name, |
| 1523 | make_number (Lisp_String), | 1523 | make_number (Lisp_String), |
| 1524 | "Name of file for auto-saving current buffer,\n\ | 1524 | "Name of file for auto-saving current buffer,\n\ |
| 1525 | or nil if buffer should not be auto-saved.\n\ | 1525 | or nil if buffer should not be auto-saved.\n\ |
| @@ -1578,8 +1578,7 @@ The remaining five elements are ropes that control the display of\n\ | |||
| 1578 | If this variable is nil, the value of `standard-display-table' is used.\n\ | 1578 | If this variable is nil, the value of `standard-display-table' is used.\n\ |
| 1579 | Each window can have its own, overriding display table."); | 1579 | Each window can have its own, overriding display table."); |
| 1580 | 1580 | ||
| 1581 | DEFVAR_PER_BUFFER ("buffer-field-list", ¤t_buffer->fieldlist, | 1581 | DEFVAR_PER_BUFFER ("buffer-field-list", ¤t_buffer->fieldlist, Qnil, |
| 1582 | Qnil, | ||
| 1583 | "List of fields in the current buffer. See `add-field'."); | 1582 | "List of fields in the current buffer. See `add-field'."); |
| 1584 | 1583 | ||
| 1585 | DEFVAR_BOOL ("check-protected-fields", check_protected_fields, | 1584 | DEFVAR_BOOL ("check-protected-fields", check_protected_fields, |
| @@ -1620,8 +1619,7 @@ cause calls to any `before-change-function' or `after-change-function'."); | |||
| 1620 | The function is called, with no arguments, if it is non-nil."); | 1619 | The function is called, with no arguments, if it is non-nil."); |
| 1621 | Vfirst_change_function = Qnil; | 1620 | Vfirst_change_function = Qnil; |
| 1622 | 1621 | ||
| 1623 | DEFVAR_PER_BUFFER ("buffer-undo-list", ¤t_buffer->undo_list, | 1622 | DEFVAR_PER_BUFFER ("buffer-undo-list", ¤t_buffer->undo_list, Qnil, |
| 1624 | Qnil, | ||
| 1625 | "List of undo entries in current buffer.\n\ | 1623 | "List of undo entries in current buffer.\n\ |
| 1626 | Recent changes come first; older changes follow newer.\n\ | 1624 | Recent changes come first; older changes follow newer.\n\ |
| 1627 | \n\ | 1625 | \n\ |