]> code.delx.au - gnu-emacs/blobdiff - lisp/comint.el
Prefer directed to neutral quotes
[gnu-emacs] / lisp / comint.el
index 7db297a142752929dc12d0163f1dbd1bb61d28ab..b840a22bc8440964cbc57cc9df40dc77a8f10df6 100644 (file)
@@ -184,11 +184,11 @@ narrowing in effect.  This way you will be certain that none of
 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
+\(add-hook \\='comint-mode-hook
          (lambda ()
-           (define-key comint-mode-map [remap kill-region] 'comint-kill-region)
+           (define-key comint-mode-map [remap kill-region] \\='comint-kill-region)
            (define-key comint-mode-map [remap kill-whole-line]
-             'comint-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'."