From: Glenn Morris Date: Mon, 7 Nov 2011 17:49:54 +0000 (-0800) Subject: * doc/lispref/windows.texi (Choosing Window): Fix keybinding typo. X-Git-Tag: emacs-pretest-24.0.92~121^2~29 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=441950c75ddfc8a93024c58219cac8fd09e7582e;p=emacs.git * doc/lispref/windows.texi (Choosing Window): Fix keybinding typo. --- diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index d714d1b26e5..ff629ce67ae 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,7 @@ +2011-11-07 Glenn Morris + + * windows.texi (Choosing Window): Fix keybinding typo. + 2011-11-07 Martin Rudalics * windows.texi (Resizing Windows, Splitting Windows) diff --git a/doc/lispref/windows.texi b/doc/lispref/windows.texi index eb3c1849523..02626adfd87 100644 --- a/doc/lispref/windows.texi +++ b/doc/lispref/windows.texi @@ -2163,7 +2163,7 @@ unless @var{norecord} is non-@code{nil}. The command @code{display-buffer} flexibly chooses a window for display, and displays a specified buffer in that window. It can be -called interactively, via the key binding @kbd{C-x 4 o}. It is also +called interactively, via the key binding @kbd{C-x 4 C-o}. It is also used as a subroutine by many functions and commands, including @code{switch-to-buffer} and @code{pop-to-buffer} (@pxref{Switching Buffers}).