diff options
author | Shigeyuki Fukushima <shige@FreeBSD.org> | 2000-01-06 01:46:39 +0000 |
---|---|---|
committer | Shigeyuki Fukushima <shige@FreeBSD.org> | 2000-01-06 01:46:39 +0000 |
commit | 185469d27801314393dccf7db8829efb0aac3373 (patch) | |
tree | 3aba556888d9d6a7f6ab47c986af0fd38d7b721f /editors/xemacs21-mule-common/files | |
parent | 8d7d65b160b136c06c3244322094d8f1701102e7 (diff) |
Notes
Diffstat (limited to 'editors/xemacs21-mule-common/files')
-rw-r--r-- | editors/xemacs21-mule-common/files/DESCR.tmpl | 4 | ||||
-rw-r--r-- | editors/xemacs21-mule-common/files/INSTALL.tmpl | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/editors/xemacs21-mule-common/files/DESCR.tmpl b/editors/xemacs21-mule-common/files/DESCR.tmpl index 10f90be633ce..4d857e1ab88d 100644 --- a/editors/xemacs21-mule-common/files/DESCR.tmpl +++ b/editors/xemacs21-mule-common/files/DESCR.tmpl @@ -1,8 +1,8 @@ This is XEmacs lisp files, info pages, and so on (except executables) for XEmacs with Mule(version %%XEMACS_VER%%), the next generation of Emacs. -You must install one of packages, xemacs-mule-%%XEMACS_VER%%, -ja-xemacs-*-%%XEMACS_VER%% (ja-xemacs-canna-%%XEMACS_VER%%, ja-xemacs-canna+wnn4-%%XEMACS_VER%%, etc.), +You must install one of packages, xemacs-mule-%%XEMACS_REL%%, +ja-xemacs-*-%%XEMACS_REL%% (ja-xemacs-canna-%%XEMACS_REL%%, ja-xemacs-canna+wnn4-%%XEMACS_REL%%, etc.), each of which contains only the executables for XEmacs with Mule(vresion %%XEMACS_VER%%). This package and the above package of the executables *will* clobber any diff --git a/editors/xemacs21-mule-common/files/INSTALL.tmpl b/editors/xemacs21-mule-common/files/INSTALL.tmpl index dfc729fef788..74bf72412e05 100644 --- a/editors/xemacs21-mule-common/files/INSTALL.tmpl +++ b/editors/xemacs21-mule-common/files/INSTALL.tmpl @@ -2,6 +2,6 @@ if [ "$2" != "POST-INSTALL" ]; then exit 0; fi echo "################################################################" echo "You must install one of packages, xemacs-mule and " -echo " ja-xemacs-*-%%XEMACS_VER%% (ja-xemacs-%%XEMACS_VER%%, ja-xemacs-canna-%%XEMACS_VER%%, etc.)" -echo ", each of which contains only the executables for xemacs-%%XEMACS_VER%%" +echo " ja-xemacs-*-%%XEMACS_REL%% (ja-xemacs-%%XEMACS_REL%%, ja-xemacs-canna-%%XEMACS_REL%%, etc.)" +echo ", each of which contains only the executables for XEmacs(version %%XEMACS_VER%%)" echo "################################################################" |