diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-12-29 17:59:11 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-12-29 17:59:11 +0000 |
commit | b8dc3d7a22adb5c2f994ec17dd6f4198da7ffc1e (patch) | |
tree | 6c1ad61df07be2cfafb72a33b65cb3a4eda79c40 /lisp/dired.el | |
parent | c828377e656bae3b4be8542c13b3e13bc5bca0f5 (diff) | |
download | emacs-b8dc3d7a22adb5c2f994ec17dd6f4198da7ffc1e.tar.gz |
(dired): Fix typo.
Diffstat (limited to 'lisp/dired.el')
-rw-r--r-- | lisp/dired.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/dired.el b/lisp/dired.el index 541829d9a2d..7da15bc2df0 100644 --- a/lisp/dired.el +++ b/lisp/dired.el @@ -345,7 +345,7 @@ Optional second argument SWITCHES specifies the `ls' options used. \(Interactively, use a prefix argument to be able to specify SWITCHES.) Dired displays a list of files in DIRNAME (which may also have shell wildcards appended to select certain files). If DIRNAME is a cons, -its first element is taken as the directory name and the resr as an explicit +its first element is taken as the directory name and the rest as an explicit list of files to make directory entries for. \\<dired-mode-map>\ You can move around in it with the usual commands. |