diff options
author | Glenn Morris <rgm@gnu.org> | 2012-10-15 17:00:19 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-10-15 17:00:19 -0400 |
commit | f14a43805d112a783d769c61ac234015595199c2 (patch) | |
tree | 705b1e85e5d8d5a5dbdfa141e39a5861c4047f9d | |
parent | 1a9c683079f638f251eee7a17f9c6ae369d30ef7 (diff) | |
download | emacs-f14a43805d112a783d769c61ac234015595199c2.tar.gz |
Improve previous NEWS change
-rw-r--r-- | etc/NEWS | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -62,10 +62,11 @@ overwriting "emacs" in the installation bin/ directory with a link to emacs-VERSION. --- -** The configure option `--program-transform-name' applies to more than -just the installed binaries. Now it also affects the man pages, icons, -and desktop file. It does not affect the info pages, since this would -break links between the various manuals. +** The configure options `--program-prefix', `--program-suffix', and +`--program-transform-name' apply to more than just the installed +binaries. Now they also affect the man pages, icons, and the +etc/emacs.desktop file; but not the info pages, since this would break +links between the various manuals. --- ** Emacs uses libtinfo in preference to libncurses, if available. |