diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2005-08-29 11:08:04 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2005-08-29 11:08:04 +0000 |
commit | ab646e4982dc849881724105875c2fb5636c01b5 (patch) | |
tree | e3ff336d19deed65b5cb0006536c738ad5e23cc7 /lisp/shell.el | |
parent | 280412d8d4b4a065447e8183f9064be675d944cf (diff) | |
download | emacs-ab646e4982dc849881724105875c2fb5636c01b5.tar.gz |
(shell-mode, shell-resync-dirs): Fix typos in docstrings.
Diffstat (limited to 'lisp/shell.el')
-rw-r--r-- | lisp/shell.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/shell.el b/lisp/shell.el index 6b25cf3abde..0f71d8d8205 100644 --- a/lisp/shell.el +++ b/lisp/shell.el @@ -412,7 +412,7 @@ Variable `shell-completion-fignore' is used to initialize the value of `comint-completion-fignore'. Variables `comint-input-ring-file-name' and `comint-input-autoexpand' control -the initialisation of the input ring history, and history expansion. +the initialization of the input ring history, and history expansion. Variables `comint-output-filter-functions', a hook, and `comint-scroll-to-bottom-on-input' and `comint-scroll-to-bottom-on-output' @@ -791,7 +791,7 @@ line output and parses it to form the new directory stack. DON'T issue this command unless the buffer is at a shell prompt. Also, note that if some other subprocess decides to do output immediately after the query, its output will be taken as the -new directory stack -- you lose. If this happens, just do the +new directory stack -- you lose. If this happens, just do the command again." (interactive) (let* ((proc (get-buffer-process (current-buffer))) |