diff options
| -rw-r--r-- | lisp/bookmark.el | 4 |
1 files changed, 2 insertions, 2 deletions
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) |
