aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Fogel2012-09-30 23:15:48 -0500
committerKarl Fogel2012-09-30 23:15:48 -0500
commit0a9cc82a7756399d1ad90d2cebe86df1353601a5 (patch)
tree663250aac691605dbd002efde7444b5c477118da
parente4c4abdd81a0c58df8b00de73076994b33ee377d (diff)
downloademacs-0a9cc82a7756399d1ad90d2cebe86df1353601a5.tar.gz
emacs-0a9cc82a7756399d1ad90d2cebe86df1353601a5.zip
* lisp/bookmark.el (bookmark-version-control): Use Drew's slightly
better wording from (Bug#12309).
-rw-r--r--lisp/bookmark.el4
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
105just use the value of `version-control'." 105just use the value of `version-control'."
106 :type '(choice (const :tag "If existing" nil) 106 :type '(choice (const :tag "If existing" nil)
107 (const :tag "Never" never) 107 (const :tag "Never" never)
108 (const :tag "Use the value of `version-control'" nospecial) 108 (const :tag "Use value of option `version-control'" nospecial)
109 (const :tag "Always" t)) 109 (other :tag "Always" t))
110 :group 'bookmark) 110 :group 'bookmark)
111 111
112 112