diff options
author | Eli Zaretskii <eliz@gnu.org> | 2013-04-01 10:28:56 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2013-04-01 10:28:56 +0300 |
commit | 1e1d41ff15bc24dbe4660783ef88a1f0c05b8913 (patch) | |
tree | 12a40f0ed368f78489ca07981758f50dcacfacf9 /nt/README | |
parent | c81ecb7263c6495087a9d78aa07a9f9e22f74888 (diff) | |
download | emacs-1e1d41ff15bc24dbe4660783ef88a1f0c05b8913.tar.gz |
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')
-rw-r--r-- | nt/README | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/nt/README b/nt/README index c112c828fca..b62dc0b746b 100644 --- a/nt/README +++ b/nt/README @@ -51,7 +51,12 @@ + 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 converting files to hex dumps. See the `Editing Binary Files' node of the Emacs manual. |