branch: master commit b2c8b0154113fb40886d27c3b36357c19d1f5cb3 Author: Artur Malabarba <bruce.connor...@gmail.com> Commit: Artur Malabarba <bruce.connor...@gmail.com>
packages/names: Finish support for find-function-read --- names-dev.el | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/names-dev.el b/names-dev.el index cdaa681..0133604 100644 --- a/names-dev.el +++ b/names-dev.el @@ -211,9 +211,7 @@ Argument EVAL-LAST-SEXP-ARG-INTERNAL is the same as `eval-print-last-sexp'." (defalias 'find-function-read 'names--find-function-read) (defun names--find-function-read (&optional type) - "Identical to `eval-print-last-sexp', except it works for forms inside namespaces. -Argument EVAL-LAST-SEXP-ARG-INTERNAL is the same as `eval-print-last-sexp'." - (interactive "P") + "Identical to `find-function-read', except it works inside namespaces." (let ((buf (current-buffer))) (names--wrapped-in-namespace (names--find-function-read-original type) nil t