Mercurial > emacs
changeset 66825:6e413168bea4
Add C-h d binding.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Sat, 12 Nov 2005 00:58:11 +0000 |
parents | e7549774ae87 |
children | 7e8bad325b0d |
files | etc/NEWS |
diffstat | 1 files changed, 3 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Sat Nov 12 00:57:38 2005 +0000 +++ b/etc/NEWS Sat Nov 12 00:58:11 2005 +0000 @@ -434,6 +434,8 @@ C-h e displays the *Messages* buffer. +C-h d runs apropos-documentation. + C-h followed by a control character is used for displaying files that do not change: @@ -444,23 +446,18 @@ have been moved to C-h F, C-h K and C-h S. C-h c, C-h k, C-h w, and C-h f now handle remapped interactive commands. - - C-h c and C-h k report the actual command (after possible remapping) run by the key sequence. - - C-h w and C-h f on a command which has been remapped now report the command it is remapped to, and the keys which can be used to run that command. For example, if C-k is bound to kill-line, and kill-line is remapped to new-kill-line, these commands now report: - - C-h c and C-h k C-k reports: C-k runs the command new-kill-line - - C-h w and C-h f kill-line reports: kill-line is remapped to new-kill-line which is on C-k, <deleteline> - - C-h w and C-h f new-kill-line reports: new-kill-line is on C-k @@ -3501,7 +3498,7 @@ evaluate when Emacs starts up. If this is done after startup, it evaluates those expressions immediately. -This is useful in packages that can be preloaded. +This is useful in packages that can be preloaded. *** `list-faces-display' takes an optional argument, REGEXP.