Variable: pc-select-meta-moves-sexps-key-bindings
pc-select-meta-moves-sexps-key-bindings is a variable defined in
pc-select.el.gz.
Value
((([M-right]
. forward-sexp)
([M-left]
. backward-sexp))
(([M-right]
. forward-word)
([M-left]
. backward-word)))
Documentation
The list of key bindings controlled by pc-select-meta-moves-sexp.
The bindings in the car of this list get installed if
pc-select-meta-moves-sexp is t, the bindings in the cadr of this
list get installed otherwise.
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/pc-select.el.gz
(defvar pc-select-meta-moves-sexps-key-bindings
'((([M-right] . forward-sexp)
([M-left] . backward-sexp))
(([M-right] . forward-word)
([M-left] . backward-word)))
"The list of key bindings controlled by `pc-select-meta-moves-sexp'.
The bindings in the car of this list get installed if
`pc-select-meta-moves-sexp' is t, the bindings in the cadr of this
list get installed otherwise.")