From 6c7e9f9a7386d24d48a1a3c6e2305aa30a814319 Mon Sep 17 00:00:00 2001 From: Benjamin Reynolds Date: Wed, 6 Jun 2018 23:55:37 -0500 Subject: [PATCH] Fix typo in spacemacs/plist-get docstring (#10803) --- core/core-funcs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-funcs.el b/core/core-funcs.el index fd5be3c7b..230112a1a 100644 --- a/core/core-funcs.el +++ b/core/core-funcs.el @@ -58,7 +58,7 @@ Currently this function infloops when the list is circular." (defun spacemacs/plist-get (plist prop) "Get the value associated to PROP in PLIST, a modified plist. -You should always use this function instread of builtin `plist-get' +You should always use this function instead of builtin `plist-get' in Spacemacs. A modified plist is one where keys are keywords and values are