aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1994-03-10 07:37:04 +0000
committerRichard M. Stallman1994-03-10 07:37:04 +0000
commit829b9e73ea31d54edf87706c294788af9ed13757 (patch)
treec0e14fd508facd1af709e9c058a55562fb181314
parentcdff424e0bde6d3fbf6c2d539efb8cef2c142b07 (diff)
downloademacs-829b9e73ea31d54edf87706c294788af9ed13757.tar.gz
emacs-829b9e73ea31d54edf87706c294788af9ed13757.zip
(ispell-pdict-save, ispell-kill-ispell, ispell-continue):
(ispell-help): Add autoloads.
-rw-r--r--lisp/textmodes/ispell.el5
1 files changed, 4 insertions, 1 deletions
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.
772;;; a value or a list, whose value is the state of whether the 772;;; a value or a list, whose value is the state of whether the
773;;; dictionary needs to be saved. 773;;; dictionary needs to be saved.
774 774
775;;;###autoload
775(defun ispell-pdict-save (&optional no-query force-save) 776(defun ispell-pdict-save (&optional no-query force-save)
776 "Check to see if the personal dictionary has been modified. 777 "Check to see if the personal dictionary has been modified.
777 If so, ask if it needs to be saved." 778 If so, ask if it needs to be saved."
@@ -982,6 +983,7 @@ used."
982 (if (not ispell-keep-choices-win) (bury-buffer ispell-choices-buffer)))) 983 (if (not ispell-keep-choices-win) (bury-buffer ispell-choices-buffer))))
983 984
984 985
986;;;###autoload
985(defun ispell-help () 987(defun ispell-help ()
986 "This gives a list of the options available when a misspelling is encountered. 988 "This gives a list of the options available when a misspelling is encountered.
987 989
@@ -1348,6 +1350,7 @@ window selected."
1348 (process-kill-without-query ispell-process))) 1350 (process-kill-without-query ispell-process)))
1349 1351
1350 1352
1353;;;###autoload
1351(defun ispell-kill-ispell (&optional no-error) 1354(defun ispell-kill-ispell (&optional no-error)
1352 "Kill current ispell process (so that you may start a fresh one). 1355 "Kill current ispell process (so that you may start a fresh one).
1353With NO-ERROR, just return non-nil if there was no ispell running." 1356With NO-ERROR, just return non-nil if there was no ispell running."
@@ -1618,7 +1621,7 @@ With prefix argument, set the default directory."
1618 (interactive) 1621 (interactive)
1619 (ispell-region (point-min) (point-max))) 1622 (ispell-region (point-min) (point-max)))
1620 1623
1621 1624;;;###autoload
1622(defun ispell-continue () 1625(defun ispell-continue ()
1623 (interactive) 1626 (interactive)
1624 "Continue a spelling session after making some changes." 1627 "Continue a spelling session after making some changes."