branch: elpa/dart-mode
commit 2a9500599ee4234711d09fc58243d919aa483e73
Author: Brady Trainor <[email protected]>
Commit: Brady Trainor <[email protected]>
Fix typo in README, regarding M-/ fallback
We assume the author meant `dart-expand-fallback` variable, based on
changes in same commit.
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index b90540b..a307c7c 100644
--- a/README.md
+++ b/README.md
@@ -123,7 +123,8 @@ press `M-?` again to select the second parameter, and so on.
If the analysis server isn't enabled for the current buffer, this will fall
back
to whatever command is assigned to `M-/` outside of Dart mode (`dabbrev-expand`
in vanilla Emacs). This will usually pick up any custom key bindings, but if it
-doesn't you can manually choose a fallback by setting the `
+doesn't you can manually choose a fallback by setting the
`dart-expand-fallback`
+variable.
## Dart Formatter