changeset 58225:1f15b3bc2826

(convert-standard-filename): Doc fix.
author Luc Teirlinck <teirllm@auburn.edu>
date Sun, 14 Nov 2004 23:24:14 +0000
parents 455d8b67eb4f
children 9c458eb445fd
files lisp/files.el
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/files.el	Sun Nov 14 23:21:14 2004 +0000
+++ b/lisp/files.el	Sun Nov 14 23:24:14 2004 +0000
@@ -478,7 +478,7 @@
       (apply op args))))
 
 (defun convert-standard-filename (filename)
-  "Convert a standard file's name to something suitable for the current OS.
+  "Convert a standard file's name to something suitable for the OS.
 This means to guarantee valid names and perhaps to canonicalize
 certain patterns.
 
@@ -487,7 +487,9 @@
 characters.  On DOS, make sure to obey the 8.3 limitations.  On
 Windows, turn Cygwin names into native names, and also turn
 slashes into backslashes if the shell requires it (see
-`w32-shell-dos-semantics')."
+`w32-shell-dos-semantics').
+
+See Info node `(elisp)Standard File Names' for more details."
   filename)
 
 (defun read-directory-name (prompt &optional dir default-dirname mustmatch initial)