From 473d3c06d855703a67f2083fa64c95971358c3aa Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Sat, 28 Oct 2006 22:03:51 +0000 Subject: [PATCH] (Fdisplay_buffer): Fix typo in docstring. --- src/window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/window.c b/src/window.c index 7a86a0e5cd4..0629ee3af3a 100644 --- a/src/window.c +++ b/src/window.c @@ -3588,7 +3588,7 @@ See `same-window-buffer-names' and `same-window-regexps'. */) DEFUN ("display-buffer", Fdisplay_buffer, Sdisplay_buffer, 1, 3, "BDisplay buffer: \nP", doc: /* Make BUFFER appear in some window but don't select it. -BUFFER must be the name of an existing buffer, or, when called from Lisp, +BUFFER must be the name of an existing buffer, or, when called from Lisp, a buffer. If BUFFER is shown already in some window, just use that one, unless the window is the selected window and the optional second -- 2.39.5