From: Karl Fogel Date: Mon, 1 Oct 2012 04:15:48 +0000 (-0500) Subject: * lisp/bookmark.el (bookmark-version-control): Use Drew's slightly X-Git-Tag: emacs-24.2.90~241^2~72 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0a9cc82a7756399d1ad90d2cebe86df1353601a5;p=emacs.git * lisp/bookmark.el (bookmark-version-control): Use Drew's slightly better wording from (Bug#12309). --- diff --git a/lisp/bookmark.el b/lisp/bookmark.el index ebb3aac3319..861aa6e06dd 100644 --- a/lisp/bookmark.el +++ b/lisp/bookmark.el @@ -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)