aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2008-08-05 15:04:03 +0000
committerJuanma Barranquero2008-08-05 15:04:03 +0000
commitd765e3a3d56e042a8ac91fccc7d82ca26eb03b65 (patch)
tree31ce809435c62c3e42fcd86ca63a4a5cb987e81c /src
parent5acbda73bb94158d2fc4f67203e76ddd4c79d134 (diff)
downloademacs-d765e3a3d56e042a8ac91fccc7d82ca26eb03b65.tar.gz
emacs-d765e3a3d56e042a8ac91fccc7d82ca26eb03b65.zip
* buffer.c (syms_of_buffer) <scroll-up-aggressively>:
<scroll-down-aggressively, before-change-functions>: <after-change-functions>: Reflow docstrings.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog11
-rw-r--r--src/buffer.c26
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 @@
12008-08-05 Juanma Barranquero <lekktu@gmail.com>
2
3 * buffer.c (syms_of_buffer) <scroll-up-aggressively>:
4 <scroll-down-aggressively, before-change-functions>:
5 <after-change-functions>: Reflow docstrings.
6
12008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com> 72008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
2 8
3 Dock menu customization, based on a patch by Ken Raeburn, plus some 9 Dock menu customization, based on a patch by Ken Raeburn, plus some
@@ -23,7 +29,7 @@
23 29
242008-08-04 Seiji Zenitani <zenitani@mac.com> 302008-08-04 Seiji Zenitani <zenitani@mac.com>
25 31
26 * nsfns.m (x-create-frame): Set the frame parameter alpha to nil 32 * nsfns.m (x-create-frame): Set the frame parameter alpha to nil.
27 33
282008-08-04 Chong Yidong <cyd@stupidchicken.com> 342008-08-04 Chong Yidong <cyd@stupidchicken.com>
29 35
@@ -265,8 +271,7 @@
265 * keyboard.c: 271 * keyboard.c:
266 * frame.h: 272 * frame.h:
267 * frame.c: 273 * frame.c:
268 * frame.c: Remove references to MULTI_KBOARD, it is now the 274 * frame.c: Remove references to MULTI_KBOARD, it is now the default.
269 default.
270 * config.in: Regenerate. 275 * config.in: Regenerate.
271 276
2722008-07-30 Jason Rumney <jasonr@gnu.org> 2772008-07-30 Jason Rumney <jasonr@gnu.org>
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,