From 406e12d96302d11f2c0ae2e17c096df378662420 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 20 Feb 1993 06:23:08 +0000 Subject: [PATCH] (insert-directory): Doc fix. --- lisp/files.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/files.el b/lisp/files.el index d2a30fe43a..0dce2e3d7c 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -1642,7 +1642,7 @@ Optional fourth arg FULL-DIRECTORY-P means file is a directory and switches do not contain `d', so that a full listing is expected. This works by running a directory listing program -whose name is in the variable `ls-program'. +whose name is in the variable `insert-directory-program'. If WILDCARD, it also runs the shell specified by `shell-file-name'." (let ((handler (find-file-name-handler file))) (if handler -- 2.20.1