aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1993-02-20 06:23:08 +0000
committerRichard M. Stallman1993-02-20 06:23:08 +0000
commit406e12d96302d11f2c0ae2e17c096df378662420 (patch)
tree87796df82b1dcb48ba06df1292d3bf6c0fd89f6c
parentb7d2ebbfd5b533290d085ca0bfeeaed36849062f (diff)
downloademacs-406e12d96302d11f2c0ae2e17c096df378662420.tar.gz
emacs-406e12d96302d11f2c0ae2e17c096df378662420.zip
(insert-directory): Doc fix.
-rw-r--r--lisp/files.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/files.el b/lisp/files.el
index d2a30fe43a0..0dce2e3d7cc 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
1642switches do not contain `d', so that a full listing is expected. 1642switches do not contain `d', so that a full listing is expected.
1643 1643
1644This works by running a directory listing program 1644This works by running a directory listing program
1645whose name is in the variable `ls-program'. 1645whose name is in the variable `insert-directory-program'.
1646If WILDCARD, it also runs the shell specified by `shell-file-name'." 1646If WILDCARD, it also runs the shell specified by `shell-file-name'."
1647 (let ((handler (find-file-name-handler file))) 1647 (let ((handler (find-file-name-handler file)))
1648 (if handler 1648 (if handler