branch: scratch/editorconfig-cc
commit ff1b4c2f6540f0232438c2073dd0623c5132ced6
Author: 10sr <8slashes+...@gmail.com>
Commit: Stefan Monnier <monn...@iro.umontreal.ca>

    Fix editorconfig-core commentary text
---
 editorconfig-core.el | 14 ++++----------
 1 file changed, 4 insertions(+), 10 deletions(-)

diff --git a/editorconfig-core.el b/editorconfig-core.el
index 83bbd3059e..91c69ac875 100644
--- a/editorconfig-core.el
+++ b/editorconfig-core.el
@@ -32,23 +32,17 @@
 ;; .editorconfig files and returns properties for given files.
 ;; This can be used in place of, for example, editorconfig-core-c.
 
-;; This library is not an editor plugin and does not configure Emacs for 
editing
-;; the files: this should be done with editorconfig-emacs.
-
 
 ;; Use from EditorConfig Emacs Plugin
 
-;; editorconfig-emacs (v0.5 or later) can utilize this library.
-;; Add following lines to your init.el:
+;; Emacs plugin (v0.5 or later) can utilize this implementation.
+;; By default, the plugin first search for any EditorConfig executable,
+;; and fallback to this library if not found.
+;; If you always want to use this library, add following lines to your init.el:
 
 ;;     (setq editorconfig-get-properties-function
 ;;           'editorconfig-core-get-properties-hash)
 
-;; This sexp configures editorconfig-emacs to call this library when getting
-;; EditorConfig properties instead of the default function
-;; editorconfig-get-properties-from-exec, which invokes external program
-;; like editorconfig-core-c.
-
 
 ;; Functions
 

Reply via email to