From 073ce20fb1cc2b9d4e5eca86bac20143a627493c Mon Sep 17 00:00:00 2001 From: Jen-Chieh Shen Date: Mon, 21 Oct 2024 21:28:37 -0700 Subject: [PATCH] chore(lisp): Typo in docstring --- lisp/_prepare.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/_prepare.el b/lisp/_prepare.el index 896a5cf1..e9ab76c9 100644 --- a/lisp/_prepare.el +++ b/lisp/_prepare.el @@ -775,7 +775,7 @@ full detials." (ignore-errors (string-to-number str))) (defun eask--flag (flag) - "Return non-nil if FLAG exists.." + "Return non-nil if FLAG exists." (member (concat "--eask" flag) eask-argv)) (defun eask--flag-value (flag)