diff etc/NEWS @ 44857:59ced914827b

*** empty log message ***
author Colin Walters <walters@gnu.org>
date Thu, 25 Apr 2002 19:12:38 +0000
parents 4872781b98d4
children 29664616fca1
line wrap: on
line diff
--- a/etc/NEWS	Thu Apr 25 19:04:40 2002 +0000
+++ b/etc/NEWS	Thu Apr 25 19:12:38 2002 +0000
@@ -21,13 +21,13 @@
 installed programs.
 
 ** By default, Emacs now uses a setgid helper program to update game
-scores.  Game scores are normally stored in ${prefix}/var/games/emacs.
-This may be controlled by the configure option `--with-game-dir'.  The
-specific user that Emacs uses to own the game scores is controlled by
-`--with-game-user'.  If access to a game user is not available
-(e.g. Emacs is not being built as root, or the specified game user
-doesn't exist), then scores will be stored separately in each user's
-home directory.
+scores.  The directory ${localstatedir}/games/emacs is the normal
+place for game scores to be stored.  This may be controlled by the
+configure option `--with-game-dir'.  The specific user that Emacs uses
+to own the game scores is controlled by `--with-game-user'.  If access
+to a game user is not available (e.g. Emacs is not being built as
+root, or the specified game user doesn't exist), then scores will be
+stored separately in each user's home directory.
 
 ---
 ** Leim is now part of the Emacs distribution.