branch: externals/inspector commit f8d2e8edef0e52ae95ec29a9eae75186e097391a Author: Mariano Montone <marianomont...@gmail.com> Commit: GitHub <nore...@github.com>
Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 900c8ff474..53cf1c9f2a 100644 --- a/README.md +++ b/README.md @@ -14,13 +14,13 @@ This is work in progress at the moment. Just download and load the file into Ema ### Invocation -`M-x inspect-expression` to evaluate an elisp expression and inspect the result. -`M-x inspect-last-sexp` to evaluate last sexp in current buffer and inspect the result. +* `M-x inspect-expression` to evaluate an elisp expression and inspect the result. +* `M-x inspect-last-sexp` to evaluate last sexp in current buffer and inspect the result. ### Inside the inspector -`M-x inspector-pop` bound to letter `l`, to navigate to previous object. -`M-x inspector-quit` bound to letter `q`, to exit the inspector. +* `M-x inspector-pop` bound to letter `l`, to navigate to previous object. +* `M-x inspector-quit` bound to letter `q`, to exit the inspector. ### From the Emacs debugger