branch: scratch/editorconfig-cc
commit ef4f52c5123fa9ed9df91fc16a849c5b417dafdb
Author: Hong Xu <[email protected]>
Commit: Stefan Monnier <[email protected]>
Fix a doc string.
---
editorconfig.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/editorconfig.el b/editorconfig.el
index 36da23ed2f..92477b05c8 100644
--- a/editorconfig.el
+++ b/editorconfig.el
@@ -274,7 +274,7 @@ yet.")
"Get EditorConfig properties of current buffer.
It calls `editorconfig-get-properties-from-exec' if
-`editorconfig-exec-path` is found, otherwise
+`editorconfig-exec-path' is found, otherwise
`editorconfig-core-get-properties-hash'."
(if (executable-find editorconfig-exec-path)
(editorconfig-get-propergies-from-exec)