aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes/two-column.el
diff options
context:
space:
mode:
authorJim Blandy <[email protected]>1992-08-04 04:15:43 +0000
committerJim Blandy <[email protected]>1992-08-04 04:15:43 +0000
commite8a57935cbb4ccde7f621eeeca22141e5a5327b4 (patch)
treecb90c678fa9e79cf41c1b6a22d62b620aaf0e07f /lisp/textmodes/two-column.el
parent0b030df78b499fde5f8dd3f20dd24a2e002fe4ee (diff)
entered into RCS
Diffstat (limited to 'lisp/textmodes/two-column.el')
-rw-r--r--lisp/textmodes/two-column.el27
1 files changed, 14 insertions, 13 deletions
diff --git a/lisp/textmodes/two-column.el b/lisp/textmodes/two-column.el
index 9fe6706b75..ee3477d9e3 100644
--- a/lisp/textmodes/two-column.el
+++ b/lisp/textmodes/two-column.el
@@ -126,8 +126,8 @@
;; An^stata^u tri `autoload' kaj tri | Instead of three `autoload' and
;; `global-set-key' vi povas uzi la | three `global-set-key' you can use
;; jenon en via dataro ~/.emacs, por | the following in your file
-;; memstare ^car^gi la modalon: | ~/.emacs, to automatically load
-;; | the mode:
+;; memstare ^car^gi la modalon: | ~/.emacs, to automatically load
+;; | the mode:
;; (global-set-key "\C-x6"
;; '(lambda () (interactive)
@@ -138,24 +138,25 @@
;; Se vi ^satus havi la dukolumnajn | If you'd like to have the
;; ordonojn je funkciklavo <f2>, vi | two-column commands on function
;; povas uzi la jenon en via dataro | key <f2>, you can use the
-;; ~/.emacs: | following in your file ~/.emacs:
+;; ~/.emacs: | following in your file ~/.emacs:
-;; (define-key function-keymap "\^b"
-;; '(lambda () (interactive)
-;; (load-library "two-column")
-;; (define-key function-keymap "\^b" tc-mode-map)
-;; (call-interactively
-;; (cdr (assq (read-char) tc-mode-map)))))
+;; (global-set-key [f2] (function
+;; (lambda ()
+;; (interactive)
+;; (load-library "two-column")
+;; (global-set-key [f2] tc-mode-map)
+;; (call-interactively
+;; (cdr (assq (read-char) tc-mode-map))))))
;; In addition to two-column editing of text, for example for writing a
;; bilingual text side-by-side as shown below in the file's prolog, other
;; interesting uses have been found for this minor mode:
;;
;;
-;; You can separate the columns with {+} C-x 6 u or <f2> u if you prefer
-;; any string that pleases you, by {+} handles these with a prefix argument
-;; setting tc-separator. For {+} that enables you to declare the
-;; example "{+} " if you like to {+} desired length of such a string.
+;; You can separate the columns with {+} C-x 6 u or <f2> u if you prefer
+;; any string that pleases you, by {+} handles these with a prefix argument
+;; setting tc-separator. For {+} that enables you to declare the
+;; example "{+} " if you like to {+} desired length of such a string.
;; amuse yourself.
;;
;;