From 3c657c26c2cf3af0a9cf393dbe9ff8c626668755 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Tue, 4 Feb 2003 17:47:29 +0000 Subject: [PATCH] (Fdisplay_buffer): Fix docstring. --- src/ChangeLog | 4 ++++ src/window.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index b7090957a8d..6ccbf3b0112 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2003-02-04 Juanma Barranquero + + * window.c (Fdisplay_buffer): Fix docstring. + 2003-02-01 Jason Rumney * fileio.c (Fcopy_file) [WINDOWS_NT]: Reverse logic for setting diff --git a/src/window.c b/src/window.c index 79ae64ff7e9..744cfd8cd3a 100644 --- a/src/window.c +++ b/src/window.c @@ -2897,7 +2897,7 @@ unless the window is the selected window and the optional second\n\ argument NOT-THIS-WINDOW is non-nil (interactively, with prefix arg).\n\ If `pop-up-frames' is non-nil, make a new frame if no window shows BUFFER.\n\ Returns the window displaying BUFFER.\n\ -If `display-reuse-frames' is non-nil, and another frame is currently\n\ +If `display-buffer-reuse-frames' is non-nil, and another frame is currently\n\ displaying BUFFER, then simply raise that frame.\n\ \n\ The variables `special-display-buffer-names', `special-display-regexps',\n\ -- 2.39.5