From d765e3a3d56e042a8ac91fccc7d82ca26eb03b65 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Tue, 5 Aug 2008 15:04:03 +0000 Subject: [PATCH] * buffer.c (syms_of_buffer) : : : Reflow docstrings. --- src/ChangeLog | 11 ++++++++--- src/buffer.c | 26 +++++++++++++------------- 2 files changed, 21 insertions(+), 16 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index ed88f0c45d2..cf158e2cdfb 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2008-08-05 Juanma Barranquero + + * buffer.c (syms_of_buffer) : + : + : Reflow docstrings. + 2008-08-04 Adrian Robert Dock menu customization, based on a patch by Ken Raeburn, plus some @@ -23,7 +29,7 @@ 2008-08-04 Seiji Zenitani - * nsfns.m (x-create-frame): Set the frame parameter alpha to nil + * nsfns.m (x-create-frame): Set the frame parameter alpha to nil. 2008-08-04 Chong Yidong @@ -265,8 +271,7 @@ * keyboard.c: * frame.h: * frame.c: - * frame.c: Remove references to MULTI_KBOARD, it is now the - default. + * frame.c: Remove references to MULTI_KBOARD, it is now the default. * config.in: Regenerate. 2008-07-30 Jason Rumney diff --git a/src/buffer.c b/src/buffer.c index a2d0cfac591..2cbd5f41b13 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -5823,7 +5823,7 @@ in a file, save the ^M as a newline. */); #ifndef old DEFVAR_PER_BUFFER ("selective-display-ellipses", - ¤t_buffer->selective_display_ellipses, + ¤t_buffer->selective_display_ellipses, Qnil, doc: /* Non-nil means display ... on previous line when a line is invisible. */); #endif @@ -5988,10 +5988,10 @@ If you move point off the bottom, the window scrolls automatically. This variable controls how far it scrolls. The value nil, the default, means scroll to center point. A fraction means scroll to put point that fraction of the window's height from the bottom of the window. -When the value is 0.0, point goes at the bottom line, which in the simple -case that you moved off with C-f means scrolling just one line. 1.0 means -point goes at the top, so that in that simple case, the window -scrolls by a full window height. Meaningful values are +When the value is 0.0, point goes at the bottom line, which in the +simple case that you moved off with C-f means scrolling just one line. +1.0 means point goes at the top, so that in that simple case, the +window scrolls by a full window height. Meaningful values are between 0.0 and 1.0, inclusive. */); DEFVAR_PER_BUFFER ("scroll-down-aggressively", @@ -6001,10 +6001,10 @@ If you move point off the top, the window scrolls automatically. This variable controls how far it scrolls. The value nil, the default, means scroll to center point. A fraction means scroll to put point that fraction of the window's height from the top of the window. -When the value is 0.0, point goes at the top line, which in the simple -case that you moved off with C-b means scrolling just one line. 1.0 means -point goes at the bottom, so that in that simple case, the window -scrolls by a full window height. Meaningful values are +When the value is 0.0, point goes at the top line, which in the +simple case that you moved off with C-b means scrolling just one line. +1.0 means point goes at the bottom, so that in that simple case, the +window scrolls by a full window height. Meaningful values are between 0.0 and 1.0, inclusive. */); /*DEFVAR_LISP ("debug-check-symbol", &Vcheck_symbol, @@ -6021,8 +6021,8 @@ No information is given about the length of the text after the change. Buffer changes made while executing the `before-change-functions' don't call any before-change or after-change functions. That's because these variables are temporarily set to nil. -As a result, a hook function cannot straightforwardly alter the value of -these variables. See the Emacs Lisp manual for a way of +As a result, a hook function cannot straightforwardly alter the +value of these variables. See the Emacs Lisp manual for a way of accomplishing an equivalent result by using other variables. If an unhandled error happens in running these functions, @@ -6042,8 +6042,8 @@ and the post-change beginning and end are at the same place.) Buffer changes made while executing the `after-change-functions' don't call any before-change or after-change functions. That's because these variables are temporarily set to nil. -As a result, a hook function cannot straightforwardly alter the value of -these variables. See the Emacs Lisp manual for a way of +As a result, a hook function cannot straightforwardly alter the +value of these variables. See the Emacs Lisp manual for a way of accomplishing an equivalent result by using other variables. If an unhandled error happens in running these functions, -- 2.39.2