Variable: help-return-method

help-return-method is a variable defined in help.el.gz.

Value

nil

Documentation

What to do to "exit" the help buffer.

This is a list
 (WINDOW . t) delete the selected window (and possibly its frame,
                           see quit-window), go to WINDOW.
 (WINDOW . quit-window) do quit-window, then select WINDOW.
 (WINDOW BUF START POINT) display BUF at START, POINT, then select WINDOW.

Source Code

;; Defined in /usr/src/emacs/lisp/help.el.gz
(defvar help-return-method nil
  "What to do to \"exit\" the help buffer.
This is a list
 (WINDOW . t)              delete the selected window (and possibly its frame,
                           see `quit-window'), go to WINDOW.
 (WINDOW . quit-window)    do quit-window, then select WINDOW.
 (WINDOW BUF START POINT)  display BUF at START, POINT, then select WINDOW.")