From: Richard M. Stallman Date: Tue, 25 Oct 1994 06:10:26 +0000 (+0000) Subject: (ispell-grep-command, ispell-look-command): Don't specify directory. X-Git-Tag: emacs-19.34~6171 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e8649704b1f022d24b838a61190dfbf5da8c8007;p=emacs.git (ispell-grep-command, ispell-look-command): Don't specify directory. --- diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index 71d5bac6527..246d0706540 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el @@ -339,7 +339,7 @@ Must be greater than 1.") (defvar ispell-complete-word-dict ispell-alternate-dictionary "*Dictionary used for word completion.") -(defvar ispell-grep-command "/usr/bin/egrep" +(defvar ispell-grep-command "egrep" "Name of the grep command for search processes.") (defvar ispell-grep-options "-i" @@ -347,7 +347,7 @@ Must be greater than 1.") Should probably be \"-i\" or \"-e\". Some machines (like the NeXT) don't support \"-i\"") -(defvar ispell-look-command "/usr/bin/look" +(defvar ispell-look-command "look" "Name of the look command for search processes. This must be an absolute file name.")