changeset 65199:23741bfb23af

(shell-mode, shell-resync-dirs): Fix typos in docstrings.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 29 Aug 2005 11:08:04 +0000
parents 7fbb366ab47a
children 67e480d2dc8c
files lisp/shell.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/shell.el	Mon Aug 29 11:02:42 2005 +0000
+++ b/lisp/shell.el	Mon Aug 29 11:08:04 2005 +0000
@@ -412,7 +412,7 @@
 `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 @@
 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)))