diff options
author | Glenn Morris <rgm@gnu.org> | 2020-01-20 07:50:26 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2020-01-20 07:50:26 -0800 |
commit | 519de2f88e3f9985f41a763953711b63a8223628 (patch) | |
tree | db5a2f2bea7a9531ea736d100142f9cc434ea4fb /doc/misc/efaq.texi | |
parent | cdede988b48802c5f2ccce2d38bebcdc4c7dbb05 (diff) | |
parent | f3d30b5303783a307921b914d4df0b082106b39d (diff) | |
download | emacs-519de2f88e3f9985f41a763953711b63a8223628.tar.gz emacs-519de2f88e3f9985f41a763953711b63a8223628.tar.bz2 emacs-519de2f88e3f9985f41a763953711b63a8223628.zip |
Merge from origin/emacs-27
f3d30b5303 Remove some doc references to old Emacs versions
4217bc229b Fix infloop in shell.el
74b151195d Fix erc-notifications-notify for non-PRIVMSGs, broken in l...
db4436eaf9 Fix the notification action for PRIVMSG in erc-notificatio...
36a4068105 ERC: New maintainer.
2391d3f45d ; spelling fixes
e898442be3 Honor tags-case-fold-search during xref identifer completion
# Conflicts:
# etc/NEWS
Diffstat (limited to 'doc/misc/efaq.texi')
-rw-r--r-- | doc/misc/efaq.texi | 30 |
1 files changed, 6 insertions, 24 deletions
diff --git a/doc/misc/efaq.texi b/doc/misc/efaq.texi index 06c39a53764..e0b1ec5d6a0 100644 --- a/doc/misc/efaq.texi +++ b/doc/misc/efaq.texi @@ -1440,7 +1440,6 @@ of files from Macintosh, Microsoft, and Unix platforms. * Compiler error messages:: * Indenting switch statements:: * Customizing C and C++ indentation:: -* Horizontal scrolling:: * Overwrite mode:: * Turning off beeping:: * Turning the volume down:: @@ -2123,23 +2122,6 @@ Java sources, etc. If you want the same customizations to be in effect in @emph{all} languages supported by @code{cc-mode}, use @code{c-mode-common-hook}. -@node Horizontal scrolling -@section How can I make Emacs automatically scroll horizontally? -@cindex @code{hscroll-mode} -@cindex Horizontal scrolling -@cindex Scrolling horizontally - -In Emacs 21 and later, this is on by default: if the variable -@code{truncate-lines} is non-@code{nil} in the current buffer, Emacs -automatically scrolls the display horizontally when point moves off the -left or right edge of the window. - -Note that this is overridden by the variable -@code{truncate-partial-width-windows} if that variable is non-@code{nil} -and the current buffer is not full-frame width. - -In Emacs 20, use @code{hscroll-mode}. - @node Overwrite mode @section How do I make Emacs ``typeover'' or ``overwrite'' instead of inserting? @cindex @key{Insert} @@ -2305,9 +2287,9 @@ to investigate @file{cpp.el}, which is distributed with Emacs. @cindex Commands, repeating many times @cindex @code{.}, equivalent to @code{vi} command -As of Emacs 20.3, there is indeed a @code{repeat} command (@kbd{C-x z}) -that repeats the last command. If you preface it with a prefix -argument, the prefix arg is applied to the command. +Use the @code{repeat} command (@kbd{C-x z}) to repeat the last +command. If you preface it with a prefix argument, the prefix arg is +applied to the command. You can also type @kbd{C-x @key{ESC} @key{ESC}} (@code{repeat-complex-command}) to reinvoke commands that used the @@ -2820,9 +2802,9 @@ Alternatively, use the following Lisp form in your @file{.emacs}: @cindex Microsoft files, editing @cindex Windows files, editing -As of Emacs 20, detection and handling of MS-DOS (and Windows) files is -performed transparently. You can open MS-DOS files on a Unix system, -edit it, and save it without having to worry about the file format. +Detection and handling of MS-DOS (and Windows) files is performed +transparently. You can open MS-DOS files on a Unix system, edit it, +and save it without having to worry about the file format. When editing an MS-DOS style file, the mode line will indicate that it is a DOS file. On Unix and GNU/Linux systems, and also on a Macintosh, |