summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-10-12 02:31:48 +0000
committerRichard M. Stallman <rms@gnu.org>1996-10-12 02:31:48 +0000
commit857e988f71726145b12e4beeb191542e1c6787bc (patch)
treed41ebd536043ee4dccc283768e8e52ddcb8e451c /lisp
parent767c14f863ff1e1027d1cba390f66f536be2c070 (diff)
downloademacs-857e988f71726145b12e4beeb191542e1c6787bc.tar.gz
(2C-two-columns): Doc fix.
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 9452a4f9e54..1fa8474c9b9 100644
--- a/lisp/textmodes/two-column.el
+++ b/lisp/textmodes/two-column.el
@@ -325,7 +325,7 @@ When called the first time, associates a buffer with the current
buffer in two-column minor mode (see \\[describe-mode] ).
Runs `2C-other-buffer-hook' in the new buffer.
When called again, restores the screen layout with the current buffer
-first and the associated buffer to it's right."
+first and the associated buffer to its right."
(interactive "P")
;; first go to full width, so that we can certainly split into two windows
(if (< (window-width) (frame-width))