From 14cbcd890696a9dddd39a4acf08f5167ff257c50 Mon Sep 17 00:00:00 2001 From: Anders Bakken Date: Tue, 29 Aug 2017 19:12:50 -0700 Subject: [PATCH] Speling. --- src/rtags.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rtags.el b/src/rtags.el index 230e3a9c0..aa6f27a70 100644 --- a/src/rtags.el +++ b/src/rtags.el @@ -177,7 +177,7 @@ (defcustom rtags-reindex-on-save nil "Explicitly reindex files on save. -This is only be useful, if your file system watching is not working." +This is only useful if your file system watching is not working." :group 'rtags :type 'boolean :safe 'booleanp)