branch: externals/inspector commit 83a805adb4e9aec64cf4324e9edd209f457bf451 Author: Mariano Montone <marianomont...@gmail.com> Commit: Mariano Montone <marianomont...@gmail.com>
README: commands name changes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6653a0e646..631a46fcf3 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,8 @@ This package is available from ELPA. ### 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 inspector-inspect-expression` to evaluate an elisp expression and inspect the result. +* `M-x inspector-inspect-last-sexp` to evaluate last sexp in current buffer and inspect the result. ### Inside the inspector