]> git.eshelyaron.com Git - emacs.git/commitdiff
* refcards/dired-ref.tex: Refine some entries.
authorXue Fuqiao <xfq.free@gmail.com>
Sat, 25 May 2013 01:39:03 +0000 (09:39 +0800)
committerXue Fuqiao <xfq.free@gmail.com>
Sat, 25 May 2013 01:39:03 +0000 (09:39 +0800)
etc/ChangeLog
etc/refcards/dired-ref.tex

index cf8fea5e1619fdf9bc27fef41d9658cd4b3fb2c2..f4e66136e5c0797f22a5cd43b4e47c2598a92e5f 100644 (file)
@@ -1,3 +1,7 @@
+2013-05-25  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * refcards/dired-ref.tex: Refine some entries.
+
 2013-05-24  Fabrice Niessen  <fni@missioncriticalit.com>
 
        * themes/leuven-theme.el: Update theme.
index 0fdc2d4163011588fe748c66b768316b00df93bf..13230dd603aa4ae627899e645b12de669a8f4a2b 100644 (file)
@@ -302,8 +302,7 @@ For copies of the GNU Emacs manual, see:
 \key{move to first child subdirectory}{M-C-d}
 
 \section{Mouse Commands}
-\metax{visit file}{Mouse_Button_2}
-\metax{popup menu}{Control-Mouse_Button_3}
+\metax{visit file or directory}{Mouse_Button_2}
 
 \section{Immediate Actions on Files}
 
@@ -326,7 +325,7 @@ For copies of the GNU Emacs manual, see:
 \key{mark all directories}{* /}
 \key{mark all symlinks}{* @}
 \key{mark all executables}{* *}
-\key{invert marking}{t}
+\key{invert marking}{t}
 \key{mark all files in the current subdir}{* s}
 \key{mark file names matching a regular expression}{* \%}
 \key{change the marks to a different character}{* c}
@@ -340,7 +339,7 @@ For copies of the GNU Emacs manual, see:
 \key{re-read all directories (retains all marks)}{g}
 \key{toggle sorting of current subdir by name/date}{s}
 \key{edit ls switches}{C-u s}
-\key{recover marks, hidden lines, and such}{C-_}
+\key{recover marks, hidden lines, and such (undo)}{C-_}
 \key{hide all subdirectories}{M-\$}
 \key{hide or unhide subdirectory}{\$}
 
@@ -354,7 +353,7 @@ For copies of the GNU Emacs manual, see:
 \key{print file(s)}{P}
 \key{convert filename(s) to lower case}{\% l}
 \key{convert filename(s) to upper case}{\% u}
-\key{delete marked (as opposed to flagged) files}{D}
+\key{delete marked (as opposed to flagged) file(s)}{D}
 %% Huh?
 %%\key{uuencode or uudecode file(s)}{U}
 \key{compress or uncompress file(s)}{Z}
@@ -364,9 +363,9 @@ For copies of the GNU Emacs manual, see:
 \key{make relative symbolic link(s)}{Y}
 \key{make hard link(s)}{H}
 \key{search files for a regular expression}{A}
-\key{query replace regular expression}{Q}
-\key{byte-compile files}{B}
-\key{load files}{L}
+\key{regexp query replace on marked files}{Q}
+\key{byte-compile file(s)}{B}
+\key{load file(s)}{L}
 \key{shell command on file(s)}{!}
 \key{asynchronous shell command on file(s)}{\&}