FUEL: Customization docstrings homogenized.

db4
Jose A. Ortega Ruiz 2008-12-22 01:51:41 +01:00
parent ed38c1cb6d
commit 46d3667d4b
6 changed files with 8 additions and 8 deletions

View File

@ -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

View File

@ -25,7 +25,7 @@
;;;###autoload
(defgroup fuel nil
"Factor's Ultimate Emacs Library"
"Factor's Ultimate Emacs Library."
:group 'language)

View File

@ -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)

View File

@ -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

View File

@ -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"

View File

@ -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