comparison src/window.c @ 32800:09e092438107

(Fdisplay_buffer): Fix doc.
author Kenichi Handa <handa@m17n.org>
date Tue, 24 Oct 2000 04:39:01 +0000
parents a7fdbf39d4de
children 6521cc146e8e
comparison
equal deleted inserted replaced
32799:8c6128d7324f 32800:09e092438107
2803 If FRAME is 0, search all visible and iconified frames.\n\ 2803 If FRAME is 0, search all visible and iconified frames.\n\
2804 If FRAME is t, search all frames.\n\ 2804 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;
2812 { 2812 {
2813 register Lisp_Object window, tem, swp; 2813 register Lisp_Object window, tem, swp;