aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes
diff options
context:
space:
mode:
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."