diff options
author | Dave Love <fx@gnu.org> | 2000-08-16 19:56:30 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2000-08-16 19:56:30 +0000 |
commit | 4bdbf56455e8a6f3cadc83dd235a95b51d687ab5 (patch) | |
tree | b954bf8ff1febc3b758576c79a6d9cced6984f7c /man | |
parent | f7a0a5f8de668fa0bcd01726ee79c1464f683227 (diff) | |
download | emacs-4bdbf56455e8a6f3cadc83dd235a95b51d687ab5.tar.gz |
dired-x tweaks
Diffstat (limited to 'man')
-rw-r--r-- | man/dired.texi | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/man/dired.texi b/man/dired.texi index 2d33bf94ee6..6a35b2d7f8c 100644 --- a/man/dired.texi +++ b/man/dired.texi @@ -28,7 +28,7 @@ to operate on the files listed. * Hiding Subdirectories:: Making subdirectories visible or invisible. * Updating: Dired Updating. Discarding lines for files of no interest. * Find: Dired and Find. Using `find' to choose the files for Dired. -* Extra Features for Dired:: Dired-X provides more features. +* Extra: Dired Extra Features. Dired-X provides more features. @end menu @node Dired Enter @@ -975,10 +975,10 @@ variable @code{find-ls-option}, whose default value specifies using options @samp{-ld} for @code{ls}. If your listings are corrupted, you may need to change the value of this variable. -@node Extra Features for Dired -@section Extra Features for Dired---The Dired-X Package +@node Dired Extra Features +@section Extra Features for Dired The Dired-X package provides various extra features for Dired mode. You can load it with @code{M-x load-library} or customize -@code{dired-load-hook} to add @samp{(require@w{ }'dired-x)}. -@xref{Top, Introduction, Dired Extra Version 2 User's Manual, dired-x}. +@code{dired-load-hook} to add @code{dired-require-dired-x}. +@xref{,Dired-X,,dired-x, Dired Extra Version 2 User's Manual}. |