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: ;;; Customization:
(defgroup fuel-autodoc nil (defgroup fuel-autodoc nil
"Options controlling FUEL's autodoc system" "Options controlling FUEL's autodoc system."
:group 'fuel) :group 'fuel)
(defcustom fuel-autodoc-minibuffer-font-lock t (defcustom fuel-autodoc-minibuffer-font-lock t

View File

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

View File

@ -23,16 +23,16 @@
;;; Customization: ;;; Customization:
(defgroup fuel-debug nil (defgroup fuel-debug nil
"Major mode for interaction with the Factor debugger" "Major mode for interaction with the Factor debugger."
:group 'fuel) :group 'fuel)
(defcustom fuel-debug-mode-hook nil (defcustom fuel-debug-mode-hook nil
"Hook run after `fuel-debug-mode' activates" "Hook run after `fuel-debug-mode' activates."
:group 'fuel-debug :group 'fuel-debug
:type 'hook) :type 'hook)
(defcustom fuel-debug-show-short-help t (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 :group 'fuel-debug
:type 'boolean) :type 'boolean)

View File

@ -25,7 +25,7 @@
;;; Customization: ;;; Customization:
(defgroup fuel-help nil (defgroup fuel-help nil
"Options controlling FUEL's help system" "Options controlling FUEL's help system."
:group 'fuel) :group 'fuel)
(defcustom fuel-help-always-ask t (defcustom fuel-help-always-ask t

View File

@ -26,7 +26,7 @@
;;; Customization: ;;; Customization:
(defgroup fuel-listener nil (defgroup fuel-listener nil
"Interacting with a Factor listener inside Emacs" "Interacting with a Factor listener inside Emacs."
:group 'fuel) :group 'fuel)
(defcustom fuel-listener-factor-binary "~/factor/factor" (defcustom fuel-listener-factor-binary "~/factor/factor"

View File

@ -24,7 +24,7 @@
;;; Customization ;;; Customization
(defgroup fuel-stack nil (defgroup fuel-stack nil
"Customization for FUEL's stack inference engine" "Customization for FUEL's stack inference engine."
:group 'fuel) :group 'fuel)
(fuel-font-lock--defface fuel-font-lock-stack-region (fuel-font-lock--defface fuel-font-lock-stack-region