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:
parent
e4c4abdd81
commit
0a9cc82a77
@ -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)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user