aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes
diff options
context:
space:
mode:
authorGerd Moellmann2001-04-23 11:50:36 +0000
committerGerd Moellmann2001-04-23 11:50:36 +0000
commit23b809c2a7f08503b91628ece06939dedaa617de (patch)
tree9d6c3b2528503a65e0d31399a35c3bbd61b43759 /lisp/textmodes
parent3c7e7ccb346297201fa75ff2ca41fea746065ddf (diff)
downloademacs-23b809c2a7f08503b91628ece06939dedaa617de.tar.gz
emacs-23b809c2a7f08503b91628ece06939dedaa617de.zip
Fix autoload cookies.
Diffstat (limited to 'lisp/textmodes')
-rw-r--r--lisp/textmodes/ispell.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el
index eda0c7d07cc..e8d872027db 100644
--- a/lisp/textmodes/ispell.el
+++ b/lisp/textmodes/ispell.el
@@ -1477,7 +1477,7 @@ Word syntax described by `ispell-dictionary-alist' (which see)."
1477;;; a value or a list, whose value is the state of whether the 1477;;; a value or a list, whose value is the state of whether the
1478;;; dictionary needs to be saved. 1478;;; dictionary needs to be saved.
1479 1479
1480;;; ###autoload 1480;;;###autoload
1481(defun ispell-pdict-save (&optional no-query force-save) 1481(defun ispell-pdict-save (&optional no-query force-save)
1482 "Check to see if the personal dictionary has been modified. 1482 "Check to see if the personal dictionary has been modified.
1483If so, ask if it needs to be saved." 1483If so, ask if it needs to be saved."