]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/ggtags/ggtags.el
Fix some quoting problems in doc strings
[gnu-emacs-elpa] / packages / ggtags / ggtags.el
index 08fb4c8d6ee40631afd1d45943777ce4b1413105..aefe3afdfbb9d6f70ec3d3c7dd4ee5d12aec8366 100644 (file)
@@ -334,7 +334,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))