aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Eglen1998-02-23 17:51:06 +0000
committerStephen Eglen1998-02-23 17:51:06 +0000
commit5fea23bb9dfc6e9991a184a8be5dd6ce213d98b9 (patch)
treec3fa466ef47fbaeb9fe71da77fd7ddc9cf56a135
parent0b5bb3ec88b3d7126831e1b4e45b7d61febda0fa (diff)
downloademacs-5fea23bb9dfc6e9991a184a8be5dd6ce213d98b9.tar.gz
emacs-5fea23bb9dfc6e9991a184a8be5dd6ce213d98b9.zip
Doc fix in Commentary section.
-rw-r--r--lisp/textmodes/spell.el5
1 files 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 @@
26 26
27;; This mode provides an Emacs interface to the UNIX spell(1) program. 27;; This mode provides an Emacs interface to the UNIX spell(1) program.
28;; Entry points are `spell-buffer', `spell-word', `spell-region' and 28;; Entry points are `spell-buffer', `spell-word', `spell-region' and
29;; `spell-string'. These facilities are documented in the Emacs user's 29;; `spell-string'.
30;; manual. 30
31;; See also ispell.el for an interface to the ispell program.
31 32
32;;; Code: 33;;; Code:
33 34