# HG changeset patch # User Dave Love # Date 905467893 0 # Node ID d8013246bf0d8f670904a21da194223bfe3c340b # Parent 7f3fdbb83988b72da92d406c72f7fbe5c01298d0 (Fwith_output_to_temp_buffer): Doc fix. diff -r 7f3fdbb83988 -r d8013246bf0d src/print.c --- a/src/print.c Thu Sep 10 21:50:05 1998 +0000 +++ b/src/print.c Thu Sep 10 22:51:33 1998 +0000 @@ -755,10 +755,13 @@ The buffer is cleared out initially, and marked as unmodified when done.\n\ All output done by BODY is inserted in that buffer by default.\n\ The buffer is displayed in another window, but not selected.\n\ +The hook `temp-buffer-show-hook' is run with that window selected\n\ +temporarily and its buffer current.\n\ The value of the last form in BODY is returned.\n\ If BODY does not finish normally, the buffer BUFNAME is not displayed.\n\n\ If variable `temp-buffer-show-function' is non-nil, call it at the end\n\ -to get the buffer displayed. It gets one argument, the buffer to display.") +to get the buffer displayed instead of just displaying the non-selected\n\ +buffer and calling the hook. It gets one argument, the buffer to display.") (args) Lisp_Object args; {