]> code.delx.au - gnu-emacs/blobdiff - lisp/comint.el
* lisp/comint.el (comint-prompt-read-only): Clean tabs in docstring
[gnu-emacs] / lisp / comint.el
index afbaef1baf2d5ab99bccc873cef58278bcb80d15..dcd4a5ae4cfeae0c583472ef1b65567d9488ac43 100644 (file)
@@ -185,10 +185,10 @@ the remaining prompts will be accidentally messed up.  You may
 wish to put something like the following in your init file:
 
 \(add-hook \\='comint-mode-hook
-         (lambda ()
-           (define-key comint-mode-map [remap kill-region] \\='comint-kill-region)
-           (define-key comint-mode-map [remap kill-whole-line]
-             \\='comint-kill-whole-line)))
+          (lambda ()
+            (define-key comint-mode-map [remap kill-region] \\='comint-kill-region)
+            (define-key comint-mode-map [remap kill-whole-line]
+              \\='comint-kill-whole-line)))
 
 If you sometimes use comint-mode on text-only terminals or with `emacs -nw',
 you might wish to use another binding for `comint-kill-whole-line'."