aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXue Fuqiao2013-05-25 09:39:03 +0800
committerXue Fuqiao2013-05-25 09:39:03 +0800
commit80cc5a9323d7ee675feb9a8bb63ec9012f2d10ed (patch)
tree3a91372bd92b6ec2af61525fe4d9e41f2a8b1fab
parent5d028165eaee1c5d0e59859199f8c6a51230eb97 (diff)
downloademacs-80cc5a9323d7ee675feb9a8bb63ec9012f2d10ed.tar.gz
emacs-80cc5a9323d7ee675feb9a8bb63ec9012f2d10ed.zip
* refcards/dired-ref.tex: Refine some entries.
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/refcards/dired-ref.tex15
2 files changed, 11 insertions, 8 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index cf8fea5e161..f4e66136e5c 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12013-05-25 Xue Fuqiao <xfq.free@gmail.com>
2
3 * refcards/dired-ref.tex: Refine some entries.
4
12013-05-24 Fabrice Niessen <fni@missioncriticalit.com> 52013-05-24 Fabrice Niessen <fni@missioncriticalit.com>
2 6
3 * themes/leuven-theme.el: Update theme. 7 * themes/leuven-theme.el: Update theme.
diff --git a/etc/refcards/dired-ref.tex b/etc/refcards/dired-ref.tex
index 0fdc2d41630..13230dd603a 100644
--- a/etc/refcards/dired-ref.tex
+++ b/etc/refcards/dired-ref.tex
@@ -302,8 +302,7 @@ For copies of the GNU Emacs manual, see:
302\key{move to first child subdirectory}{M-C-d} 302\key{move to first child subdirectory}{M-C-d}
303 303
304\section{Mouse Commands} 304\section{Mouse Commands}
305\metax{visit file}{Mouse_Button_2} 305\metax{visit file or directory}{Mouse_Button_2}
306\metax{popup menu}{Control-Mouse_Button_3}
307 306
308\section{Immediate Actions on Files} 307\section{Immediate Actions on Files}
309 308
@@ -326,7 +325,7 @@ For copies of the GNU Emacs manual, see:
326\key{mark all directories}{* /} 325\key{mark all directories}{* /}
327\key{mark all symlinks}{* @} 326\key{mark all symlinks}{* @}
328\key{mark all executables}{* *} 327\key{mark all executables}{* *}
329\key{invert marking}{* t} 328\key{invert marking}{t}
330\key{mark all files in the current subdir}{* s} 329\key{mark all files in the current subdir}{* s}
331\key{mark file names matching a regular expression}{* \%} 330\key{mark file names matching a regular expression}{* \%}
332\key{change the marks to a different character}{* c} 331\key{change the marks to a different character}{* c}
@@ -340,7 +339,7 @@ For copies of the GNU Emacs manual, see:
340\key{re-read all directories (retains all marks)}{g} 339\key{re-read all directories (retains all marks)}{g}
341\key{toggle sorting of current subdir by name/date}{s} 340\key{toggle sorting of current subdir by name/date}{s}
342\key{edit ls switches}{C-u s} 341\key{edit ls switches}{C-u s}
343\key{recover marks, hidden lines, and such}{C-_} 342\key{recover marks, hidden lines, and such (undo)}{C-_}
344\key{hide all subdirectories}{M-\$} 343\key{hide all subdirectories}{M-\$}
345\key{hide or unhide subdirectory}{\$} 344\key{hide or unhide subdirectory}{\$}
346 345
@@ -354,7 +353,7 @@ For copies of the GNU Emacs manual, see:
354\key{print file(s)}{P} 353\key{print file(s)}{P}
355\key{convert filename(s) to lower case}{\% l} 354\key{convert filename(s) to lower case}{\% l}
356\key{convert filename(s) to upper case}{\% u} 355\key{convert filename(s) to upper case}{\% u}
357\key{delete marked (as opposed to flagged) files}{D} 356\key{delete marked (as opposed to flagged) file(s)}{D}
358%% Huh? 357%% Huh?
359%%\key{uuencode or uudecode file(s)}{U} 358%%\key{uuencode or uudecode file(s)}{U}
360\key{compress or uncompress file(s)}{Z} 359\key{compress or uncompress file(s)}{Z}
@@ -364,9 +363,9 @@ For copies of the GNU Emacs manual, see:
364\key{make relative symbolic link(s)}{Y} 363\key{make relative symbolic link(s)}{Y}
365\key{make hard link(s)}{H} 364\key{make hard link(s)}{H}
366\key{search files for a regular expression}{A} 365\key{search files for a regular expression}{A}
367\key{query replace regular expression}{Q} 366\key{regexp query replace on marked files}{Q}
368\key{byte-compile files}{B} 367\key{byte-compile file(s)}{B}
369\key{load files}{L} 368\key{load file(s)}{L}
370\key{shell command on file(s)}{!} 369\key{shell command on file(s)}{!}
371\key{asynchronous shell command on file(s)}{\&} 370\key{asynchronous shell command on file(s)}{\&}
372 371