# HG changeset patch # User Luc Teirlinck # Date 1082166413 0 # Node ID 1d5c93574e1798329a66d0c3efdcd0afc045231e # Parent 9a560e6c6fd0308e34a5f37fc9e594621b91c163 (insert-directory): Minor whitespace fix in docstring. diff -r 9a560e6c6fd0 -r 1d5c93574e17 lisp/files.el --- 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."