Mercurial > emacs
changeset 6288:3197bf3cc0a1
(ispell-pdict-save, ispell-kill-ispell, ispell-continue):
(ispell-help): Add autoloads.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 10 Mar 1994 07:37:04 +0000 |
parents | 33477d79a6f2 |
children | 85693b7d5231 |
files | lisp/textmodes/ispell.el |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/ispell.el Thu Mar 10 07:32:24 1994 +0000 +++ b/lisp/textmodes/ispell.el Thu Mar 10 07:37:04 1994 +0000 @@ -772,6 +772,7 @@ ;;; a value or a list, whose value is the state of whether the ;;; dictionary needs to be saved. +;;;###autoload (defun ispell-pdict-save (&optional no-query force-save) "Check to see if the personal dictionary has been modified. If so, ask if it needs to be saved." @@ -982,6 +983,7 @@ (if (not ispell-keep-choices-win) (bury-buffer ispell-choices-buffer)))) +;;;###autoload (defun ispell-help () "This gives a list of the options available when a misspelling is encountered. @@ -1348,6 +1350,7 @@ (process-kill-without-query ispell-process))) +;;;###autoload (defun ispell-kill-ispell (&optional no-error) "Kill current ispell process (so that you may start a fresh one). With NO-ERROR, just return non-nil if there was no ispell running." @@ -1618,7 +1621,7 @@ (interactive) (ispell-region (point-min) (point-max))) - +;;;###autoload (defun ispell-continue () (interactive) "Continue a spelling session after making some changes."