diff options
| author | Richard M. Stallman | 1995-12-29 17:59:11 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-12-29 17:59:11 +0000 |
| commit | 1015daba260128b075a4ba4242c413a740d2d365 (patch) | |
| tree | 6d058abc87f767b783b430d3e3732fd51bd8a01c | |
| parent | b6dca218bb63a10b42811bc192aea3e339f2b40e (diff) | |
| download | emacs-1015daba260128b075a4ba4242c413a740d2d365.tar.gz emacs-1015daba260128b075a4ba4242c413a740d2d365.zip | |
(dired): Fix typo.
| -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. | |||
| 345 | \(Interactively, use a prefix argument to be able to specify SWITCHES.) | 345 | \(Interactively, use a prefix argument to be able to specify SWITCHES.) |
| 346 | Dired displays a list of files in DIRNAME (which may also have | 346 | Dired displays a list of files in DIRNAME (which may also have |
| 347 | shell wildcards appended to select certain files). If DIRNAME is a cons, | 347 | shell wildcards appended to select certain files). If DIRNAME is a cons, |
| 348 | its first element is taken as the directory name and the resr as an explicit | 348 | its first element is taken as the directory name and the rest as an explicit |
| 349 | list of files to make directory entries for. | 349 | list of files to make directory entries for. |
| 350 | \\<dired-mode-map>\ | 350 | \\<dired-mode-map>\ |
| 351 | You can move around in it with the usual commands. | 351 | You can move around in it with the usual commands. |