diff options
| author | Kenichi Handa | 2000-10-24 04:39:01 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2000-10-24 04:39:01 +0000 |
| commit | 32cf3ee07d9a73bf04de768bc291cef20d8edc43 (patch) | |
| tree | da172bb6f8f8143e705cfcc5ded3dc1dbf9d267f /src/window.c | |
| parent | 04448b951da9d3fab4b4e50befa76f5222f9fefa (diff) | |
| download | emacs-32cf3ee07d9a73bf04de768bc291cef20d8edc43.tar.gz emacs-32cf3ee07d9a73bf04de768bc291cef20d8edc43.zip | |
(Fdisplay_buffer): Fix doc.
Diffstat (limited to 'src/window.c')
| -rw-r--r-- | src/window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.c b/src/window.c index f11436b65b2..36f857e6465 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -2805,7 +2805,7 @@ If FRAME is t, search all frames.\n\ | |||
| 2805 | If FRAME is a frame, search only that frame.\n\ | 2805 | If FRAME is a frame, search only that frame.\n\ |
| 2806 | If FRAME is nil, search only the selected frame\n\ | 2806 | If FRAME is nil, search only the selected frame\n\ |
| 2807 | (actually the last nonminibuffer frame),\n\ | 2807 | (actually the last nonminibuffer frame),\n\ |
| 2808 | unless `pop-up-frames' or `display-reuse-frames' is non-nil,\n\ | 2808 | unless `pop-up-frames' or `display-buffer-reuse-frames' is non-nil,\n\ |
| 2809 | which means search visible and iconified frames.") | 2809 | which means search visible and iconified frames.") |
| 2810 | (buffer, not_this_window, frame) | 2810 | (buffer, not_this_window, frame) |
| 2811 | register Lisp_Object buffer, not_this_window, frame; | 2811 | register Lisp_Object buffer, not_this_window, frame; |