comparison lisp/files.el @ 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 5d0eda307bf3
children d7c47f8983f7
comparison
equal deleted inserted replaced
54947:9a560e6c6fd0 54948:1d5c93574e17
4228 4228
4229 This works by running a directory listing program 4229 This works by running a directory listing program
4230 whose name is in the variable `insert-directory-program'. 4230 whose name is in the variable `insert-directory-program'.
4231 If WILDCARD, it also runs the shell specified by `shell-file-name'. 4231 If WILDCARD, it also runs the shell specified by `shell-file-name'.
4232 4232
4233 When SWITCHES contains the long `--dired' option,this function 4233 When SWITCHES contains the long `--dired' option, this function
4234 treats it specially, for the sake of dired. However, the 4234 treats it specially, for the sake of dired. However, the
4235 normally equivalent short `-D' option is just passed on to 4235 normally equivalent short `-D' option is just passed on to
4236 `insert-directory-program', as any other option." 4236 `insert-directory-program', as any other option."
4237 ;; We need the directory in order to find the right handler. 4237 ;; We need the directory in order to find the right handler.
4238 (let ((handler (find-file-name-handler (expand-file-name file) 4238 (let ((handler (find-file-name-handler (expand-file-name file)