diff options
author | Colin Walters <walters@gnu.org> | 2002-04-25 19:12:38 +0000 |
---|---|---|
committer | Colin Walters <walters@gnu.org> | 2002-04-25 19:12:38 +0000 |
commit | 672ab90ba11078ac0bd4d18902472fff31e39632 (patch) | |
tree | 9608d4bb9b9a935e6b984954d958fa0274d4b4f5 /etc | |
parent | ec2c23832def04d500f83c2ab41d46b819ba003e (diff) | |
download | emacs-672ab90ba11078ac0bd4d18902472fff31e39632.tar.gz |
*** empty log message ***
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -21,13 +21,13 @@ so we will look at it 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. |