diff options
| author | Dave Love | 2000-04-19 08:55:09 +0000 |
|---|---|---|
| committer | Dave Love | 2000-04-19 08:55:09 +0000 |
| commit | f532dca0046190531bc72cf3a9e35d0e5809bbf6 (patch) | |
| tree | 45d015092137538d1b752d3d96d33a31bb84593a /src/buffer.c | |
| parent | 5557b83bc8ba13093b1a27956308f1523eb96392 (diff) | |
| download | emacs-f532dca0046190531bc72cf3a9e35d0e5809bbf6.tar.gz emacs-f532dca0046190531bc72cf3a9e35d0e5809bbf6.zip | |
(Fmake_indirect_buffer): Escape newline in doc.
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/buffer.c b/src/buffer.c index 5eb57129def..f6e655a8314 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -456,7 +456,7 @@ DEFUN ("make-indirect-buffer", Fmake_indirect_buffer, Smake_indirect_buffer, | |||
| 456 | BASE-BUFFER should be an existing buffer (or buffer name).\n\ | 456 | BASE-BUFFER should be an existing buffer (or buffer name).\n\ |
| 457 | NAME should be a string which is not the name of an existing buffer.\n\ | 457 | NAME should be a string which is not the name of an existing buffer.\n\ |
| 458 | Optional argument CLONE non-nil means preserve BASE-BUFFER's state,\n\ | 458 | Optional argument CLONE non-nil means preserve BASE-BUFFER's state,\n\ |
| 459 | such as major and minor modes, in the indirect buffer. | 459 | such as major and minor modes, in the indirect buffer.\n\ |
| 460 | CLONE nil means the indirect buffer's state is reset to default values.") | 460 | CLONE nil means the indirect buffer's state is reset to default values.") |
| 461 | (base_buffer, name, clone) | 461 | (base_buffer, name, clone) |
| 462 | Lisp_Object base_buffer, name, clone; | 462 | Lisp_Object base_buffer, name, clone; |
| @@ -3951,7 +3951,7 @@ init_buffer_once () | |||
| 3951 | /* Set up the default values of various buffer slots. */ | 3951 | /* Set up the default values of various buffer slots. */ |
| 3952 | /* Must do these before making the first buffer! */ | 3952 | /* Must do these before making the first buffer! */ |
| 3953 | 3953 | ||
| 3954 | /* real setup is done in loaddefs.el */ | 3954 | /* real setup is done in bindings.el */ |
| 3955 | buffer_defaults.mode_line_format = build_string ("%-"); | 3955 | buffer_defaults.mode_line_format = build_string ("%-"); |
| 3956 | buffer_defaults.header_line_format = Qnil; | 3956 | buffer_defaults.header_line_format = Qnil; |
| 3957 | buffer_defaults.abbrev_mode = Qnil; | 3957 | buffer_defaults.abbrev_mode = Qnil; |