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

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

[nongnu] scratch/editorconfig-cc ef4f52c512 126/351: Fix a doc string.


From: Stefan Monnier
Subject: [nongnu] scratch/editorconfig-cc ef4f52c512 126/351: Fix a doc string.
Date: Thu, 13 Jun 2024 18:38:46 -0400 (EDT)

branch: scratch/editorconfig-cc
commit ef4f52c5123fa9ed9df91fc16a849c5b417dafdb
Author: Hong Xu <hong@topbug.net>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>

    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)



reply via email to

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