branch: externals/easy-escape commit 6f38e001b74a46bdddd0c7ff77abea0429d576b3 Author: Clément Pit-Claudel <clement.pitclau...@live.com> Commit: Clément Pit-Claudel <clement.pitclau...@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)