Make version checking in emacs.texi consistent with how we set it there.

This commit is contained in:
Eli Zaretskii 2002-01-11 09:39:16 +00:00
parent d1c1661b89
commit ad4c2ff25d

View file

@ -150,7 +150,7 @@ echo Version numbers are $version and $shortversion
if [ $update = yes ];
then
if grep -s "GNU Emacs version ${shortversion}" ./man/emacs.texi > /dev/null; then
if grep -s "@set EMACSVER *${shortversion}" ./man/emacs.texi > /dev/null; then
true
else
echo "You must update the version number in \`./man/emacs.texi'"