aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
authorJim Blandy1992-08-29 02:41:45 +0000
committerJim Blandy1992-08-29 02:41:45 +0000
commit3f5fcd47341a31352fd8e3da25c8c12b96ad9a27 (patch)
tree5a70eab741d4c4cead0c9bff9bde542eeca7a618 /src/buffer.c
parentd2729198c624d75c459f51ec3464e6781769dcc7 (diff)
downloademacs-3f5fcd47341a31352fd8e3da25c8c12b96ad9a27.tar.gz
emacs-3f5fcd47341a31352fd8e3da25c8c12b96ad9a27.zip
Formatting change
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c8
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.");
1519Each buffer has its own value of this variable."); 1519Each 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 &current_buffer->auto_save_file_name, 1522 &current_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\
1525or nil if buffer should not be auto-saved.\n\ 1525or 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\
1578If this variable is nil, the value of `standard-display-table' is used.\n\ 1578If this variable is nil, the value of `standard-display-table' is used.\n\
1579Each window can have its own, overriding display table."); 1579Each window can have its own, overriding display table.");
1580 1580
1581 DEFVAR_PER_BUFFER ("buffer-field-list", &current_buffer->fieldlist, 1581 DEFVAR_PER_BUFFER ("buffer-field-list", &current_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'.");
1620The function is called, with no arguments, if it is non-nil."); 1619The 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", &current_buffer->undo_list, 1622 DEFVAR_PER_BUFFER ("buffer-undo-list", &current_buffer->undo_list, Qnil,
1624 Qnil,
1625 "List of undo entries in current buffer.\n\ 1623 "List of undo entries in current buffer.\n\
1626Recent changes come first; older changes follow newer.\n\ 1624Recent changes come first; older changes follow newer.\n\
1627\n\ 1625\n\