]> git.eshelyaron.com Git - emacs.git/commitdiff
(Windows Processes) [@ifnottex]: Mention w32-shell-execute.
authorEli Zaretskii <eliz@gnu.org>
Fri, 1 Dec 2006 12:24:17 +0000 (12:24 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 1 Dec 2006 12:24:17 +0000 (12:24 +0000)
man/ChangeLog
man/msdog.texi

index 5ceffa7159d16049f72795c259317aad1a90bcd7..86aa8e054ee43f0c524d42aa49670cdb5d91cf8f 100644 (file)
@@ -1,3 +1,8 @@
+2006-12-01  Eli Zaretskii  <eliz@gnu.org>
+
+       * msdog.texi (Windows Processes) [@ifnottex]: Mention
+       w32-shell-execute.
+
 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
 
        * building.texi (Watch Expressions): Mention SPC for expanding/
index 88fdb4b6b9aa4c4b414006477251e78ae3074e26..d92929ea04e47428fcde4f883bd4cd17dca3c890 100644 (file)
@@ -518,6 +518,16 @@ character.  If the value is a character, use that character to escape
 any quote characters that appear; otherwise chose a suitable escape
 character based on the type of the program.
 
+@ifnottex
+@findex w32-shell-execute
+  The function @code{w32-shell-execute} can be useful for writing
+customized commands that run MS-Windows applications registered to
+handle a certain standard Windows operation for a specific type of
+document or file.  This function is a wrapper around the Windows
+@code{ShellExecute} API.  See the MS-Windows API documentation for
+more details.
+@end ifnottex
+
 @node Windows Printing
 @section Printing and MS-Windows