aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c26
1 files changed, 13 insertions, 13 deletions
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. */);
5823 5823
5824#ifndef old 5824#ifndef old
5825 DEFVAR_PER_BUFFER ("selective-display-ellipses", 5825 DEFVAR_PER_BUFFER ("selective-display-ellipses",
5826 &current_buffer->selective_display_ellipses, 5826 &current_buffer->selective_display_ellipses,
5827 Qnil, 5827 Qnil,
5828 doc: /* Non-nil means display ... on previous line when a line is invisible. */); 5828 doc: /* Non-nil means display ... on previous line when a line is invisible. */);
5829#endif 5829#endif
@@ -5988,10 +5988,10 @@ If you move point off the bottom, the window scrolls automatically.
5988This variable controls how far it scrolls. The value nil, the default, 5988This variable controls how far it scrolls. The value nil, the default,
5989means scroll to center point. A fraction means scroll to put point 5989means scroll to center point. A fraction means scroll to put point
5990that fraction of the window's height from the bottom of the window. 5990that fraction of the window's height from the bottom of the window.
5991When the value is 0.0, point goes at the bottom line, which in the simple 5991When the value is 0.0, point goes at the bottom line, which in the
5992case that you moved off with C-f means scrolling just one line. 1.0 means 5992simple case that you moved off with C-f means scrolling just one line.
5993point goes at the top, so that in that simple case, the window 59931.0 means point goes at the top, so that in that simple case, the
5994scrolls by a full window height. Meaningful values are 5994window scrolls by a full window height. Meaningful values are
5995between 0.0 and 1.0, inclusive. */); 5995between 0.0 and 1.0, inclusive. */);
5996 5996
5997 DEFVAR_PER_BUFFER ("scroll-down-aggressively", 5997 DEFVAR_PER_BUFFER ("scroll-down-aggressively",
@@ -6001,10 +6001,10 @@ If you move point off the top, the window scrolls automatically.
6001This variable controls how far it scrolls. The value nil, the default, 6001This variable controls how far it scrolls. The value nil, the default,
6002means scroll to center point. A fraction means scroll to put point 6002means scroll to center point. A fraction means scroll to put point
6003that fraction of the window's height from the top of the window. 6003that fraction of the window's height from the top of the window.
6004When the value is 0.0, point goes at the top line, which in the simple 6004When the value is 0.0, point goes at the top line, which in the
6005case that you moved off with C-b means scrolling just one line. 1.0 means 6005simple case that you moved off with C-b means scrolling just one line.
6006point goes at the bottom, so that in that simple case, the window 60061.0 means point goes at the bottom, so that in that simple case, the
6007scrolls by a full window height. Meaningful values are 6007window scrolls by a full window height. Meaningful values are
6008between 0.0 and 1.0, inclusive. */); 6008between 0.0 and 1.0, inclusive. */);
6009 6009
6010/*DEFVAR_LISP ("debug-check-symbol", &Vcheck_symbol, 6010/*DEFVAR_LISP ("debug-check-symbol", &Vcheck_symbol,
@@ -6021,8 +6021,8 @@ No information is given about the length of the text after the change.
6021Buffer changes made while executing the `before-change-functions' 6021Buffer changes made while executing the `before-change-functions'
6022don't call any before-change or after-change functions. 6022don't call any before-change or after-change functions.
6023That's because these variables are temporarily set to nil. 6023That's because these variables are temporarily set to nil.
6024As a result, a hook function cannot straightforwardly alter the value of 6024As a result, a hook function cannot straightforwardly alter the
6025these variables. See the Emacs Lisp manual for a way of 6025value of these variables. See the Emacs Lisp manual for a way of
6026accomplishing an equivalent result by using other variables. 6026accomplishing an equivalent result by using other variables.
6027 6027
6028If an unhandled error happens in running these functions, 6028If an unhandled error happens in running these functions,
@@ -6042,8 +6042,8 @@ and the post-change beginning and end are at the same place.)
6042Buffer changes made while executing the `after-change-functions' 6042Buffer changes made while executing the `after-change-functions'
6043don't call any before-change or after-change functions. 6043don't call any before-change or after-change functions.
6044That's because these variables are temporarily set to nil. 6044That's because these variables are temporarily set to nil.
6045As a result, a hook function cannot straightforwardly alter the value of 6045As a result, a hook function cannot straightforwardly alter the
6046these variables. See the Emacs Lisp manual for a way of 6046value of these variables. See the Emacs Lisp manual for a way of
6047accomplishing an equivalent result by using other variables. 6047accomplishing an equivalent result by using other variables.
6048 6048
6049If an unhandled error happens in running these functions, 6049If an unhandled error happens in running these functions,