diff options
| author | Paul Eggert | 2011-11-18 00:31:02 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-11-18 00:31:02 -0800 |
| commit | 3ed8598c49cbbe3aa3a3605a28d9b7f2df3caf1e (patch) | |
| tree | eedcfcd5751edab39f795fcfb688e1e5cc3ad128 /lisp/shell.el | |
| parent | 5c3a902f0fe2c2306ea7b340d701c1a855d1a3d5 (diff) | |
| download | emacs-3ed8598c49cbbe3aa3a3605a28d9b7f2df3caf1e.tar.gz emacs-3ed8598c49cbbe3aa3a3605a28d9b7f2df3caf1e.zip | |
Spelling fixes.
Diffstat (limited to 'lisp/shell.el')
| -rw-r--r-- | lisp/shell.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/shell.el b/lisp/shell.el index c75594ddbe4..31c5729b83a 100644 --- a/lisp/shell.el +++ b/lisp/shell.el | |||
| @@ -293,7 +293,7 @@ Value is a list of strings, which may be nil." | |||
| 293 | (getenv "ESHELL") shell-file-name)) | 293 | (getenv "ESHELL") shell-file-name)) |
| 294 | (name (file-name-nondirectory prog))) | 294 | (name (file-name-nondirectory prog))) |
| 295 | ;; Tell bash not to use readline, except for bash 1.x which | 295 | ;; Tell bash not to use readline, except for bash 1.x which |
| 296 | ;; doesn't grook --noediting. Bash 1.x has -nolineediting, but | 296 | ;; doesn't grok --noediting. Bash 1.x has -nolineediting, but |
| 297 | ;; process-send-eof cannot terminate bash if we use it. | 297 | ;; process-send-eof cannot terminate bash if we use it. |
| 298 | (if (and (not purify-flag) | 298 | (if (and (not purify-flag) |
| 299 | (equal name "bash") | 299 | (equal name "bash") |