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

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

[elpa] externals/easy-escape 6f38e00 21/27: Fix a typo in a docstring


From: ELPA Syncer
Subject: [elpa] externals/easy-escape 6f38e00 21/27: Fix a typo in a docstring
Date: Tue, 14 Sep 2021 17:57:33 -0400 (EDT)

branch: externals/easy-escape
commit 6f38e001b74a46bdddd0c7ff77abea0429d576b3
Author: Clément Pit-Claudel <clement.pitclaudel@live.com>
Commit: Clément Pit-Claudel <clement.pitclaudel@live.com>

    Fix a typo in a docstring
---
 easy-escape.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/easy-escape.el b/easy-escape.el
index 801b0f6..4994c44 100644
--- a/easy-escape.el
+++ b/easy-escape.el
@@ -87,8 +87,9 @@ however."
   :group 'easy-escape
   :type 'boolean)
 
+;; FIXME use ppss?
 (defun easy-escape--in-string-p (pos)
-  "Indicate whether POS is inside of a string."
+  "Indicate whether POS is inside a string."
   (let ((face (get-text-property pos 'face)))
     (or (eq 'font-lock-doc-face face)
         (eq 'font-lock-string-face face)



reply via email to

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