aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/files.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/files.el b/lisp/files.el
index 1f005eea50c..a1fc1086654 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -478,7 +478,7 @@ Runs the usual ange-ftp hook, but only for completion operations."
478 (apply op args)))) 478 (apply op args))))
479 479
480(defun convert-standard-filename (filename) 480(defun convert-standard-filename (filename)
481 "Convert a standard file's name to something suitable for the current OS. 481 "Convert a standard file's name to something suitable for the OS.
482This means to guarantee valid names and perhaps to canonicalize 482This means to guarantee valid names and perhaps to canonicalize
483certain patterns. 483certain patterns.
484 484
@@ -487,7 +487,9 @@ the argument. However, on Windows and DOS, replace invalid
487characters. On DOS, make sure to obey the 8.3 limitations. On 487characters. On DOS, make sure to obey the 8.3 limitations. On
488Windows, turn Cygwin names into native names, and also turn 488Windows, turn Cygwin names into native names, and also turn
489slashes into backslashes if the shell requires it (see 489slashes into backslashes if the shell requires it (see
490`w32-shell-dos-semantics')." 490`w32-shell-dos-semantics').
491
492See Info node `(elisp)Standard File Names' for more details."
491 filename) 493 filename)
492 494
493(defun read-directory-name (prompt &optional dir default-dirname mustmatch initial) 495(defun read-directory-name (prompt &optional dir default-dirname mustmatch initial)