summaryrefslogtreecommitdiff
path: root/build-aux/msys-to-w32
diff options
context:
space:
mode:
authorDani Moncayo <dmoncayo@gmail.com>2014-11-08 16:27:34 +0100
committerDani Moncayo <dmoncayo@gmail.com>2014-11-08 16:27:34 +0100
commit31a57f2215330a772b8d7f1fa444ce14aa107582 (patch)
tree83bd9bc2817eab09947a797b3f38a7200435ce64 /build-aux/msys-to-w32
parent1e1f2237cd3bcb66158756c17e6f405a36e12254 (diff)
downloademacs-31a57f2215330a772b8d7f1fa444ce14aa107582.tar.gz
build-aux/msys-to-w32: Minor doc fixes.
Diffstat (limited to 'build-aux/msys-to-w32')
-rwxr-xr-xbuild-aux/msys-to-w327
1 files changed, 3 insertions, 4 deletions
diff --git a/build-aux/msys-to-w32 b/build-aux/msys-to-w32
index cc64ce722b7..f8c37222889 100755
--- a/build-aux/msys-to-w32
+++ b/build-aux/msys-to-w32
@@ -1,6 +1,5 @@
#!/bin/bash
-# Take a list of MSYS-compatible paths and convert them to native
-# MS-Windows format.
+# Convert a MSYS path list to Windows-native format.
# Status is zero if successful, nonzero otherwise.
# Copyright (C) 2013-2014 Free Software Foundation, Inc.
@@ -38,9 +37,9 @@ written to the standard output after performing these transformations:
Relative paths or paths starting with '%emacs_dir%' will be passed
verbatim to the standard output.
-Each non existing absolute paths will be translated by looking for its
+Each non existing absolute path will be translated by looking for its
deepest existing directory, which will be translated and the remainder
-will be appended.
+appended.
Options:
--help display this help and exit