emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] master 08ed052 5/7: Apply changes from GNU ELPA


From: Leo Liu
Subject: [elpa] master 08ed052 5/7: Apply changes from GNU ELPA
Date: Sun, 2 Oct 2016 01:47:27 +0000 (UTC)

branch: master
commit 08ed0528163be72c6ce86a56b360cd945016dbaf
Author: Leo Liu <address@hidden>
Commit: Leo Liu <address@hidden>

    Apply changes from GNU ELPA
    
    See GNU ELPA commit f10533854f4c7bb54247a11981191bf37b70cb36 "Fix
    some quoting problems in doc strings".
---
 ggtags.el |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ggtags.el b/ggtags.el
index c16f99d..164c6a1 100644
--- a/ggtags.el
+++ b/ggtags.el
@@ -341,7 +341,7 @@ Nil means using the value of `completing-read-function'."
 
 (defcustom ggtags-highlight-tag 0.25
   "If non-nil time in seconds before highlighting tag at point.
-Set to `nil' to disable tag highlighting."
+Set to nil to disable tag highlighting."
   :set (lambda (sym value)
          (when (fboundp 'ggtags-setup-highlight-tag-at-point)
            (ggtags-setup-highlight-tag-at-point value))



reply via email to

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