emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/etc/NEWS


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/etc/NEWS
Date: Fri, 11 Nov 2005 19:58:11 -0500

Index: emacs/etc/NEWS
diff -c emacs/etc/NEWS:1.1280 emacs/etc/NEWS:1.1281
*** emacs/etc/NEWS:1.1280       Mon Nov  7 21:15:17 2005
--- emacs/etc/NEWS      Sat Nov 12 00:58:11 2005
***************
*** 434,439 ****
--- 434,441 ----
  
  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,466 ****
  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
  
--- 446,463 ----
***************
*** 3501,3507 ****
  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. 
  
  *** `list-faces-display' takes an optional argument, REGEXP.
  
--- 3498,3504 ----
  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.
  
  *** `list-faces-display' takes an optional argument, REGEXP.
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]