* lisp/bookmark.el (bookmark-version-control): Use Drew's slightly
authorKarl Fogel <kfogel@red-bean.com>
Mon, 1 Oct 2012 04:15:48 +0000 (23:15 -0500)
committerKarl Fogel <kfogel@red-bean.com>
Mon, 1 Oct 2012 04:15:48 +0000 (23:15 -0500)
  better wording from (Bug#12309).

lisp/bookmark.el

index ebb3aac..861aa6e 100644 (file)
@@ -105,8 +105,8 @@ variable `version-control'; the value `nospecial' (the default) means
 just use the value of `version-control'."
   :type '(choice (const :tag "If existing" nil)
                  (const :tag "Never" never)
-                 (const :tag "Use the value of `version-control'" nospecial)
-                 (const :tag "Always" t))
+                 (const :tag "Use value of option `version-control'" nospecial)
+                 (other :tag "Always" t))
   :group 'bookmark)