Bladeren bron

Merge pull request #160 from kant/patch-1

Minor fix on line #166 of readme
Ryan C. Thompson 6 jaren geleden
bovenliggende
commit
e4d639e21c
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -163,7 +163,7 @@ differed in their handling of RET on an empty input. Now there is only
 one mode, and the no-default case is handled by acting as if the empty
 string was specified as the default, which more closely matches the
 behavior of standard emacs completion. Since you, the user, have no
-way of knowing how `completing-read' was called, you can tell when
+way of knowing how `completing-read` was called, you can tell when
 this is occurring by watching for the appearance of an empty
 completion at the front of the list. Compare: