diff options
author | Richard M. Stallman <rms@gnu.org> | 2002-01-14 01:42:09 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2002-01-14 01:42:09 +0000 |
commit | f6961cb3737971043551465c3db431bf1f65de12 (patch) | |
tree | 7c5e6f5d1c479041045e54986cbbb3647769c52a /etc | |
parent | 219a233d77b10300174d573b746a46f65c14cea9 (diff) | |
download | emacs-f6961cb3737971043551465c3db431bf1f65de12.tar.gz |
*** empty log message ***
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -58,6 +58,19 @@ width which is the minimum number of pixels necessary to display any of the currently defined fringe bitmaps. The width of the built-in fringe bitmaps is 8 pixels. +** Changes in C-h bindings: + +C-h e displays the *Messages* buffer. + +C-h followed by a control character is used for displaying files + that do not change: + +C-h C-f displays the FAQ. +C-h C-e displays the PROBLEMS file. + +The info-search bindings on C-h C-f, C-h C-k and C-h C-i +have been moved to C-h F, C-h K and C-h S. + ** C-w in incremental search now grabs either a character or a word, making the decision in a heuristic way. This new job is done by the command `isearch-yank-word-or-char'. To restore the old behavior, |