diff options
| -rw-r--r-- | lisp/textmodes/two-column.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/textmodes/two-column.el b/lisp/textmodes/two-column.el index a024f96ed50..76fc38b6d02 100644 --- a/lisp/textmodes/two-column.el +++ b/lisp/textmodes/two-column.el | |||
| @@ -236,7 +236,7 @@ | |||
| 236 | (define-key tc-mode-map "1" 'tc-merge) | 236 | (define-key tc-mode-map "1" 'tc-merge) |
| 237 | (define-key tc-mode-map "2" 'tc-two-columns) | 237 | (define-key tc-mode-map "2" 'tc-two-columns) |
| 238 | (define-key tc-mode-map "b" 'tc-associate-buffer) | 238 | (define-key tc-mode-map "b" 'tc-associate-buffer) |
| 239 | (define-key tc-mode-map "k" 'tc-kill-association) | 239 | (define-key tc-mode-map "e" 'tc-dissociate) |
| 240 | (define-key tc-mode-map "\C-l" 'tc-recenter) | 240 | (define-key tc-mode-map "\C-l" 'tc-recenter) |
| 241 | (define-key tc-mode-map "o" 'tc-associated-buffer) | 241 | (define-key tc-mode-map "o" 'tc-associated-buffer) |
| 242 | (define-key tc-mode-map "s" 'tc-split) | 242 | (define-key tc-mode-map "s" 'tc-split) |
| @@ -472,7 +472,7 @@ See \\[tc-two-columns] and `lisp/two-column.el' for further details." | |||
| 472 | (next-line 1))))) | 472 | (next-line 1))))) |
| 473 | 473 | ||
| 474 | ;;;###autoload | 474 | ;;;###autoload |
| 475 | (defun tc-kill-association () | 475 | (defun tc-dissociate () |
| 476 | "Turn off two-column minor mode in current and associated buffer. | 476 | "Turn off two-column minor mode in current and associated buffer. |
| 477 | If the associated buffer is unmodified and empty, it is killed." | 477 | If the associated buffer is unmodified and empty, it is killed." |
| 478 | (interactive) | 478 | (interactive) |