diff options
Diffstat (limited to 'lisp/textmodes')
| -rw-r--r-- | lisp/textmodes/ispell.el | 2 |
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. |
| 1483 | If so, ask if it needs to be saved." | 1483 | If so, ask if it needs to be saved." |