From: Francesco Potortì Date: Mon, 20 Jan 2003 14:27:43 +0000 (+0000) Subject: Clarify prompts. X-Git-Tag: ttn-vms-21-2-B4~11565 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7f5fce3998cd958c582713eb883b0e1d18d453fe;p=emacs.git Clarify prompts. --- diff --git a/admin/make-announcement b/admin/make-announcement index 0e7a2f6931d..726b08c3555 100755 --- a/admin/make-announcement +++ b/admin/make-announcement @@ -21,10 +21,10 @@ if [ -f $outfile ]; then echo -n "interrupt to abort, ENTER to overwrite "; read answer fi -echo -n "tag name for emacs $OLD [$oldtag]: "; read answer +echo -n "tag name for OLD emacs version $OLD [$oldtag]: "; read answer if [ "$answer" ]; then oldtag=$answer; fi -echo -n "tag name for emacs $NEW [$newtag]: "; read answer +echo -n "tag name for NEW emacs version $NEW [$newtag]: "; read answer if [ "$answer" ]; then newtag=$answer; fi exec > $outfile