diff options
| -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; |