* doc/lispref/windows.texi (Choosing Window): Fix keybinding typo.
authorGlenn Morris <rgm@gnu.org>
Mon, 7 Nov 2011 17:49:54 +0000 (09:49 -0800)
committerGlenn Morris <rgm@gnu.org>
Mon, 7 Nov 2011 17:49:54 +0000 (09:49 -0800)
doc/lispref/ChangeLog
doc/lispref/windows.texi

index d714d1b..ff629ce 100644 (file)
@@ -1,3 +1,7 @@
+2011-11-07  Glenn Morris  <rgm@gnu.org>
+
+       * windows.texi (Choosing Window): Fix keybinding typo.
+
 2011-11-07  Martin Rudalics  <rudalics@gmx.at>
 
        * windows.texi (Resizing Windows, Splitting Windows)
index eb3c184..02626ad 100644 (file)
@@ -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}).