branch: externals/inspector commit 57105aef34bee1b63569ca57789e84cc7086c3fb Author: Mariano Montone <marianomont...@gmail.com> Commit: GitHub <nore...@github.com>
Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ce27aeb330..06a6d142be 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ This is the [el-get](https://www.emacswiki.org/emacs/el-get "el-get") recipe: * `M-x inspector-quit` bound to letter `q`, to exit the inspector. Also, `M-x forward-button` and `M-x backward-button` are conveniently bound to `n` and `p`. -They can be used for fast navigation through the buttons that the inspector displays. +They can be used for fast navigation across the buttons that the inspector displays. Finally, you can use `M-x eval-expression` bound to letter `e`, to evaluate an elisp expression using the object currently being inspected (it is bound to `*`).