diff options
| author | Paul Eggert | 2011-11-17 01:09:20 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-11-17 01:09:20 -0800 |
| commit | 4c36be58ca2b4777a5e7bf0d3e692cfd9fa1aea3 (patch) | |
| tree | 04a24b4e53c431ec3deb9281a0454ede7ace7337 /src/dired.c | |
| parent | b6e63cbebdac53be5ba3ce9261d7edc8dfda8bf5 (diff) | |
| download | emacs-4c36be58ca2b4777a5e7bf0d3e692cfd9fa1aea3.tar.gz emacs-4c36be58ca2b4777a5e7bf0d3e692cfd9fa1aea3.zip | |
Spelling fixes.
Diffstat (limited to 'src/dired.c')
| -rw-r--r-- | src/dired.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dired.c b/src/dired.c index fac3a34ab9b..acc81a6ed9d 100644 --- a/src/dired.c +++ b/src/dired.c | |||
| @@ -628,7 +628,7 @@ file_name_completion (Lisp_Object file, Lisp_Object dirname, int all_flag, int v | |||
| 628 | 628 | ||
| 629 | if (includeall && !canexclude) | 629 | if (includeall && !canexclude) |
| 630 | { /* If we have one non-excludable file, we want to exclude the | 630 | { /* If we have one non-excludable file, we want to exclude the |
| 631 | excudable files. */ | 631 | excludable files. */ |
| 632 | includeall = 0; | 632 | includeall = 0; |
| 633 | /* Throw away any previous excludable match found. */ | 633 | /* Throw away any previous excludable match found. */ |
| 634 | bestmatch = Qnil; | 634 | bestmatch = Qnil; |