Variable: todo-y-with-space
todo-y-with-space is a customizable variable defined in
todo-mode.el.gz.
Value
nil
Documentation
Non-nil means allow SPC to affirm a "y or n" question.
Source Code
;; Defined in /usr/src/emacs/lisp/calendar/todo-mode.el.gz
;; -----------------------------------------------------------------------------
;;; Todo minibuffer utilities
;; -----------------------------------------------------------------------------
(defcustom todo-y-with-space nil
"Non-nil means allow SPC to affirm a \"y or n\" question."
:type 'boolean
:group 'todo)