comparison etc/NEWS @ 66825:6e413168bea4

Add C-h d binding.
author Kim F. Storm <storm@cua.dk>
date Sat, 12 Nov 2005 00:58:11 +0000
parents e0df9e6c3f65
children cd0310cf5638
comparison
equal deleted inserted replaced
66824:e7549774ae87 66825:6e413168bea4
432 +++ 432 +++
433 *** Changes in C-h bindings: 433 *** Changes in C-h bindings:
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
440 C-h C-f displays the FAQ. 442 C-h C-f displays the FAQ.
441 C-h C-e displays the PROBLEMS file. 443 C-h C-e displays the PROBLEMS file.
442 444
443 The info-search bindings on C-h C-f, C-h C-k and C-h C-i 445 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
467 --- 464 ---
468 *** Help commands `describe-function' and `describe-key' now show function 465 *** Help commands `describe-function' and `describe-key' now show function
3499 +++ 3496 +++
3500 *** New macro `eval-at-startup' specifies expressions to 3497 *** New macro `eval-at-startup' specifies expressions to
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
3508 If it is non-nil, the function lists only faces matching this regexp. 3505 If it is non-nil, the function lists only faces matching this regexp.
3509 3506