]> code.delx.au - gnu-emacs/commitdiff
Fix bug #7300.
authorEli Zaretskii <eliz@gnu.org>
Sat, 6 Nov 2010 10:23:33 +0000 (12:23 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 6 Nov 2010 10:23:33 +0000 (12:23 +0200)
 msdog.texi (Windows HOME): Add information regarding startup
 directory when invoking Emacs from a desktop shortcut.

doc/emacs/ChangeLog
doc/emacs/msdog.texi

index b5a5c7006881f62191c830f669c25cb7efbd41c4..18819f858fd72ed0e37be300e23ac0f9dfead0f3 100644 (file)
@@ -1,3 +1,8 @@
+2010-11-06  Eli Zaretskii  <eliz@gnu.org>
+
+       * msdog.texi (Windows HOME): Add information regarding startup
+       directory when invoking Emacs from a desktop shortcut.  (bug#7300)
+
 2010-09-14  Glenn Morris  <rgm@gnu.org>
 
        * cal-xtra.texi (Fancy Diary Display): Emphasize that sort should be
index a44438bf81ff2d04757dc03ef4a4bcc575df6c90..3e8d5ef57c1644cb30ecfd41125157a4a8cc7d90 100644 (file)
@@ -31,7 +31,8 @@ here.
 * Text and Binary::     Text files use CRLF to terminate lines.
 * Windows Files::       File-name conventions on Windows.
 * ls in Lisp::          Emulation of @code{ls} for Dired.
-* Windows HOME::        Where Emacs looks for your @file{.emacs}.
+* Windows HOME::        Where Emacs looks for your @file{.emacs} and
+                          where it starts up.
 * Windows Keyboard::    Windows-specific keyboard features.
 * Windows Mouse::       Windows-specific mouse features.
 * Windows Processes::   Running subprocesses on Windows.
@@ -329,7 +330,7 @@ names, which might cause misalignment of columns in Dired display.
 @end ifnottex
 
 @node Windows HOME
-@section HOME Directory on MS-Windows
+@section HOME and Startup Directories on MS-Windows
 @cindex @code{HOME} directory on MS-Windows
 
   The Windows equivalent of the @code{HOME} directory is the
@@ -371,6 +372,13 @@ names, the Windows port of Emacs supports an alternative name
 @file{_emacs} as a fallback, if such a file exists in the home
 directory, whereas @file{.emacs} does not.
 
+@cindex start directory, MS-Windows
+@cindex directory where Emacs starts on MS-Windows
+  If you use a Windows desktop shortcut to start Emacs, it starts in
+the directory specified by the shortcut.  To control where that is,
+right-click on the shortcut, select ``Properties'', and in the
+``Shortcut'' tab modify the ``Start in'' field to your liking.
+
 @node Windows Keyboard
 @section Keyboard Usage on MS-Windows
 @cindex keyboard, MS-Windows