From: Richard M. Stallman Date: Sat, 12 Oct 1996 02:31:48 +0000 (+0000) Subject: (2C-two-columns): Doc fix. X-Git-Tag: emacs-20.1~3523 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=17c3470ee877feb1a5042a22cfddc050c82e5272;p=emacs.git (2C-two-columns): Doc fix. --- 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))