Variable: describe-function-orig-buffer

describe-function-orig-buffer is a variable defined in help-fns.el.gz.

Value

nil

Documentation

Buffer that was current when describe-function was invoked.

Functions on help-fns-describe-function-functions can use this to get buffer-local values.

Source Code

;; Defined in /usr/src/emacs/lisp/help-fns.el.gz
(defvar describe-function-orig-buffer nil
  "Buffer that was current when `describe-function' was invoked.
Functions on `help-fns-describe-function-functions' can use this
to get buffer-local values.")