From 5fea23bb9dfc6e9991a184a8be5dd6ce213d98b9 Mon Sep 17 00:00:00 2001 From: Stephen Eglen Date: Mon, 23 Feb 1998 17:51:06 +0000 Subject: [PATCH] Doc fix in Commentary section. --- lisp/textmodes/spell.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lisp/textmodes/spell.el b/lisp/textmodes/spell.el index 780eeb883d8..bd58262963b 100644 --- a/lisp/textmodes/spell.el +++ b/lisp/textmodes/spell.el @@ -26,8 +26,9 @@ ;; This mode provides an Emacs interface to the UNIX spell(1) program. ;; Entry points are `spell-buffer', `spell-word', `spell-region' and -;; `spell-string'. These facilities are documented in the Emacs user's -;; manual. +;; `spell-string'. + +;; See also ispell.el for an interface to the ispell program. ;;; Code: -- 2.11.4.GIT