Variable: goto-map
goto-map is a variable defined in bindings.el.gz.
Value
M-g goto-line
M-n next-error
M-p previous-error
TAB move-to-column
c goto-char
g goto-line
n next-error
p previous-error
Documentation
Keymap for navigation commands.
Source Code
;; Defined in /usr/src/emacs/lisp/bindings.el.gz
(defvar goto-map (make-sparse-keymap)
"Keymap for navigation commands.")