emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/man/faq.texi


From: Romain Francoise
Subject: [Emacs-diffs] Changes to emacs/man/faq.texi
Date: Tue, 13 Dec 2005 20:48:21 +0000

Index: emacs/man/faq.texi
diff -u emacs/man/faq.texi:1.71 emacs/man/faq.texi:1.72
--- emacs/man/faq.texi:1.71     Mon Dec 12 19:12:18 2005
+++ emacs/man/faq.texi  Tue Dec 13 20:48:20 2005
@@ -2503,14 +2503,17 @@
 @cindex Scrolling only one line
 @cindex Reducing the increment when scrolling
 
-Place the following Lisp form in your @file{.emacs} file:
+Customize the @code{scroll-conservatively} variable with @kbd{M-x
+customize-variable @key{RET} scroll-conservatively @key{RET}} and set it
+to a large value like, say, 10000.  For an explanation of what this
+means, @inforef{Scrolling, Scrolling, emacs}.
+
+Alternatively, use the following Lisp form in your @file{.emacs}:
 
 @lisp
-(setq scroll-step 1)
+(setq scroll-conservatively most-positive-fixnum)
 @end lisp
 
address@hidden, Scrolling, emacs}.
-
 @node Replacing highlighted text, Editing MS-DOS files, Scrolling only one 
line, Common requests
 @section How can I replace highlighted text with what I type?
 @cindex @code{delete-selection-mode}




reply via email to

[Prev in Thread] Current Thread [Next in Thread]