branch: master
commit 60fca7060ac405c6bb8a21eb6f4e5df2844a9655
Author: Jackson Ray Hamilton <jack...@jacksonrayhamilton.com>
Commit: Jackson Ray Hamilton <jack...@jacksonrayhamilton.com>

    Fix quoting problem in docstring.
---
 context-coloring.el |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/context-coloring.el b/context-coloring.el
index fd7a816..06830fd 100644
--- a/context-coloring.el
+++ b/context-coloring.el
@@ -279,7 +279,7 @@ KEYWORDS-P is non-nil, also color keywords from MIN to MAX."
   "Scope level at which to start coloring.
 
 If top-level variables and functions do not become global, but
-are scoped to a file (as in Node.js), set this to `1'."
+are scoped to a file (as in Node.js), set this to 1."
   :type 'integer
   :safe #'integerp
   :group 'context-coloring)

Reply via email to