Mercurial > emacs
changeset 54948:1d5c93574e17
(insert-directory): Minor whitespace fix in docstring.
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Sat, 17 Apr 2004 01:46:53 +0000 |
parents | 9a560e6c6fd0 |
children | 95d283fb2215 |
files | lisp/files.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/files.el Sat Apr 17 00:58:04 2004 +0000 +++ b/lisp/files.el Sat Apr 17 01:46:53 2004 +0000 @@ -4230,7 +4230,7 @@ whose name is in the variable `insert-directory-program'. If WILDCARD, it also runs the shell specified by `shell-file-name'. -When SWITCHES contains the long `--dired' option,this function +When SWITCHES contains the long `--dired' option, this function treats it specially, for the sake of dired. However, the normally equivalent short `-D' option is just passed on to `insert-directory-program', as any other option."