summaryrefslogtreecommitdiff
path: root/lisp/emulation/tpu-edt.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2008-04-18 10:09:08 +0000
committerJuanma Barranquero <lekktu@gmail.com>2008-04-18 10:09:08 +0000
commitbda0a7adb1c5e9a2077759f538c3f26b27c806cb (patch)
tree75691e6534147a6a7aef7447d62df09404bb044f /lisp/emulation/tpu-edt.el
parent182f620587d6a773a4461b78e27880c724d461bc (diff)
downloademacs-bda0a7adb1c5e9a2077759f538c3f26b27c806cb.tar.gz
(tpu-have-ispell): Fix typo in obsolescence declaration.
Diffstat (limited to 'lisp/emulation/tpu-edt.el')
-rw-r--r--lisp/emulation/tpu-edt.el2
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