comparison man/faq.texi @ 71641:6edfaf0b0ec6

(Scrolling only one line): Fix xref.
author Richard M. Stallman <rms@gnu.org>
date Wed, 05 Jul 2006 17:03:06 +0000
parents d48403d9f759
children 0429cbee770a 138ce2701550
comparison
equal deleted inserted replaced
71640:5cdc253a3479 71641:6edfaf0b0ec6
2590 @cindex Reducing the increment when scrolling 2590 @cindex Reducing the increment when scrolling
2591 2591
2592 Customize the @code{scroll-conservatively} variable with @kbd{M-x 2592 Customize the @code{scroll-conservatively} variable with @kbd{M-x
2593 customize-variable @key{RET} scroll-conservatively @key{RET}} and set it 2593 customize-variable @key{RET} scroll-conservatively @key{RET}} and set it
2594 to a large value like, say, 10000. For an explanation of what this 2594 to a large value like, say, 10000. For an explanation of what this
2595 means, @inforef{Scrolling, Scrolling, emacs}. 2595 means, @inforef{Auto Scrolling, Auto Scrolling, emacs}.
2596 2596
2597 Alternatively, use the following Lisp form in your @file{.emacs}: 2597 Alternatively, use the following Lisp form in your @file{.emacs}:
2598 2598
2599 @lisp 2599 @lisp
2600 (setq scroll-conservatively most-positive-fixnum) 2600 (setq scroll-conservatively most-positive-fixnum)