aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/textmodes/two-column.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/two-column.el b/lisp/textmodes/two-column.el
index dd22631957d..77822718617 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 "e" 'tc-dissociate) 239 (define-key tc-mode-map "d" '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)