Variable: ses-after-entry-functions
ses-after-entry-functions is a customizable variable defined in
ses.el.gz.
Value
(forward-char)
Documentation
Things to do after entering a value into a cell.
An abnormal hook that usually runs a cursor-movement function. Each function is called with ARG=1.
Source Code
;; Defined in /usr/src/emacs/lisp/ses.el.gz
(defcustom ses-after-entry-functions '(forward-char)
"Things to do after entering a value into a cell.
An abnormal hook that usually runs a cursor-movement function.
Each function is called with ARG=1."
:type 'hook
:options '(forward-char backward-char next-line previous-line))