Mercurial > emacs
changeset 32800:09e092438107
(Fdisplay_buffer): Fix doc.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Tue, 24 Oct 2000 04:39:01 +0000 |
parents | 8c6128d7324f |
children | e58bc9a59da7 |
files | src/window.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/window.c Tue Oct 24 04:38:25 2000 +0000 +++ b/src/window.c Tue Oct 24 04:39:01 2000 +0000 @@ -2805,7 +2805,7 @@ If FRAME is a frame, search only that frame.\n\ If FRAME is nil, search only the selected frame\n\ (actually the last nonminibuffer frame),\n\ - unless `pop-up-frames' or `display-reuse-frames' is non-nil,\n\ + unless `pop-up-frames' or `display-buffer-reuse-frames' is non-nil,\n\ which means search visible and iconified frames.") (buffer, not_this_window, frame) register Lisp_Object buffer, not_this_window, frame;