Variable: narrow-map

narrow-map is a variable defined in bindings.el.gz.

Value

d  narrow-to-defun
g  goto-line-relative
n  narrow-to-region
p  narrow-to-page
w  widen

Documentation

Keymap for narrowing commands.

Source Code

;; Defined in /usr/src/emacs/lisp/bindings.el.gz
(defvar narrow-map (make-sparse-keymap)
  "Keymap for narrowing commands.")