diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2008-04-18 10:09:08 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2008-04-18 10:09:08 +0000 |
commit | bda0a7adb1c5e9a2077759f538c3f26b27c806cb (patch) | |
tree | 75691e6534147a6a7aef7447d62df09404bb044f /lisp/emulation | |
parent | 182f620587d6a773a4461b78e27880c724d461bc (diff) | |
download | emacs-bda0a7adb1c5e9a2077759f538c3f26b27c806cb.tar.gz |
(tpu-have-ispell): Fix typo in obsolescence declaration.
Diffstat (limited to 'lisp/emulation')
-rw-r--r-- | lisp/emulation/tpu-edt.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emulation/tpu-edt.el b/lisp/emulation/tpu-edt.el index 3dd82c8883a..302be01b13b 100644 --- a/lisp/emulation/tpu-edt.el +++ b/lisp/emulation/tpu-edt.el @@ -295,7 +295,7 @@ Otherwise, use `spell-region'." :type 'boolean :group 'tpu) -(make-obsolete-variable 'tpu-have-ispell "The `spell' package is obsolete." +(make-obsolete-variable 'tpu-have-ispell "the `spell' package is obsolete." "23.1") (defcustom tpu-kill-buffers-silently nil |