aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2005-11-12 00:58:11 +0000
committerKim F. Storm2005-11-12 00:58:11 +0000
commit242a7584cee3bd2b0e7c3ce677417775a2172ac3 (patch)
treef0a2016f7d8b2926abf860fc7c419411a9bd8f01
parente27f7c139a5fe345952e7cdfa6106193f508f52b (diff)
downloademacs-242a7584cee3bd2b0e7c3ce677417775a2172ac3.tar.gz
emacs-242a7584cee3bd2b0e7c3ce677417775a2172ac3.zip
Add C-h d binding.
-rw-r--r--etc/NEWS9
1 files changed, 3 insertions, 6 deletions
diff --git a/etc/NEWS b/etc/NEWS
index b39a2350309..f9421161c56 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -434,6 +434,8 @@ is already active in Transient Mark mode.
434 434
435C-h e displays the *Messages* buffer. 435C-h e displays the *Messages* buffer.
436 436
437C-h d runs apropos-documentation.
438
437C-h followed by a control character is used for displaying files 439C-h followed by a control character is used for displaying files
438 that do not change: 440 that do not change:
439 441
@@ -444,23 +446,18 @@ The info-search bindings on C-h C-f, C-h C-k and C-h C-i
444have been moved to C-h F, C-h K and C-h S. 446have been moved to C-h F, C-h K and C-h S.
445 447
446C-h c, C-h k, C-h w, and C-h f now handle remapped interactive commands. 448C-h c, C-h k, C-h w, and C-h f now handle remapped interactive commands.
447
448- C-h c and C-h k report the actual command (after possible remapping) 449- C-h c and C-h k report the actual command (after possible remapping)
449 run by the key sequence. 450 run by the key sequence.
450
451- C-h w and C-h f on a command which has been remapped now report the 451- C-h w and C-h f on a command which has been remapped now report the
452 command it is remapped to, and the keys which can be used to run 452 command it is remapped to, and the keys which can be used to run
453 that command. 453 that command.
454 454
455For example, if C-k is bound to kill-line, and kill-line is remapped 455For example, if C-k is bound to kill-line, and kill-line is remapped
456to new-kill-line, these commands now report: 456to new-kill-line, these commands now report:
457
458- C-h c and C-h k C-k reports: 457- C-h c and C-h k C-k reports:
459 C-k runs the command new-kill-line 458 C-k runs the command new-kill-line
460
461- C-h w and C-h f kill-line reports: 459- C-h w and C-h f kill-line reports:
462 kill-line is remapped to new-kill-line which is on C-k, <deleteline> 460 kill-line is remapped to new-kill-line which is on C-k, <deleteline>
463
464- C-h w and C-h f new-kill-line reports: 461- C-h w and C-h f new-kill-line reports:
465 new-kill-line is on C-k 462 new-kill-line is on C-k
466 463
@@ -3501,7 +3498,7 @@ dangerous; otherwise it returns a reason why the form might be unsafe
3501evaluate when Emacs starts up. If this is done after startup, 3498evaluate when Emacs starts up. If this is done after startup,
3502it evaluates those expressions immediately. 3499it evaluates those expressions immediately.
3503 3500
3504This is useful in packages that can be preloaded. 3501This is useful in packages that can be preloaded.
3505 3502
3506*** `list-faces-display' takes an optional argument, REGEXP. 3503*** `list-faces-display' takes an optional argument, REGEXP.
3507 3504