# HG changeset patch # User Juanma Barranquero # Date 1166542086 0 # Node ID af518323048e05a3664777dd2d7f807fb1f7b29a # Parent 253e064184f25099d4ce6c63c916e865910aa1eb (syms_of_buffer) , scroll-up-aggressively, scroll-down-aggressively>: Doc fixes. diff -r 253e064184f2 -r af518323048e src/buffer.c --- a/src/buffer.c Tue Dec 19 10:19:22 2006 +0000 +++ b/src/buffer.c Tue Dec 19 15:28:06 2006 +0000 @@ -5679,9 +5679,9 @@ Each of the char-table elements control how to display the corresponding text character: the element at index C in the table says how to display the character whose code is C. Each element should be a vector of -characters or nil. nil means display the character in the default fashion; -otherwise, the characters from the vector are delivered to the screen -instead of the original character. +characters or nil. The value nil means display the character in the +default fashion; otherwise, the characters from the vector are delivered +to the screen instead of the original character. For example, (aset buffer-display-table ?X ?Y) will cause Emacs to display a capital Y instead of each X character. @@ -5812,7 +5812,7 @@ ¤t_buffer->scroll_up_aggressively, Qnil, doc: /* How far to scroll windows upward. If you move point off the bottom, the window scrolls automatically. -This variable controls how far it scrolls. nil, the default, +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 @@ -5825,7 +5825,7 @@ ¤t_buffer->scroll_down_aggressively, Qnil, doc: /* How far to scroll windows downward. If you move point off the top, the window scrolls automatically. -This variable controls how far it scrolls. nil, the default, +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