diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 5 | ||||
| -rw-r--r-- | src/dired.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c63ccb5b0aa..f9c2608cf34 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2005-05-09 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * dired.c (Ffile_name_completion): Make argument name | ||
| 4 | match its use in docstring. | ||
| 5 | |||
| 1 | 2005-05-08 Luc Teirlinck <teirllm@auburn.edu> | 6 | 2005-05-08 Luc Teirlinck <teirllm@auburn.edu> |
| 2 | 7 | ||
| 3 | * eval.c (Fdefvaralias): Remove any pre-existing | 8 | * eval.c (Fdefvaralias): Remove any pre-existing |
diff --git a/src/dired.c b/src/dired.c index 87b48ba2d78..349154e1ac0 100644 --- a/src/dired.c +++ b/src/dired.c | |||
| @@ -400,7 +400,7 @@ DEFUN ("file-name-completion", Ffile_name_completion, Sfile_name_completion, | |||
| 400 | Returns the longest string | 400 | Returns the longest string |
| 401 | common to all file names in DIRECTORY that start with FILE. | 401 | common to all file names in DIRECTORY that start with FILE. |
| 402 | If there is only one and FILE matches it exactly, returns t. | 402 | If there is only one and FILE matches it exactly, returns t. |
| 403 | Returns nil if DIR contains no name starting with FILE. | 403 | Returns nil if DIRECTORY contains no name starting with FILE. |
| 404 | 404 | ||
| 405 | This function ignores some of the possible completions as | 405 | This function ignores some of the possible completions as |
| 406 | determined by the variable `completion-ignored-extensions', which see. */) | 406 | determined by the variable `completion-ignored-extensions', which see. */) |