FUEL: Customization docstrings homogenized.
parent
ed38c1cb6d
commit
46d3667d4b
|
@ -22,7 +22,7 @@
|
|||
;;; Customization:
|
||||
|
||||
(defgroup fuel-autodoc nil
|
||||
"Options controlling FUEL's autodoc system"
|
||||
"Options controlling FUEL's autodoc system."
|
||||
:group 'fuel)
|
||||
|
||||
(defcustom fuel-autodoc-minibuffer-font-lock t
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
;;;###autoload
|
||||
(defgroup fuel nil
|
||||
"Factor's Ultimate Emacs Library"
|
||||
"Factor's Ultimate Emacs Library."
|
||||
:group 'language)
|
||||
|
||||
|
||||
|
|
|
@ -23,16 +23,16 @@
|
|||
;;; Customization:
|
||||
|
||||
(defgroup fuel-debug nil
|
||||
"Major mode for interaction with the Factor debugger"
|
||||
"Major mode for interaction with the Factor debugger."
|
||||
:group 'fuel)
|
||||
|
||||
(defcustom fuel-debug-mode-hook nil
|
||||
"Hook run after `fuel-debug-mode' activates"
|
||||
"Hook run after `fuel-debug-mode' activates."
|
||||
:group 'fuel-debug
|
||||
:type 'hook)
|
||||
|
||||
(defcustom fuel-debug-show-short-help t
|
||||
"Whether to show short help on available keys in debugger"
|
||||
"Whether to show short help on available keys in debugger."
|
||||
:group 'fuel-debug
|
||||
:type 'boolean)
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
;;; Customization:
|
||||
|
||||
(defgroup fuel-help nil
|
||||
"Options controlling FUEL's help system"
|
||||
"Options controlling FUEL's help system."
|
||||
:group 'fuel)
|
||||
|
||||
(defcustom fuel-help-always-ask t
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
;;; Customization:
|
||||
|
||||
(defgroup fuel-listener nil
|
||||
"Interacting with a Factor listener inside Emacs"
|
||||
"Interacting with a Factor listener inside Emacs."
|
||||
:group 'fuel)
|
||||
|
||||
(defcustom fuel-listener-factor-binary "~/factor/factor"
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
;;; Customization
|
||||
|
||||
(defgroup fuel-stack nil
|
||||
"Customization for FUEL's stack inference engine"
|
||||
"Customization for FUEL's stack inference engine."
|
||||
:group 'fuel)
|
||||
|
||||
(fuel-font-lock--defface fuel-font-lock-stack-region
|
||||
|
|
Loading…
Reference in New Issue