1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00

* lisp/bookmark.el (bookmark-version-control): Use Drew's slightly

better wording from (Bug#12309).
This commit is contained in:
Karl Fogel 2012-09-30 23:15:48 -05:00
parent e4c4abdd81
commit 0a9cc82a77

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