]> git.eshelyaron.com Git - emacs.git/commitdiff
Clarify prompts.
authorFrancesco Potortì <pot@gnu.org>
Mon, 20 Jan 2003 14:27:43 +0000 (14:27 +0000)
committerFrancesco Potortì <pot@gnu.org>
Mon, 20 Jan 2003 14:27:43 +0000 (14:27 +0000)
admin/make-announcement

index 0e7a2f6931db7442727689dd760bb8b1cee5841b..726b08c355563c84fd6ac83a018ef8ce67909985 100755 (executable)
@@ -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