diff options
author | Eli Zaretskii <eliz@gnu.org> | 2006-12-01 12:24:17 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2006-12-01 12:24:17 +0000 |
commit | ccff391f3c315e865a805ec7def535f5a5267084 (patch) | |
tree | 1c4da85cf7fa2c25dc42c60d643acc5fd4315ff0 /man | |
parent | 5538c331d1b0e790c1c11f22ba7ebfa5387d9d23 (diff) | |
download | emacs-ccff391f3c315e865a805ec7def535f5a5267084.tar.gz |
(Windows Processes) [@ifnottex]: Mention w32-shell-execute.
Diffstat (limited to 'man')
-rw-r--r-- | man/ChangeLog | 5 | ||||
-rw-r--r-- | man/msdog.texi | 10 |
2 files changed, 15 insertions, 0 deletions
diff --git a/man/ChangeLog b/man/ChangeLog index 5ceffa7159d..86aa8e054ee 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -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/ diff --git a/man/msdog.texi b/man/msdog.texi index 88fdb4b6b9a..d92929ea04e 100644 --- a/man/msdog.texi +++ b/man/msdog.texi @@ -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 |