aboutsummaryrefslogtreecommitdiffstats
path: root/nt/README.W32
diff options
context:
space:
mode:
authorEli Zaretskii <[email protected]>2013-04-01 10:28:56 +0300
committerEli Zaretskii <[email protected]>2013-04-01 10:28:56 +0300
commit1e1d41ff15bc24dbe4660783ef88a1f0c05b8913 (patch)
tree12a40f0ed368f78489ca07981758f50dcacfacf9 /nt/README.W32
parentc81ecb7263c6495087a9d78aa07a9f9e22f74888 (diff)
Minor fixes in the nt/ subdirectory.
nt/README: A better documentation of ddeclient.exe. nt/README.W32: A better documentation of ddeclient.exe. nt/paths.h (PATH_EXEC): Add nt/oo-spd/i386 and nt/oo/i386 subdirectories.
Diffstat (limited to 'nt/README.W32')
-rw-r--r--nt/README.W327
1 files changed, 6 insertions, 1 deletions
diff --git a/nt/README.W32 b/nt/README.W32
index 3e51b30af5..19c148bbf0 100644
--- a/nt/README.W32
+++ b/nt/README.W32
@@ -114,7 +114,12 @@ See the end of the file for license conditions.
+ ebrowse.exe - A tool for generating C++ browse information. See the
`Ebrowse' manual.
- + ddeclient.exe - A tool for interacting with DDE servers.
+ + ddeclient.exe - A tool for interacting with DDE servers. To be
+ invoked as "ddeclient SERVER [TOPIC]", where SERVER is the DDE
+ server name, and sends each line of its standard input to the DDE
+ server using the DdeClientTransaction API. This program is
+ supposed to be invoked via the 'call-process-region' Emacs
+ primitive.
+ hexl.exe - A tool for producing hex dumps of binary files. See the
`Editing Binary Files' node of the Emacs manual.