# HG changeset patch # User Richard M. Stallman # Date 756621344 0 # Node ID 346d921eaf3bd1fa6d8622d476ffe2da8c6347de # Parent 4b1f2e4dcf34eb6b7f83e26f71fa8b445ac930b8 Don't imply private dictionary is always ispell.words. Don't repeat at load time any bindings that are autoloaded. diff -r 4b1f2e4dcf34 -r 346d921eaf3b lisp/textmodes/=ispell4.el --- a/lisp/textmodes/=ispell4.el Thu Dec 23 03:49:15 1993 +0000 +++ b/lisp/textmodes/=ispell4.el Thu Dec 23 04:35:44 1993 +0000 @@ -41,7 +41,7 @@ "Command for running Ispell.") (defvar ispell-command-options nil "*String (or list of strings) to pass to Ispell as command arguments. -You can use this to specify the name of your private dictionary. +You can specify your private dictionary via the -p option. The -S option is always passed to Ispell as the last parameter, and need not be mentioned here.") @@ -163,7 +163,7 @@ ;; ;; :dump write out the current private dictionary, if necessary. ;; -;; :reload reread `~/ispell.words' +;; :reload reread private dictionary (default: `~/ispell.words') ;; ;; :tex ;; :troff @@ -253,7 +253,7 @@ some words in the dictionary, they are offered as near misses. r Replace. Replace the word with a string you type. Each word of your new string is also checked. -i Insert. Insert this word in your private dictionary (kept in +i Insert. Insert this word in your private dictionary (by default, `$HOME/ispell.words'). a Accept. Accept this word for the rest of this editing session, but don't put it in your private dictionary. @@ -378,8 +378,8 @@ (load-library "spell") (define-key esc-map "$" 'spell-word) (spell-word))))))) -;;;###autoload -(define-key esc-map "$" 'ispell-word) + +;;;###autoload (define-key esc-map "$" 'ispell-word) ;;;###autoload (defun ispell-region (start &optional end)