comparison man/faq.texi @ 46918:82d113655734

Minor spelling and grammar corrections.
author Paul Eggert <eggert@twinsun.com>
date Fri, 16 Aug 2002 06:29:40 +0000
parents 05bd4743e434
children c959ab9efa1f
comparison
equal deleted inserted replaced
46917:7f23d458e897 46918:82d113655734
1160 1160
1161 @cindex Variable-size fonts 1161 @cindex Variable-size fonts
1162 @cindex Toolbar support 1162 @cindex Toolbar support
1163 Emacs 21 features a thorough rewrite of the display engine. The new 1163 Emacs 21 features a thorough rewrite of the display engine. The new
1164 display engine supports variable-size fonts, images, and can play sounds 1164 display engine supports variable-size fonts, images, and can play sounds
1165 on platforms which support that. As a result, the visual appearence of 1165 on platforms which support that. As a result, the visual appearance of
1166 Emacs, when it runs on a windowed display, is much more reminiscent of 1166 Emacs, when it runs on a windowed display, is much more reminiscent of
1167 modern GUI programs, and includes 3D widgets (used for the mode line and 1167 modern GUI programs, and includes 3D widgets (used for the mode line and
1168 the scroll bars), a configurable and extensible toolbar, tooltips 1168 the scroll bars), a configurable and extensible toolbar, tooltips
1169 (a.k.a.@: balloon help), and other niceties. 1169 (a.k.a.@: balloon help), and other niceties.
1170 1170
2593 @code{ps-lpr-command}, and @code{ps-lpr-switches} for more details. 2593 @code{ps-lpr-command}, and @code{ps-lpr-switches} for more details.
2594 2594
2595 @node Scrolling only one line, Replacing highlighted text, Turning on syntax highlighting, Common requests 2595 @node Scrolling only one line, Replacing highlighted text, Turning on syntax highlighting, Common requests
2596 @section How can I force Emacs to scroll only one line when I move past the bottom of the screen? 2596 @section How can I force Emacs to scroll only one line when I move past the bottom of the screen?
2597 @cindex Scrolling only one line 2597 @cindex Scrolling only one line
2598 @cindex Reducing the increment when scrollng 2598 @cindex Reducing the increment when scrolling
2599 2599
2600 Place the following Lisp form in your @file{.emacs} file: 2600 Place the following Lisp form in your @file{.emacs} file:
2601 2601
2602 @lisp 2602 @lisp
2603 (setq scroll-step 1) 2603 (setq scroll-step 1)
2607 2607
2608 @node Replacing highlighted text, Editing MS-DOS files, Scrolling only one line, Common requests 2608 @node Replacing highlighted text, Editing MS-DOS files, Scrolling only one line, Common requests
2609 @section How can I replace highlighted text with what I type? 2609 @section How can I replace highlighted text with what I type?
2610 @cindex @code{delete-selection-mode} 2610 @cindex @code{delete-selection-mode}
2611 @cindex Replacing highlighted text 2611 @cindex Replacing highlighted text
2612 @cindex Highlighing and replacing text 2612 @cindex Highlighting and replacing text
2613 2613
2614 Use @code{delete-selection-mode}, which you can start automatically by 2614 Use @code{delete-selection-mode}, which you can start automatically by
2615 placing the following Lisp form in your @file{.emacs} file: 2615 placing the following Lisp form in your @file{.emacs} file:
2616 2616
2617 @lisp 2617 @lisp
3510 @section Where can I get Emacs on the net (or by snail mail)? 3510 @section Where can I get Emacs on the net (or by snail mail)?
3511 @cindex Finding Emacs on the Internet 3511 @cindex Finding Emacs on the Internet
3512 @cindex Snail mail, ordering Emacs via 3512 @cindex Snail mail, ordering Emacs via
3513 @cindex Postal service, ordering Emacs via 3513 @cindex Postal service, ordering Emacs via
3514 @cindex Distribution, retrieving Emacs 3514 @cindex Distribution, retrieving Emacs
3515 @cindex Internet, retreiving from 3515 @cindex Internet, retrieving from
3516 3516
3517 Look in the files @file{etc/DISTRIB} and @file{etc/FTP} for information 3517 Look in the files @file{etc/DISTRIB} and @file{etc/FTP} for information
3518 on nearby archive sites and @file{etc/ORDERS} for mail orders. If you 3518 on nearby archive sites and @file{etc/ORDERS} for mail orders. If you
3519 don't already have Emacs, see @ref{Informational files for Emacs}, for how 3519 don't already have Emacs, see @ref{Informational files for Emacs}, for how
3520 to get these files. 3520 to get these files.