1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-24 10:38:38 +00:00

*** empty log message ***

This commit is contained in:
Gerd Moellmann 2001-01-29 13:31:47 +00:00
parent fccb828847
commit 8a33023e43
3 changed files with 79 additions and 84 deletions

View File

@ -47,7 +47,7 @@ description of aspects specific to the Mac.
group.
** The user option `backward-delete-char-untabify-method' controls the
behaviour of `backward-delete-char-untabify'. [This change was made
behavior of `backward-delete-char-untabify'. [This change was made
in Emacs 20.3 but not mentioned then.]
** The new user-option `confirm-kill-emacs' can be customized to
@ -795,7 +795,7 @@ number, Emacs chooses a new window start so that point ends up that
fraction of the window's height from the top of the window.
When scrolling down because point is below the window end, if the
value of the buffer-local variable `scroll-down-aggessively' is a
value of the buffer-local variable `scroll-down-aggressively' is a
number, Emacs chooses a new window start so that point ends up that
fraction of the window's height from the bottom of the window.
@ -956,7 +956,7 @@ entries if user-option `change-log-version-info-enabled' is non-nil.
+++
*** Unless the file is under version control the search for a file's
version number is performed based on regular expressions from
`change-log-version-number-regexp-list' which can be cutomized.
`change-log-version-number-regexp-list' which can be customized.
Version numbers are only found in the first 10 percent of a file.
*** Change Log mode now defines its own faces for font-lock highlighting.
@ -971,7 +971,7 @@ Version numbers are only found in the first 10 percent of a file.
*** The new function `font-lock-remove-keywords' can be used to remove
font-lock keywords from the current buffer or from a specific major mode.
*** Multiline patterns are now supported. Modes using this, should
*** Multi-line patterns are now supported. Modes using this, should
set font-lock-multiline to t in their font-lock-defaults.
*** `font-lock-syntactic-face-function' allows major-modes to choose
@ -1441,7 +1441,7 @@ output ^M at the end of lines.
** Shell script mode changes.
Shell script mode (sh-script) can now indent scripts for shells
derived from sh and rc. The indentation style is customizeable, and
derived from sh and rc. The indentation style is customizable, and
sh-script can attempt to "learn" the current buffer's style.
** Etags changes.
@ -1830,7 +1830,7 @@ separate Texinfo file.
by visiting a CVS administrative directory (with a prefix argument)
provides an alternative interface to VC-dired for CVS. It comes with
`log-view-mode' to view RCS and SCCS logs and `log-edit-mode' used to
enter checkin log messages.
enter check-in log messages.
+++
*** The new package called `woman' allows to browse Unix man pages
@ -2032,8 +2032,8 @@ filter function to change the menu appearance. For example, the recent
file list can be displayed:
- organized by major modes, directories or user defined rules.
- sorted by file pathes, file names, ascending or descending.
- showing pathes relative to the current default-directory
- sorted by file paths, file names, ascending or descending.
- showing paths relative to the current default-directory
The `recentf-filter-changer' menu filter function allows to
dynamically change the menu appearance.
@ -2232,12 +2232,12 @@ were added
- Function: remove ELT SEQ
Return a copy of SEQ with all occurences of ELT removed. SEQ must be
Return a copy of SEQ with all occurrences of ELT removed. SEQ must be
a list, vector, or string. The comparison is done with `equal'.
- Function: remq ELT LIST
Return a copy of LIST with all occurences of ELT removed. The
Return a copy of LIST with all occurrences of ELT removed. The
comparison is done with `eq'.
+++
@ -2488,7 +2488,7 @@ lines, due to line breaking, display table, etc.
Optional arguments BEG and END default to `point-min' and `point-max'
respectively.
If region ends with a newline, ignore it unless optinal third argument
If region ends with a newline, ignore it unless optional third argument
COUNT-FINAL-NEWLINE is non-nil.
The optional fourth argument WINDOW specifies the window used for
@ -2639,7 +2639,7 @@ what BODY returns.
+++
** Regular expressions now support intervals \{n,m\} as well as
Perl's shy-groups \(?:...\) and non-greedy *? +? and ?? operators.
Also backreferences like \2 are now considered as an error if the
Also back-references like \2 are now considered as an error if the
corresponding subgroup does not exist (or is not closed yet).
Previously it would have been silently turned into `2' (ignoring the `\').
@ -3270,10 +3270,10 @@ alternative font families to try if a family specified by a face
doesn't exist.
Setting `face-font-registry-alternatives' allows the user to specify
all alternative font registry names to try for a face speciying a
all alternative font registry names to try for a face specifying a
registry.
Please note that the iterpretations of the above two variables are
Please note that the interpretations of the above two variables are
slightly different.
Setting face-ignored-fonts allows the user to ignore specific fonts.
@ -3548,7 +3548,7 @@ To disallow this completely (like previous versions of emacs), customize
the variable `minibuffer-prompt-properties', and turn on the
`Inviolable' option.
The function minubuffer-prompt-end returns the current position of the
The function minibuffer-prompt-end returns the current position of the
end of the minibuffer prompt, if the minibuffer is current.
Otherwise, it returns zero.
@ -3734,7 +3734,7 @@ If MASK is `heuristic' or `(heuristic BG)', build a clipping mask for
the image, so that the background of a frame is visible behind the
image. If BG is not specified, or if BG is t, determine the
background color of the image by looking at the 4 corners of the
image, assuming the most frequently occuring color from the corners is
image, assuming the most frequently occurring color from the corners is
the background color of the image. Otherwise, BG must be a list `(RED
GREEN BLUE)' specifying the color to assume for the background of the
image.
@ -3861,7 +3861,7 @@ Additional image properties supported are:
`:index INDEX'
INDEX must be an integer >= 0. Load image number INDEX from a
multi-image GIF file. An error is signalled if INDEX is too large.
multi-image GIF file. An error is signaled if INDEX is too large.
This could be used to implement limited support for animated GIFs.
For example, the following function displays a multi-image GIF file
@ -4305,7 +4305,7 @@ amount of raising or lowering is computed without taking account of the
All display specifications can be conditionalized. If a specification
has the form `(:when CONDITION . SPEC)', the specification SPEC
applies only when CONDITION yields a non-nil value when evaluated.
During evaluattion, point is temporarily set to the end position of
During evaluation, point is temporarily set to the end position of
the text having the `display' property.
The normal specification consisting of SPEC only is equivalent to
@ -4744,7 +4744,7 @@ limit.
If you used this function in your initialization files, you must
rewrite them to use `face-spec-set' instead.
*** Cancelling now uses the current select method. Symbolic prefix
*** Canceling now uses the current select method. Symbolic prefix
`a' forces normal posting method.
*** New command to translate M******** sm*rtq**t*s into proper text
@ -4917,7 +4917,7 @@ file names and attributes are returned.
** The new function file-attributes-lessp is a helper function for
sorting the list generated by directory-files-and-attributes. It
accepts two arguments, each a list of a file name and its atttributes.
accepts two arguments, each a list of a file name and its attributes.
It compares the file names of each according to string-lessp and
returns the result.
@ -4973,7 +4973,7 @@ If you want to know how many bytes a specific multibyte character
region is preceded or followed by non-ASCII codes, inserting or
deleting at the head or the end of the region may signal this error:
Byte combining across boundary of accessible buffer text inhibitted
Byte combining across boundary of accessible buffer text inhibited
This is to avoid some bytes being combined together into a character
across the boundary.
@ -5621,7 +5621,7 @@ Editing group once the package is loaded.
*** Loading vcursor now does not define keys by default, as this is
generally a bad side effect. Use M-x customize to set
vcursor-key-bindings to t to restore the old behaviour.
vcursor-key-bindings to t to restore the old behavior.
*** vcursor-auto-disable can be `copy', which turns off copying from the
vcursor, but doesn't disable it, after any non-vcursor command.
@ -5689,7 +5689,7 @@ The `x' key also works in the table of contents buffer.
*** Many more labeled LaTeX environments are recognized by default.
The builtin command list now covers all the standard LaTeX commands,
The built-in command list now covers all the standard LaTeX commands,
and all of the major packages included in the LaTeX distribution.
Also, RefTeX now understands the \appendix macro and changes

View File

@ -6,9 +6,9 @@
%%BoundingBox: 0 0 596 842
%%EndComments
%DVIPSWebPage: (www.radicaleye.com)
%DVIPSCommandLine: dvips -o dired-ref.ps dired-ref
%DVIPSCommandLine: dvips -o dired-ref.ps dired-ref.dvi
%DVIPSParameters: dpi=360, compressed
%DVIPSSource: TeX output 2000.08.16:2145
%DVIPSSource: TeX output 2001.01.29:1402
%%BeginProcSet: texc.pro
%!
/TeXDict 300 dict def TeXDict begin/N{def}def/B{bind def}N/S{exch}N/X{S
@ -231,42 +231,37 @@ D<3803FE30380FFFF0EA3E03EA7800127000F01370A27E00FE1300EAFFE013FE387FFFC0
A2EA3807007C90C8FCEAFE0F130E5B133CEA7C78EA3FE0EA0F8021277F9A24>I
E
%EndDVIPSBitmapFont
%DVIPSBitmapFont: Fc cmbx8 8 25
/Fc 25 121 df<EB1FFC13FFEA03F0EA07C0EA0F80147CA5B512FCA2380F807CAE397FF3
%DVIPSBitmapFont: Fc cmbx8 8 20
/Fc 20 119 df<EB1FFC13FFEA03F0EA07C0EA0F80147CA5B512FCA2380F807CAE397FF3
FF80A2191C809B1B>13 D<136013C0EA01801203EA0700120EA25AA2123C12381278A412
F85AA97E1278A41238123C121CA27EA27EEA03801201EA00C013600B297C9D13>40
D<12C012607E12387E7EA27EA21380120313C0A413E01201A9120313C0A4138012071300
A2120EA25A5A12305A5A0B297D9D13>I<EAFFE0A40B047F8A10>45
D<B512F814FF390FC01FC0EC07E0EC01F0EC00F8A2157CA3157EA8157CA215F8A2EC01F0
EC03E0EC1FC0B6120014F81F1B7E9A25>68 D<39FFFC03FFA2390FC00030B215706C6C13
6015E03903F001C03900FC078090387FFE00EB0FF8201B7E9A25>85
D<39FFFC1FFCA2390FE001C03907F003803903F807003801FC0E5C3800FE18EB7F30EB3F
F06D5A5C6D7E6D7E80130FEB1DFCEB38FEEB307F13609038E03F803901C01FC03903800F
E090380007F05A39FFE01FFFA2201B7E9A25>88 D<EA1FF8EA3FFEEA7C1FEB0F80EB07C0
12381200A2EA07FFEA1F87EA7C07127812F8A3EA7C1B383FF3F8EA0FC015127E9118>97
D<EA03FEEA0FFF381E0F80123C127C3878070000F8C7FCA61278127C6C13C0381F018038
0FFF00EA03FC12127E9116>99 D<EB0FF0A21301A8EA03F1EA0FFFEA1F07EA3C01127C12
7812F8A61278A2EA3C03EA1E0F380FFDFEEA03F1171C7E9B1B>I<EA01FCEA0FFF381F07
80383E03C0EA7C01007813E012F8A2B5FCA200F8C7FCA2127C14606C13E0381F01C03807
FF803801FE0013127F9116>I<3803F0F0380FFFF8383C0F383838073000781380A40038
1300EA3C0FEA1FFCEA33F00020C7FC1230A2EA3FFF14C06C13E04813F0387801F838F000
78A3007813F0383E03E0381FFFC03803FE00151B7F9118>103 D<120C123FA4120CC7FC
A5127FA2121FAEEAFFC0A20A1D7F9C0E>105 D<B4FCA2121FA8EB01FEA2EB00F0EB01C0
EB0780EB0E005B137C13FE7FEB9F80EB0FC01307EB03E0EB01F0EB00F838FFE1FFA2181C
7F9B1A>107 D<B4FCA2121FB3A6EAFFE0A20B1C7F9B0E>I<3AFF0FE03F8090393FF0FFC0
3A1F60F983E09039C07F01F0EB807EEB007CAB3AFFE3FF8FFEA227127F912A>I<38FF0F
C0EB3FE0381F61F0EBC0F813801300AB38FFE7FFA218127F911B>I<EA01FC380FFF8038
1F07C0383C01E0007C13F0EA780000F813F8A6007813F0EA7C01003C13E0381F07C0380F
FF803801FC0015127F9118>I<3803F030380FFC70381F0EF0EA3E03EA7C01A212F8A612
78127CEA3C03EA1F0FEA0FFDEA03F1EA0001A6EB0FFEA2171A7E911A>113
D<EAFC7C13FEEA3D9F131FA2EA3F0EEA3E00AAEAFFC0A210127E9114>I<EA1FD8EA3FF8
EA7038EAE018A2EAF000B4FCEA7FE013F0EA1FF8EA07FCEA003CEAC01CA212E0EAF038EA
FFF0EACFC00E127E9113>I<1203A35AA25A123FEAFFFCA2EA1F00A9130CA4EA0F1813F8
EA03E00E197F9813>I<38FF07F8A2EA1F00AC1301EA0F03EBFCFFEA03F818127F911B>I<
38FFC0FEA2381F0030EB8070000F136013C0000713C013E03803E18013F13801F300A2EA
00FEA2137CA21338A217127F911A>I<38FFC3FCA2381F80E0380FC1C03807C3803803E7
00EA01FE6C5A137C137E13FFEA01DFEB8F80380307C0380603E0380E01F038FF03FEA217
127F911A>120 D E
A2120EA25A5A12305A5A0B297D9D13>I<B512F814FF390FC01FC0EC07E0EC01F0EC00F8
A2157CA3157EA8157CA215F8A2EC01F0EC03E0EC1FC0B6120014F81F1B7E9A25>68
D<39FFFC03FFA2390FC00030B215706C6C136015E03903F001C03900FC078090387FFE00
EB0FF8201B7E9A25>85 D<39FFFC1FFCA2390FE001C03907F003803903F807003801FC0E
5C3800FE18EB7F30EB3FF06D5A5C6D7E6D7E80130FEB1DFCEB38FEEB307F13609038E03F
803901C01FC03903800FE090380007F05A39FFE01FFFA2201B7E9A25>88
D<EA1FF8EA3FFEEA7C1FEB0F80EB07C012381200A2EA07FFEA1F87EA7C07127812F8A3EA
7C1B383FF3F8EA0FC015127E9118>97 D<EA03FEEA0FFF381E0F80123C127C3878070000
F8C7FCA61278127C6C13C0381F0180380FFF00EA03FC12127E9116>99
D<EB0FF0A21301A8EA03F1EA0FFFEA1F07EA3C01127C127812F8A61278A2EA3C03EA1E0F
380FFDFEEA03F1171C7E9B1B>I<EA01FCEA0FFF381F0780383E03C0EA7C01007813E012
F8A2B5FCA200F8C7FCA2127C14606C13E0381F01C03807FF803801FE0013127F9116>I<
3803F0F0380FFFF8383C0F383838073000781380A400381300EA3C0FEA1FFCEA33F00020
C7FC1230A2EA3FFF14C06C13E04813F0387801F838F00078A3007813F0383E03E0381FFF
C03803FE00151B7F9118>103 D<B4FCA2121FA8EB01FEA2EB00F0EB01C0EB0780EB0E00
5B137C13FE7FEB9F80EB0FC01307EB03E0EB01F0EB00F838FFE1FFA2181C7F9B1A>107
D<B4FCA2121FB3A6EAFFE0A20B1C7F9B0E>I<3AFF0FE03F8090393FF0FFC03A1F60F983
E09039C07F01F0EB807EEB007CAB3AFFE3FF8FFEA227127F912A>I<38FF0FC0EB3FE038
1F61F0EBC0F813801300AB38FFE7FFA218127F911B>I<EA01FC380FFF80381F07C0383C
01E0007C13F0EA780000F813F8A6007813F0EA7C01003C13E0381F07C0380FFF803801FC
0015127F9118>I<EAFC7C13FEEA3D9F131FA2EA3F0EEA3E00AAEAFFC0A210127E9114>
114 D<EA1FD8EA3FF8EA7038EAE018A2EAF000B4FCEA7FE013F0EA1FF8EA07FCEA003CEA
C01CA212E0EAF038EAFFF0EACFC00E127E9113>I<1203A35AA25A123FEAFFFCA2EA1F00
A9130CA4EA0F1813F8EA03E00E197F9813>I<38FFC0FEA2381F0030EB8070000F136013
C0000713C013E03803E18013F13801F300A2EA00FEA2137CA21338A217127F911A>118
D E
%EndDVIPSBitmapFont
%DVIPSBitmapFont: Fd cmr8 8 43
/Fd 43 127 df<90383F0F803901C0D8C0390381F1E0380701E1000EEBE0C001001300A6
@ -364,12 +359,12 @@ TeXDict begin
%%EndSetup
%%Page: 1 1
1 0 bop -55 -218 a Fe(Dired)28 b(Reference)e(Card)-7
-153 y Fd(\(based)13 b(on)h(Dired)f(in)h(GNU)f(Emacs)g(20.x\))-116
-106 y(Commands)f(mark)o(ed)g(with)i Fc(\(D)o(X\))i(require)g(dired-x)
-270 11 y Fb(En)n(tering)23 b(and)g(Exiting)f(Dired)-270
-153 y Fd(\(based)13 b(on)h(Dired)f(in)h(GNU)f(Emacs)g(20.x\))-91
-106 y(Commands)e(mark)o(ed)i(with)g Fc(\(D)o(X\))h Fd(require)f
(dired-x)-270 11 y Fb(En)n(tering)23 b(and)g(Exiting)f(Dired)-270
105 y Fd(run)13 b(dired)744 b Fa(C-x)22 b(d)-270 153
y Fd(dired)12 b(the)i(directory)f(of)h(the)g(\014le)g(y)o(ou)g(are)f
(editing)89 b Fa(C-x)22 b(C-j)p Fc(\(D)o(X\))-270 200
(editing)89 b Fa(C-x)22 b(C-j)f Fc(\(D)o(X\))-270 200
y Fd(quit)14 b(dired)734 b Fa(q)-270 316 y Fb(Motion)23
b(Commands)-270 410 y Fd(mo)o(v)o(e)13 b(up)h(to)g(previous)f(line)460
b Fa(p)-270 458 y Fd(mo)o(v)o(e)13 b(do)o(wn)g(to)i(next)f(line)483
@ -411,15 +406,15 @@ b(marking)644 b Fa(*)21 b(t)-270 2182 y Fd(mark)13 b(all)h(\014les)f
(expression)55 b Fa(*)21 b(\045)-270 2278 y Fd(c)o(hange)13
b(the)h(marks)f(to)i(a)f(di\013eren)o(t)e(c)o(haracter)153
b Fa(*)21 b(c)-270 2326 y Fd(mark)13 b(\014les)g(for)h(whic)o(h)e
(Elisp)h(expression)f(returns)g(t)65 b Fa(*)21 b(\()p
Fc(\(D)o(X\))-270 2442 y Fb(Getting)h(Help)-270 2536
(Elisp)h(expression)f(returns)g(t)65 b Fa(*)21 b(\()h
Fc(\(D)o(X\))-270 2442 y Fb(Getting)g(Help)-270 2536
y Fd(dired)12 b(help)731 b Fa(h)-270 2584 y Fd(dired)12
b(summary\(short)g(help\))h(and)h(error)e(log)166 b Fa(?)1120
-218 y Fb(Commands)22 b(on)i(Files)d(Mark)n(ed)j(or)f(Sp)r(eci\014ed)
1120 -161 y(b)n(y)g(the)f(Pre\014x)1120 -91 y Fd(cop)o(y)13
b(\014le\(s\))716 b Fa(C)1120 -43 y Fd(rename)12 b(a)i(\014le)f(or)h
(mo)o(v)o(e)g(\014les)e(to)j(another)e(directory)47 b
Fa(R)1120 4 y Fd(c)o(hange)13 b(o)o(wnership)e(of)j(\014le\(s\))427
b(summary)g(\(short)i(help\))f(and)h(error)e(log)152
b Fa(?)1120 -218 y Fb(Commands)22 b(on)i(Files)d(Mark)n(ed)j(or)f(Sp)r
(eci\014ed)1120 -161 y(b)n(y)g(the)f(Pre\014x)1120 -91
y Fd(cop)o(y)13 b(\014le\(s\))716 b Fa(C)1120 -43 y Fd(rename)12
b(a)i(\014le)f(or)h(mo)o(v)o(e)g(\014les)e(to)j(another)e(directory)47
b Fa(R)1120 4 y Fd(c)o(hange)13 b(o)o(wnership)e(of)j(\014le\(s\))427
b Fa(O)1120 52 y Fd(c)o(hange)13 b(the)g(group)g(of)i(the)f
(\014le\(s\))360 b Fa(G)1120 100 y Fd(c)o(hange)13 b(mo)q(de)g(of)h
(\014le\(s\))512 b Fa(M)1120 148 y Fd(prin)o(t)12 b(\014le\(s\))710
@ -431,7 +426,7 @@ b(u)1120 291 y Fd(delete)13 b(mark)o(ed)g(\(as)h(opp)q(osed)f(to)h
b(or)h(uudeco)q(de)f(\014le\(s\))389 b Fa(U)1120 387
y Fd(compress)11 b(or)j(uncompress)d(\014le\(s\))352
b Fa(Z)1120 435 y Fd(run)12 b(info)i(on)g(\014le)643
b Fa(I)p Fc(\(D)o(X\))1120 483 y Fd(mak)o(e)13 b(sym)o(b)q(olic)g
b Fa(I)21 b Fc(\(D)o(X\))1120 483 y Fd(mak)o(e)13 b(sym)o(b)q(olic)g
(link\(s\))513 b Fa(S)1120 531 y Fd(mak)o(e)13 b(relativ)o(e)h(sym)o(b)
q(olic)e(links)395 b Fa(Y)1120 578 y Fd(mak)o(e)13 b(hard)g(link\(s\))
590 b Fa(H)1120 626 y Fd(searc)o(h)12 b(\014les)h(for)h(a)g(regular)f

View File

@ -33,8 +33,8 @@
% This is a bit of a dirty hack on the GNU Emacs reference card
% to produce a Dired reference card instead.
% I (Evgeny Roubinchtein, eroubinc@u.washington.edu) put this together
% because I wanted a Dired reference card,
% I (Evgeny Roubinchtein, eroubinc@u.washington.edu) put this together
% because I wanted a Dired reference card,
% but couldn't find anything on the 'net.
% Based mostly off Dired's describe-mode.
@ -73,7 +73,7 @@
\def\ncolumns{\the\columnsperpage}
\message{[\ncolumns\space
\message{[\ncolumns\space
column\if 1\ncolumns\else s\fi\space per page]}
\def\scaledmag#1{ scaled \magstep #1}
@ -151,7 +151,7 @@
\def\bye{\par\vfill\supereject
\if a\abc \else\null\vfill\eject\fi
\if a\abc \else\null\vfill\eject\fi
\end}
\end}
\fi
% we won't be using math mode much, so redefine some of the characters
@ -239,7 +239,7 @@
% I cannot figure out how to make all dired-x
% commands fit on a page in two-column format
\def\dx{\bf (DX)}
\def\dx{{\bf (DX)}}
%**end of header
@ -260,11 +260,11 @@
% "flag" files for deletion or "mark" files for later commands, either one
% file at a time or by all files matching certain criteria (e.g., files that
% match a certain regexp).
% You move throughout the buffer using the usual cursor motion commands.
% Letters no longer insert themselves, but execute commands instead. The
% digits (0-9) are prefix arguments.
% Most commands operate either on all marked files or on the current file if
% no files are marked. Use a numeric prefix argument to operate on the next
% ARG files (or previous ARG if ARG $<$ 0). Use the prefix argument `1' to
@ -272,14 +272,14 @@
% which run a sub-process on a group of files will display a list of files
% for which the sub-process failed. Typing y will try to tell
% you what went wrong.
% When editing several directories in one buffer, each directory acts as a
% page, so C-x [ and C-x ] can be used to move between directories.
\section{Entering and Exiting Dired}
\key{run dired}{C-x d}
\key{dired the directory of the file you are editing}{C-x C-j\dx}
\key{dired the directory of the file you are editing}{C-x C-j \dx}
\key{quit dired}{q}
\section{Motion Commands}
@ -297,7 +297,7 @@ \section{Motion Commands}
\section{Mouse Commands}
\metax{visit file}{Mouse_Button_2}
\metax{popup menu}{Control-Mouse_Button_3}
\metax{popup menu}{Control-Mouse_Button_3}
\section{Immediate Actions on Files}
@ -322,12 +322,12 @@ \section{Marking and Unmarking Files}
\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}
\key{mark files for which Elisp expression returns t}{* (\dx}
\key{mark files for which Elisp expression returns t}{* ( \dx}
\section{Getting Help}
\key{dired help}{h}
\key{dired summary(short help) and error log}{?}
\key{dired summary (short help) and error log}{?}
\section{Commands on Files Marked or Specified by the Prefix}
@ -342,7 +342,7 @@ \section{Commands on Files Marked or Specified by the Prefix}
\key{delete marked (as opposed to flagged) files}{X}
\key{uuencode or uudecode file(s)}{U}
\key{compress or uncompress file(s)}{Z}
\key{run info on file}{I\dx}
\key{run info on file}{I \dx}
\key{make symbolic link(s)}{S}
\key{make relative symbolic links}{Y}
\key{make hard link(s)}{H}