1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 08:43:40 -07:00

Correct key binding for dired-mark-omitted.

This commit is contained in:
Lars Hansen 2005-05-01 07:07:19 +00:00
parent 77cd926d9b
commit 6544b8f631
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2005-05-01 Lars Hansen <larsh@math.ku.dk>
* NEWS: Correct key binding for dired-mark-omitted.
2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
* NEWS: Mention xterm key bindings.

View file

@ -841,7 +841,7 @@ into the kill ring. With a zero prefix arg, copies absolute file names.
+++
*** Omitting files is now a minor mode, dired-omit-mode. The mode toggling
command is bound to M-o. A new command dired-mark-omitted, bound to M-O,
command is bound to M-o. A new command dired-mark-omitted, bound to * O,
marks omitted files. The variable dired-omit-files-p is obsoleted, use the
mode toggling function instead.
@ -1265,7 +1265,7 @@ to explicitly specify a fontSet resource for this to work, for example
ESC, like they do for Gtk+, Mac and W32.
---
** Dialogs and menus pop down when pressing C-g.
** Dialogs and menus pop down when pressing C-g.
---
** The menu item "Open File..." has been split into two items, "New File..."