diff options
| author | Richard M. Stallman | 2002-03-26 09:09:56 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-03-26 09:09:56 +0000 |
| commit | 079d288f1ad175aefb79a3b03d45edec3d2cdd6f (patch) | |
| tree | 9ca071e8826e97f51e65937581d3683baddf9f25 | |
| parent | b011dcb0bacbd4ef7c2beb7f428ed151ab00c4ec (diff) | |
| download | emacs-079d288f1ad175aefb79a3b03d45edec3d2cdd6f.tar.gz emacs-079d288f1ad175aefb79a3b03d45edec3d2cdd6f.zip | |
(Fdisplay_buffer): Doc fix.
| -rw-r--r-- | src/window.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 | |||
| 2898 | argument NOT-THIS-WINDOW is non-nil (interactively, with prefix arg). | 2898 | argument NOT-THIS-WINDOW is non-nil (interactively, with prefix arg). |
| 2899 | If `pop-up-frames' is non-nil, make a new frame if no window shows BUFFER. | 2899 | If `pop-up-frames' is non-nil, make a new frame if no window shows BUFFER. |
| 2900 | Returns the window displaying BUFFER. | 2900 | Returns the window displaying BUFFER. |
| 2901 | If `display-reuse-frames' is non-nil, and another frame is currently | 2901 | If `display-buffer-reuse-frames' is non-nil, and another frame is currently |
| 2902 | displaying BUFFER, then simply raise that frame. | 2902 | displaying BUFFER, then simply raise that frame. |
| 2903 | 2903 | ||
| 2904 | The variables `special-display-buffer-names', `special-display-regexps', | 2904 | The variables `special-display-buffer-names', `special-display-regexps', |
| @@ -2946,7 +2946,7 @@ displayed. */) | |||
| 2946 | } | 2946 | } |
| 2947 | } | 2947 | } |
| 2948 | 2948 | ||
| 2949 | /* If the user wants pop-up-frames or display-reuse-frames, then | 2949 | /* If the user wants pop-up-frames or display-buffer-reuse-frames, |
| 2950 | look for a window showing BUFFER on any visible or iconified frame. | 2950 | look for a window showing BUFFER on any visible or iconified frame. |
| 2951 | Otherwise search only the current frame. */ | 2951 | Otherwise search only the current frame. */ |
| 2952 | if (! NILP (frame)) | 2952 | if (! NILP (frame)) |