diff options
| author | Kim F. Storm | 2005-11-12 00:58:11 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2005-11-12 00:58:11 +0000 |
| commit | 242a7584cee3bd2b0e7c3ce677417775a2172ac3 (patch) | |
| tree | f0a2016f7d8b2926abf860fc7c419411a9bd8f01 | |
| parent | e27f7c139a5fe345952e7cdfa6106193f508f52b (diff) | |
| download | emacs-242a7584cee3bd2b0e7c3ce677417775a2172ac3.tar.gz emacs-242a7584cee3bd2b0e7c3ce677417775a2172ac3.zip | |
Add C-h d binding.
| -rw-r--r-- | etc/NEWS | 9 |
1 files changed, 3 insertions, 6 deletions
| @@ -434,6 +434,8 @@ is already active in Transient Mark mode. | |||
| 434 | 434 | ||
| 435 | C-h e displays the *Messages* buffer. | 435 | C-h e displays the *Messages* buffer. |
| 436 | 436 | ||
| 437 | C-h d runs apropos-documentation. | ||
| 438 | |||
| 437 | C-h followed by a control character is used for displaying files | 439 | C-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 | |||
| 444 | have been moved to C-h F, C-h K and C-h S. | 446 | have been moved to C-h F, C-h K and C-h S. |
| 445 | 447 | ||
| 446 | C-h c, C-h k, C-h w, and C-h f now handle remapped interactive commands. | 448 | C-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 | ||
| 455 | For example, if C-k is bound to kill-line, and kill-line is remapped | 455 | For example, if C-k is bound to kill-line, and kill-line is remapped |
| 456 | to new-kill-line, these commands now report: | 456 | to 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 | |||
| 3501 | evaluate when Emacs starts up. If this is done after startup, | 3498 | evaluate when Emacs starts up. If this is done after startup, |
| 3502 | it evaluates those expressions immediately. | 3499 | it evaluates those expressions immediately. |
| 3503 | 3500 | ||
| 3504 | This is useful in packages that can be preloaded. | 3501 | This 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 | ||