summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2012-10-06 13:30:26 -0700
committerGlenn Morris <rgm@gnu.org>2012-10-06 13:30:26 -0700
commitd1a1c7e649e0ad44f1426abce72a5ff45a07e8fc (patch)
treeb018d361b60a3bf0583e9dcc1d85d359e151e27a
parentef35abb4ad34ef7038ee99742c8646fc6f9914ed (diff)
downloademacs-d1a1c7e649e0ad44f1426abce72a5ff45a07e8fc.tar.gz
Add missing :version tags
* profiler.el (profiler): Add missing group :version tag. * avoid.el (mouse-avoidance-banish-position): * proced.el (proced-renice-command): * calc/calc.el (calc-ensure-consistent-units): * calendar/icalendar.el (icalendar-import-format-uid): * net/tramp.el (tramp-save-ad-hoc-proxies): * progmodes/bug-reference.el (bug-reference-bug-regexp): * progmodes/flymake.el (flymake-error-bitmap) (flymake-warning-bitmap, flymake-fringe-indicator-position): * progmodes/sh-script.el (sh-indent-after-continuation): * progmodes/verilog-mode.el (verilog-auto-template-warn-unused) (verilog-before-save-font-hook, verilog-after-save-font-hook): * progmodes/vhdl-mode.el (vhdl-makefile-default-targets) (vhdl-array-index-record-field-in-sensitivity-list) (vhdl-indent-comment-like-next-code-line): * textmodes/reftex-vars.el (reftex-ref-style-alist) (reftex-ref-macro-prompt, reftex-ref-style-default-list) (reftex-cite-key-separator, reftex-create-bibtex-header) (reftex-create-bibtex-footer): * textmodes/rst.el (rst-new-adornment-down, rst-indent-field) (rst-indent-literal-normal, rst-indent-literal-minimized) (rst-indent-comment): Add missing custom :version tags. * cedet/semantic/complete.el (semantic-displayor-tooltip-mode) (semantic-displayor-tooltip-initial-max-tags) (semantic-displayor-tooltip-max-tags): Add missing custom :version tags. * cedet/ede/linux.el (project-linux): Add missing group :version tag. * cedet/semantic/complete.el (semantic-displayor-tooltip-max-tags): Doc fix. * erc/erc.el (erc-lurker): * erc/erc-desktop-notifications.el (erc-notifications): Add missing group :version tags. * gnus/gnus-notifications.el (gnus-notifications): Add missing group :version tag. * gnus/gnus-msg.el (gnus-gcc-pre-body-encode-hook) (gnus-gcc-post-body-encode-hook): * gnus/gnus-sync.el (gnus-sync-lesync-name) (gnus-sync-lesync-install-topics): Add missing custom :version tags.
-rw-r--r--lisp/ChangeLog23
-rw-r--r--lisp/avoid.el1
-rw-r--r--lisp/calc/calc.el1
-rw-r--r--lisp/calendar/icalendar.el1
-rw-r--r--lisp/cedet/ChangeLog9
-rw-r--r--lisp/cedet/ede/linux.el2
-rw-r--r--lisp/cedet/semantic/complete.el22
-rw-r--r--lisp/erc/ChangeLog9
-rw-r--r--lisp/erc/erc-desktop-notifications.el1
-rw-r--r--lisp/erc/erc.el1
-rw-r--r--lisp/gnus/ChangeLog9
-rw-r--r--lisp/gnus/gnus-msg.el2
-rw-r--r--lisp/gnus/gnus-notifications.el1
-rw-r--r--lisp/gnus/gnus-sync.el4
-rw-r--r--lisp/net/tramp.el1
-rw-r--r--lisp/proced.el1
-rw-r--r--lisp/profiler.el1
-rw-r--r--lisp/progmodes/bug-reference.el1
-rw-r--r--lisp/progmodes/flymake.el3
-rw-r--r--lisp/progmodes/sh-script.el1
-rw-r--r--lisp/progmodes/verilog-mode.el3
-rw-r--r--lisp/progmodes/vhdl-mode.el3
-rw-r--r--lisp/textmodes/reftex-vars.el6
-rw-r--r--lisp/textmodes/rst.el5
24 files changed, 97 insertions, 14 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 65754ab089e..861038b17bd 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,28 @@
2012-10-06 Glenn Morris <rgm@gnu.org>
+ * profiler.el (profiler): Add missing group :version tag.
+ * avoid.el (mouse-avoidance-banish-position):
+ * proced.el (proced-renice-command):
+ * calc/calc.el (calc-ensure-consistent-units):
+ * calendar/icalendar.el (icalendar-import-format-uid):
+ * net/tramp.el (tramp-save-ad-hoc-proxies):
+ * progmodes/bug-reference.el (bug-reference-bug-regexp):
+ * progmodes/flymake.el (flymake-error-bitmap)
+ (flymake-warning-bitmap, flymake-fringe-indicator-position):
+ * progmodes/sh-script.el (sh-indent-after-continuation):
+ * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
+ (verilog-before-save-font-hook, verilog-after-save-font-hook):
+ * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
+ (vhdl-array-index-record-field-in-sensitivity-list)
+ (vhdl-indent-comment-like-next-code-line):
+ * textmodes/reftex-vars.el (reftex-ref-style-alist)
+ (reftex-ref-macro-prompt, reftex-ref-style-default-list)
+ (reftex-cite-key-separator, reftex-create-bibtex-header)
+ (reftex-create-bibtex-footer):
+ * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
+ (rst-indent-literal-normal, rst-indent-literal-minimized)
+ (rst-indent-comment): Add missing custom :version tags.
+
* calendar/timeclock.el (timeclock-modeline-display):
Add missing obsolete alias for renamed user option.
diff --git a/lisp/avoid.el b/lisp/avoid.el
index 2fa6ef39e70..7f4b78bf5e0 100644
--- a/lisp/avoid.el
+++ b/lisp/avoid.el
@@ -128,6 +128,7 @@ SIDE-POS: Distance from right or left edge of frame or window.
TOP-OR-BOTTOM: banish the mouse to top or bottom of frame or window.
TOP-OR-BOTTOM-POS: Distance from top or bottom edge of frame or window."
:group 'avoid
+ :version "24.3"
:type '(alist :key-type symbol :value-type symbol)
:options '(frame-or-window side (side-pos integer)
top-or-bottom (top-or-bottom-pos integer)))
diff --git a/lisp/calc/calc.el b/lisp/calc/calc.el
index 25f591a3945..f1643b10a76 100644
--- a/lisp/calc/calc.el
+++ b/lisp/calc/calc.el
@@ -423,6 +423,7 @@ in normal mode."
"If non-nil, make sure new units are consistent with current units
when converting units."
:group 'calc
+ :version "24.3"
:type 'boolean)
(defcustom calc-undo-length
diff --git a/lisp/calendar/icalendar.el b/lisp/calendar/icalendar.el
index 39b83d4c831..27e7261263e 100644
--- a/lisp/calendar/icalendar.el
+++ b/lisp/calendar/icalendar.el
@@ -186,6 +186,7 @@ the URL."
This applies only if the UID is not empty! `%s' is replaced by
the UID."
:type 'string
+ :version "24.3"
:group 'icalendar)
(defcustom icalendar-import-format-status
diff --git a/lisp/cedet/ChangeLog b/lisp/cedet/ChangeLog
index 9e20b4fbb4e..ff5b603833d 100644
--- a/lisp/cedet/ChangeLog
+++ b/lisp/cedet/ChangeLog
@@ -1,3 +1,12 @@
+2012-10-06 Glenn Morris <rgm@gnu.org>
+
+ * semantic/complete.el (semantic-displayor-tooltip-max-tags): Doc fix.
+
+ * semantic/complete.el (semantic-displayor-tooltip-mode)
+ (semantic-displayor-tooltip-initial-max-tags)
+ (semantic-displayor-tooltip-max-tags): Add missing custom :version tags.
+ * ede/linux.el (project-linux): Add missing group :version tag.
+
2012-10-06 Chong Yidong <cyd@gnu.org>
* semantic/bovine/grammar.el:
diff --git a/lisp/cedet/ede/linux.el b/lisp/cedet/ede/linux.el
index 7cd066f8b3b..5c708039ec4 100644
--- a/lisp/cedet/ede/linux.el
+++ b/lisp/cedet/ede/linux.el
@@ -44,7 +44,7 @@
"File and tag browser frame."
:group 'tools
:group 'ede
- )
+ :version "24.3")
(defcustom project-linux-compile-target-command (concat ede-make-command " -k -C %s SUBDIRS=%s")
"*Default command used to compile a target."
diff --git a/lisp/cedet/semantic/complete.el b/lisp/cedet/semantic/complete.el
index 61760dd3fe8..9c2da9faefa 100644
--- a/lisp/cedet/semantic/complete.el
+++ b/lisp/cedet/semantic/complete.el
@@ -1564,6 +1564,7 @@ Verbose: Always show all completions available.
The absolute maximum number of completions for all mode is
determined through `semantic-displayor-tooltip-max-tags'."
:group 'semantic
+ :version "24.3"
:type '(choice (const :tag "Standard" standard)
(const :tag "Quiet" quiet)
(const :tag "Verbose" verbose)))
@@ -1573,24 +1574,25 @@ determined through `semantic-displayor-tooltip-max-tags'."
"Maximum number of tags to be displayed initially.
See doc-string of `semantic-displayor-tooltip-mode' for details."
:group 'semantic
+ :version "24.3"
:type 'integer)
(defcustom semantic-displayor-tooltip-max-tags 25
- "The maximum number of tags to be displayed.
+ "The maximum number of tags to be displayed.
Maximum number of completions where we have activated the
extended completion list through typing TAB or SPACE multiple
times. This limit needs to fit on your screen!
Note: If available, customizing this variable increases
-'x-max-tooltip-size' to force over-sized tooltips when necessary.
-This will not happen if you directly set this variable via
-`setq'."
- :group 'semantic
- :type 'integer
- :set '(lambda (sym var)
- (set-default sym var)
- (when (boundp 'x-max-tooltip-size)
- (setcdr x-max-tooltip-size (max (1+ var) (cdr x-max-tooltip-size))))))
+`x-max-tooltip-size' to force over-sized tooltips when necessary.
+This will not happen if you directly set this variable via `setq'."
+ :group 'semantic
+ :version "24.3"
+ :type 'integer
+ :set '(lambda (sym var)
+ (set-default sym var)
+ (when (boundp 'x-max-tooltip-size)
+ (setcdr x-max-tooltip-size (max (1+ var) (cdr x-max-tooltip-size))))))
(defclass semantic-displayor-tooltip (semantic-displayor-traditional)
diff --git a/lisp/erc/ChangeLog b/lisp/erc/ChangeLog
index 3558a8a90b5..9be0d3241ad 100644
--- a/lisp/erc/ChangeLog
+++ b/lisp/erc/ChangeLog
@@ -1,3 +1,9 @@
+2012-10-06 Glenn Morris <rgm@gnu.org>
+
+ * erc.el (erc-lurker):
+ * erc-desktop-notifications.el (erc-notifications):
+ Add missing group :version tags.
+
2012-10-04 Julien Danjou <julien@danjou.info>
* erc-desktop-notifications.el: Rename from erc-notifications to
@@ -9,8 +15,7 @@
2012-09-17 Chong Yidong <cyd@gnu.org>
- * erc-page.el (erc-page-function):
-
+ * erc-page.el (erc-page-function):
* erc-stamp.el (erc-stamp): Doc fix.
2012-08-21 Josh Feinstein <jlf@foxtail.org>
diff --git a/lisp/erc/erc-desktop-notifications.el b/lisp/erc/erc-desktop-notifications.el
index 57b93f43219..2cc3c80a8ea 100644
--- a/lisp/erc/erc-desktop-notifications.el
+++ b/lisp/erc/erc-desktop-notifications.el
@@ -35,6 +35,7 @@
(defgroup erc-notifications nil
"Send notifications on PRIVMSG or mentions."
+ :version "24.3"
:group 'erc)
(defvar erc-notifications-last-notification nil
diff --git a/lisp/erc/erc.el b/lisp/erc/erc.el
index 687e60da28a..bbd9dad4310 100644
--- a/lisp/erc/erc.el
+++ b/lisp/erc/erc.el
@@ -102,6 +102,7 @@
(defgroup erc-lurker nil
"Hide specified message types sent by lurkers"
+ :version "24.3"
:group 'erc-ignore)
(defgroup erc-query nil
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index 983d09e2589..f79353ebfb3 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,3 +1,12 @@
+2012-10-06 Glenn Morris <rgm@gnu.org>
+
+ * gnus-notifications.el (gnus-notifications):
+ Add missing group :version tag.
+ * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
+ (gnus-gcc-post-body-encode-hook):
+ * gnus-sync.el (gnus-sync-lesync-name)
+ (gnus-sync-lesync-install-topics): Add missing custom :version tags.
+
2012-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
* gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
diff --git a/lisp/gnus/gnus-msg.el b/lisp/gnus/gnus-msg.el
index c2f79e70d1e..77bb6281bc4 100644
--- a/lisp/gnus/gnus-msg.el
+++ b/lisp/gnus/gnus-msg.el
@@ -319,6 +319,7 @@ The current buffer (when the hook is run) contains the message
including the message header. Changes made to the message will
only affect the Gcc copy, but not the original message."
:group 'gnus-message
+ :version "24.3"
:type 'hook)
(defcustom gnus-gcc-post-body-encode-hook nil
@@ -327,6 +328,7 @@ The current buffer (when the hook is run) contains the message
including the message header. Changes made to the message will
only affect the Gcc copy, but not the original message."
:group 'gnus-message
+ :version "24.3"
:type 'hook)
(autoload 'gnus-message-citation-mode "gnus-cite" nil t)
diff --git a/lisp/gnus/gnus-notifications.el b/lisp/gnus/gnus-notifications.el
index 5104a56c6e7..3848dee8d4f 100644
--- a/lisp/gnus/gnus-notifications.el
+++ b/lisp/gnus/gnus-notifications.el
@@ -42,6 +42,7 @@
(defgroup gnus-notifications nil
"Send notifications on new message in Gnus."
+ :version "24.3"
:group 'gnus)
(defcustom gnus-notifications-use-google-contacts t
diff --git a/lisp/gnus/gnus-sync.el b/lisp/gnus/gnus-sync.el
index ca8662ff936..b5f8379e367 100644
--- a/lisp/gnus/gnus-sync.el
+++ b/lisp/gnus/gnus-sync.el
@@ -134,11 +134,13 @@ and `gnus-topic-alist'. Also see `gnus-variable-list'."
(defcustom gnus-sync-lesync-name (system-name)
"The LeSync name for this machine."
:group 'gnus-sync
+ :version "24.3"
:type 'string)
-(defcustom gnus-sync-lesync-install-topics 'ask
+(defcustom gnus-sync-lesync-install-topics 'ask
"Should LeSync install the recorded topics?"
:group 'gnus-sync
+ :version "24.3"
:type '(choice (const :tag "Never Install" nil)
(const :tag "Always Install" t)
(const :tag "Ask Me Once" ask)))
diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el
index 019ab1eef0f..b1532eb2ae4 100644
--- a/lisp/net/tramp.el
+++ b/lisp/net/tramp.el
@@ -403,6 +403,7 @@ interpreted as a regular expression which always matches."
(defcustom tramp-save-ad-hoc-proxies nil
"Whether to save ad-hoc proxies persistently."
:group 'tramp
+ :version "24.3"
:type 'boolean)
(defcustom tramp-restricted-shell-hosts-alist
diff --git a/lisp/proced.el b/lisp/proced.el
index ec41ce65ef5..e3ff9fb5c95 100644
--- a/lisp/proced.el
+++ b/lisp/proced.el
@@ -68,6 +68,7 @@ the external command (usually \"kill\")."
(defcustom proced-renice-command "renice"
"Name of renice command."
:group 'proced
+ :version "24.3"
:type '(string :tag "command"))
(defcustom proced-signal-list
diff --git a/lisp/profiler.el b/lisp/profiler.el
index 5e605957833..e9261eb1af7 100644
--- a/lisp/profiler.el
+++ b/lisp/profiler.el
@@ -29,6 +29,7 @@
(defgroup profiler nil
"Emacs profiler."
:group 'lisp
+ :version "24.3"
:prefix "profiler-")
(defconst profiler-version "24.3")
diff --git a/lisp/progmodes/bug-reference.el b/lisp/progmodes/bug-reference.el
index 97fcb6874dd..3561105e59d 100644
--- a/lisp/progmodes/bug-reference.el
+++ b/lisp/progmodes/bug-reference.el
@@ -74,6 +74,7 @@ so that it is considered safe, see `enable-local-variables'.")
The second subexpression should match the bug reference (usually a number)."
:type 'string
:safe 'stringp
+ :version "24.3" ; previously defconst
:group 'bug-reference)
(defun bug-reference-set-overlay-properties ()
diff --git a/lisp/progmodes/flymake.el b/lisp/progmodes/flymake.el
index 10d5fdf9c64..26d4a399c2d 100644
--- a/lisp/progmodes/flymake.el
+++ b/lisp/progmodes/flymake.el
@@ -768,6 +768,7 @@ line number outside the file being compiled."
The value may also be a list of two elements where the second
element specifies the face for the bitmap."
:group 'flymake
+ :version "24.3"
:type 'symbol)
(defcustom flymake-warning-bitmap 'question-mark
@@ -775,6 +776,7 @@ element specifies the face for the bitmap."
The value may also be a list of two elements where the second
element specifies the face for the bitmap."
:group 'flymake
+ :version "24.3"
:type 'symbol)
(defcustom flymake-fringe-indicator-position 'left-fringe
@@ -782,6 +784,7 @@ element specifies the face for the bitmap."
The value can be nil, left-fringe or right-fringe.
Fringe indicators are disabled if nil."
:group 'flymake
+ :version "24.3"
:type '(choice (const left-fringe)
(const right-fringe)
(const :tag "No fringe indicators" nil)))
diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el
index e94919ee2a9..16acf2547a2 100644
--- a/lisp/progmodes/sh-script.el
+++ b/lisp/progmodes/sh-script.el
@@ -1767,6 +1767,7 @@ Does not preserve point."
(defcustom sh-indent-after-continuation t
"If non-nil, try to make sure text is indented after a line continuation."
+ :version "24.3"
:type 'boolean)
(defun sh-smie--continuation-start-indent ()
diff --git a/lisp/progmodes/verilog-mode.el b/lisp/progmodes/verilog-mode.el
index 8c4167b6724..6ffe88f721e 100644
--- a/lisp/progmodes/verilog-mode.el
+++ b/lisp/progmodes/verilog-mode.el
@@ -1159,6 +1159,7 @@ See the \\[verilog-faq] for examples on using this."
"Non-nil means report warning if an AUTO_TEMPLATE line is not used.
This feature is not supported before Emacs 21.1 or XEmacs 21.4."
:group 'verilog-mode-auto
+ :version "24.3"
:type 'boolean)
(put 'verilog-auto-template-warn-unused 'safe-local-variable 'verilog-booleanp)
@@ -1230,11 +1231,13 @@ For example, \"_t$\" matches typedefs named with _t, as in the C language."
(defcustom verilog-before-save-font-hook nil
"Hook run before `verilog-save-font-mods' removes highlighting."
:group 'verilog-mode-auto
+ :version "24.3"
:type 'hook)
(defcustom verilog-after-save-font-hook nil
"Hook run after `verilog-save-font-mods' restores highlighting."
:group 'verilog-mode-auto
+ :version "24.3"
:type 'hook)
(defvar verilog-imenu-generic-expression
diff --git a/lisp/progmodes/vhdl-mode.el b/lisp/progmodes/vhdl-mode.el
index 52757b9eede..6ad7d3b168a 100644
--- a/lisp/progmodes/vhdl-mode.el
+++ b/lisp/progmodes/vhdl-mode.el
@@ -483,6 +483,7 @@ with other user Makefiles."
:type '(list (string :tag "Compile entire design")
(string :tag "Clean entire design ")
(string :tag "Create design library"))
+ :version "24.3"
:group 'vhdl-compile)
(defcustom vhdl-makefile-generation-hook nil
@@ -772,6 +773,7 @@ index, the record field or array index is included with the record name in
the sensitivity list (e.g. \"in1(0)\", \"in2.f0\").
Otherwise, only the record name is included (e.g. \"in1\", \"in2\")."
:type 'boolean
+ :version "24.3"
:group 'vhdl-style)
(defgroup vhdl-naming nil
@@ -1849,6 +1851,7 @@ Otherwise, comment lines are indented like the preceding code line.
Indenting comment lines like the following code line gives nicer indentation
when comments precede the code that they refer to."
:type 'boolean
+ :version "24.3"
:group 'vhdl-misc)
(defcustom vhdl-word-completion-case-sensitive nil
diff --git a/lisp/textmodes/reftex-vars.el b/lisp/textmodes/reftex-vars.el
index df3d729adca..264d6e21839 100644
--- a/lisp/textmodes/reftex-vars.el
+++ b/lisp/textmodes/reftex-vars.el
@@ -968,6 +968,7 @@ the macro type is being prompted for. (See also
`reftex-ref-macro-prompt'.) The keys, represented as characters,
have to be unique."
:group 'reftex-referencing-labels
+ :version "24.3"
:type '(alist :key-type (string :tag "Style name")
:value-type (group (choice :tag "Package"
(const :tag "Any package" t)
@@ -979,6 +980,7 @@ have to be unique."
(defcustom reftex-ref-macro-prompt t
"If non-nil, `reftex-reference' prompts for the reference macro."
:group 'reftex-referencing-labels
+ :version "24.3"
:type 'boolean)
(defcustom reftex-vref-is-default nil
@@ -1014,6 +1016,7 @@ can be cycled in the buffer for selecting a label. The entries
in the list have to match the respective reference style names
used in the variable `reftex-ref-style-alist'."
:group 'reftex-referencing-labels
+ :version "24.3"
:type `(set ,@(mapcar (lambda (x) (list 'const (car x)))
reftex-ref-style-alist)))
@@ -1257,16 +1260,19 @@ should return the string to insert into the buffer."
(defcustom reftex-cite-key-separator ","
"String to be used for separating several keys in a \\cite macro."
:group 'reftex-citation-support
+ :version "24.3"
:type 'string)
(defcustom reftex-create-bibtex-header nil
"Header to insert in BibTeX files generated by RefTeX."
:group 'reftex-citation-support
+ :version "24.3"
:type 'string)
(defcustom reftex-create-bibtex-footer nil
"Footer to insert in BibTeX files generated by RefTeX."
:group 'reftex-citation-support
+ :version "24.3"
:type 'string)
;; Index Support Configuration
diff --git a/lisp/textmodes/rst.el b/lisp/textmodes/rst.el
index 869da63064a..202c36c2e4a 100644
--- a/lisp/textmodes/rst.el
+++ b/lisp/textmodes/rst.el
@@ -1545,6 +1545,7 @@ b. a negative numerical argument, which generally inverts the
:type '(choice
(const :tag "Same level as previous one" nil)
(const :tag "One level down relative to the previous one" t))
+ :version "24.3"
:package-version '(rst . "1.1.0"))
(rst-testcover-defcustom)
@@ -2845,24 +2846,28 @@ here."
(defcustom rst-indent-field 3
"Indentation for first line after a field or 0 to always indent for content."
:group 'rst-indent
+ :version "24.3"
:type '(integer))
(rst-testcover-defcustom)
(defcustom rst-indent-literal-normal 3
"Default indentation for literal block after a markup on an own line."
:group 'rst-indent
+ :version "24.3"
:type '(integer))
(rst-testcover-defcustom)
(defcustom rst-indent-literal-minimized 2
"Default indentation for literal block after a minimized markup."
:group 'rst-indent
+ :version "24.3"
:type '(integer))
(rst-testcover-defcustom)
(defcustom rst-indent-comment 3
"Default indentation for first line of a comment."
:group 'rst-indent
+ :version "24.3"
:type '(integer))
(rst-testcover-defcustom)