diff options
author | Eli Zaretskii <eliz@gnu.org> | 2016-09-07 19:21:08 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2016-09-07 19:21:08 +0300 |
commit | ec12c6705f91106c4f4c53e76447dafa21e12f9f (patch) | |
tree | 7cb9bc547541efe0c8ccafa9aa7a6f600f8194c8 /lisp | |
parent | 5d2ac7435de679559aae0ede1d8b6f1750c09e68 (diff) |
Fix documentation of convert-standard-filename on MS-Windows
* lisp/files.el (convert-standard-filename): Doc fix. (Bug#24387)
* etc/NEWS: Suggest a way for mirroring slashes where previously
'convert-standard-filename' was used.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/files.el | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/files.el b/lisp/files.el index ff39008cdb..4bd708deed 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -609,9 +609,7 @@ is a valid DOS file name, but c:/bar/c:/foo is not. This function's standard definition is trivial; it just returns the argument. However, on Windows and DOS, replace invalid characters. On DOS, make sure to obey the 8.3 limitations. -In the native Windows build, turn Cygwin names into native names, -and also turn slashes into backslashes if the shell requires it (see -`w32-shell-dos-semantics'). +In the native Windows build, turn Cygwin names into native names. See Info node `(elisp)Standard File Names' for more details." (cond |