aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1995-12-29 17:59:11 +0000
committerRichard M. Stallman1995-12-29 17:59:11 +0000
commit1015daba260128b075a4ba4242c413a740d2d365 (patch)
tree6d058abc87f767b783b430d3e3732fd51bd8a01c
parentb6dca218bb63a10b42811bc192aea3e339f2b40e (diff)
downloademacs-1015daba260128b075a4ba4242c413a740d2d365.tar.gz
emacs-1015daba260128b075a4ba4242c413a740d2d365.zip
(dired): Fix typo.
-rw-r--r--lisp/dired.el2
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.
345\(Interactively, use a prefix argument to be able to specify SWITCHES.) 345\(Interactively, use a prefix argument to be able to specify SWITCHES.)
346Dired displays a list of files in DIRNAME (which may also have 346Dired displays a list of files in DIRNAME (which may also have
347shell wildcards appended to select certain files). If DIRNAME is a cons, 347shell wildcards appended to select certain files). If DIRNAME is a cons,
348its first element is taken as the directory name and the resr as an explicit 348its first element is taken as the directory name and the rest as an explicit
349list of files to make directory entries for. 349list of files to make directory entries for.
350\\<dired-mode-map>\ 350\\<dired-mode-map>\
351You can move around in it with the usual commands. 351You can move around in it with the usual commands.