Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
0a9cc82a
Commit
0a9cc82a
authored
Sep 30, 2012
by
Karl Fogel
Browse files
* lisp/bookmark.el (bookmark-version-control): Use Drew's slightly
better wording from (Bug#12309).
parent
e4c4abdd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/bookmark.el
lisp/bookmark.el
+2
-2
No files found.
lisp/bookmark.el
View file @
0a9cc82a
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment