diff options
| author | Karoly Lorentey | 2006-05-24 09:13:31 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2006-05-24 09:13:31 +0000 |
| commit | 40a1b46245c1a8786324f5a06d6cb8d4bd9d5b74 (patch) | |
| tree | f45020695e190f511f4faf4dd3ed144059f298c0 /src/buffer.c | |
| parent | dbe9f5ba9648890dc34f4836a49fde766b21ce74 (diff) | |
| parent | 4ea5193b9cc5c577127ca6c89ecfaad819398d3b (diff) | |
| download | emacs-40a1b46245c1a8786324f5a06d6cb8d4bd9d5b74.tar.gz emacs-40a1b46245c1a8786324f5a06d6cb8d4bd9d5b74.zip | |
Merged from emacs@sv.gnu.org
Patches applied:
* emacs@sv.gnu.org/emacs--devo--0--patch-289
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-290
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-291
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-292
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-293
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-567
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/buffer.c b/src/buffer.c index 6317c14d393..3dff44a6b86 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -3584,10 +3584,10 @@ If omitted, BUFFER defaults to the current buffer. | |||
| 3584 | BEG and END may be integers or markers. | 3584 | BEG and END may be integers or markers. |
| 3585 | The fourth arg FRONT-ADVANCE, if non-nil, makes the marker | 3585 | The fourth arg FRONT-ADVANCE, if non-nil, makes the marker |
| 3586 | for the front of the overlay advance when text is inserted there | 3586 | for the front of the overlay advance when text is inserted there |
| 3587 | (which means the text *is not* included in the overlay). | 3587 | \(which means the text *is not* included in the overlay). |
| 3588 | The fifth arg REAR-ADVANCE, if non-nil, makes the marker | 3588 | The fifth arg REAR-ADVANCE, if non-nil, makes the marker |
| 3589 | for the rear of the overlay advance when text is inserted there | 3589 | for the rear of the overlay advance when text is inserted there |
| 3590 | (which means the text *is* included in the overlay). */) | 3590 | \(which means the text *is* included in the overlay). */) |
| 3591 | (beg, end, buffer, front_advance, rear_advance) | 3591 | (beg, end, buffer, front_advance, rear_advance) |
| 3592 | Lisp_Object beg, end, buffer; | 3592 | Lisp_Object beg, end, buffer; |
| 3593 | Lisp_Object front_advance, rear_advance; | 3593 | Lisp_Object front_advance, rear_advance; |
| @@ -5769,7 +5769,7 @@ the actual bitmap shown in the left or right fringe for the logical | |||
| 5769 | indicator. LEFT and RIGHT are the bitmaps shown in the left and/or | 5769 | indicator. LEFT and RIGHT are the bitmaps shown in the left and/or |
| 5770 | right fringe for the specific indicator. The LEFT1 or RIGHT1 bitmaps | 5770 | right fringe for the specific indicator. The LEFT1 or RIGHT1 bitmaps |
| 5771 | are used only for the `bottom' and `one-line' indicators when the last | 5771 | are used only for the `bottom' and `one-line' indicators when the last |
| 5772 | (only) line in has no final newline. BITMAPS may also be a single | 5772 | \(only) line in has no final newline. BITMAPS may also be a single |
| 5773 | symbol which is used in both left and right fringes. */); | 5773 | symbol which is used in both left and right fringes. */); |
| 5774 | 5774 | ||
| 5775 | DEFVAR_PER_BUFFER ("fringe-cursor-alist", | 5775 | DEFVAR_PER_BUFFER ("fringe-cursor-alist", |
| @@ -6016,7 +6016,7 @@ this variable has no effect; the cursor appears as a hollow box. */); | |||
| 6016 | doc: /* Additional space to put between lines when displaying a buffer. | 6016 | doc: /* Additional space to put between lines when displaying a buffer. |
| 6017 | The space is measured in pixels, and put below lines on window systems. | 6017 | The space is measured in pixels, and put below lines on window systems. |
| 6018 | If value is a floating point number, it specifies the spacing relative | 6018 | If value is a floating point number, it specifies the spacing relative |
| 6019 | to the default frame line height. */); | 6019 | to the default frame line height. nil means add no extra space. */); |
| 6020 | 6020 | ||
| 6021 | DEFVAR_PER_BUFFER ("cursor-in-non-selected-windows", | 6021 | DEFVAR_PER_BUFFER ("cursor-in-non-selected-windows", |
| 6022 | ¤t_buffer->cursor_in_non_selected_windows, Qnil, | 6022 | ¤t_buffer->cursor_in_non_selected_windows, Qnil, |