From: Richard M. Stallman Date: Tue, 26 Mar 2002 09:09:56 +0000 (+0000) Subject: (Fdisplay_buffer): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~15972 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=079d288f1ad175aefb79a3b03d45edec3d2cdd6f;p=emacs.git (Fdisplay_buffer): Doc fix. --- diff --git a/src/window.c b/src/window.c index 8b9b49f5f12..2ea7cd1d6dd 100644 --- a/src/window.c +++ b/src/window.c @@ -2898,7 +2898,7 @@ unless the window is the selected window and the optional second argument NOT-THIS-WINDOW is non-nil (interactively, with prefix arg). If `pop-up-frames' is non-nil, make a new frame if no window shows BUFFER. Returns the window displaying BUFFER. -If `display-reuse-frames' is non-nil, and another frame is currently +If `display-buffer-reuse-frames' is non-nil, and another frame is currently displaying BUFFER, then simply raise that frame. The variables `special-display-buffer-names', `special-display-regexps', @@ -2946,7 +2946,7 @@ displayed. */) } } - /* If the user wants pop-up-frames or display-reuse-frames, then + /* If the user wants pop-up-frames or display-buffer-reuse-frames, look for a window showing BUFFER on any visible or iconified frame. Otherwise search only the current frame. */ if (! NILP (frame))