Variable: ses-jump-prefix-function

ses-jump-prefix-function is a customizable variable defined in ses.el.gz.

Value

ses-jump-prefix

Documentation

Function that takes the prefix argument passed to function ses-jump.

It may return the same sort of thing as ses-jump-cell-name-function.

Source Code

;; Defined in /usr/src/emacs/lisp/ses.el.gz
(defcustom ses-jump-prefix-function #'ses-jump-prefix
  "Function that takes the prefix argument passed to function `ses-jump'.
It may return the same sort of thing as `ses-jump-cell-name-function'."
  :type 'function)