Variable: narrow-to-defun-include-comments

narrow-to-defun-include-comments is a variable defined in lisp.el.gz.

Value

nil

Documentation

If non-nil, narrow-to-defun will also show comments preceding the defun.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/lisp.el.gz
(defvar narrow-to-defun-include-comments nil
  "If non-nil, `narrow-to-defun' will also show comments preceding the defun.")