diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/bookmark.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/bookmark.el b/lisp/bookmark.el index 7470f7bd62c..3259d6283f9 100644 --- a/lisp/bookmark.el +++ b/lisp/bookmark.el @@ -106,7 +106,7 @@ 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 "Always" t)) :group 'bookmark) |