emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r110308: * lisp/bookmark.el (bookmark


From: Karl Fogel
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r110308: * lisp/bookmark.el (bookmark-version-control): Use Drew's slightly
Date: Sun, 30 Sep 2012 23:15:48 -0500
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110308
committer: Karl Fogel <address@hidden>
branch nick: trunk
timestamp: Sun 2012-09-30 23:15:48 -0500
message:
  * lisp/bookmark.el (bookmark-version-control): Use Drew's slightly
    better wording from (Bug#12309).
modified:
  lisp/bookmark.el
=== modified file 'lisp/bookmark.el'
--- a/lisp/bookmark.el  2012-10-01 03:44:59 +0000
+++ b/lisp/bookmark.el  2012-10-01 04:15:48 +0000
@@ -105,8 +105,8 @@
 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)
 
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]