浏览代码

Minor fix on string #166

Darío Hereñú 6 年之前
父节点
当前提交
fa80c902c6
共有 1 个文件被更改,包括 1 次插入1 次删除
  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: