emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 60fca70 03/21: Fix quoting problem in docstring.


From: Jackson Ray Hamilton
Subject: [elpa] master 60fca70 03/21: Fix quoting problem in docstring.
Date: Fri, 23 Dec 2016 20:27:51 +0000 (UTC)

branch: master
commit 60fca7060ac405c6bb8a21eb6f4e5df2844a9655
Author: Jackson Ray Hamilton <address@hidden>
Commit: Jackson Ray Hamilton <address@hidden>

    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

[Prev in Thread] Current Thread [Next in Thread]