From 441950c75ddfc8a93024c58219cac8fd09e7582e Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Mon, 7 Nov 2011 09:49:54 -0800 Subject: [PATCH] * doc/lispref/windows.texi (Choosing Window): Fix keybinding typo. --- doc/lispref/ChangeLog | 4 ++++ doc/lispref/windows.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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}). -- 2.39.2