[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))
- [elpa] master updated (3d0eb58 -> 378f13a), Leo Liu, 2016/10/01
- [elpa] master 08ed052 5/7: Apply changes from GNU ELPA,
Leo Liu <=
- [elpa] master 7a7ee76 6/7: Doc fix, Leo Liu, 2016/10/01
- [elpa] master cf17576 4/7: Fix #89: Make sure compilation-auto-jump run before cleanup, Leo Liu, 2016/10/01
- [elpa] master c697c1d 2/7: Fix #127: Improve ggtags-make-project in finding tag files, Leo Liu, 2016/10/01
- [elpa] master b4ee572 1/7: Fix #124: Fix lighter for ggtags-navigation-mode, Leo Liu, 2016/10/01
- [elpa] master 378f13a 7/7: Merge branch 'master' of github.com:leoliu/ggtags, Leo Liu, 2016/10/01
- [elpa] master 811f2e1 3/7: Fix #88 and #130: Adapt to changes in Emacs 25.1, Leo Liu, 2016/10/01