branch: master commit 08ed0528163be72c6ce86a56b360cd945016dbaf Author: Leo Liu <sdl....@gmail.com> Commit: Leo Liu <sdl....@gmail.com>
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))