From 829b9e73ea31d54edf87706c294788af9ed13757 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 10 Mar 1994 07:37:04 +0000 Subject: [PATCH] (ispell-pdict-save, ispell-kill-ispell, ispell-continue): (ispell-help): Add autoloads. --- lisp/textmodes/ispell.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index e4aa22295e5..2fa5fae1d3a 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el @@ -772,6 +772,7 @@ many times. ;;; 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 @@ used." (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 @@ window selected." (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 @@ With prefix argument, set the default directory." (interactive) (ispell-region (point-min) (point-max))) - +;;;###autoload (defun ispell-continue () (interactive) "Continue a spelling session after making some changes." -- 2.39.5