From b7271ae2ac711c4045ecaa22225eb1315da7fc13 Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Mon, 15 Feb 2016 16:53:37 +0200 Subject: Align the apropos messages with the ones in Emacs itself --- cider-apropos.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cider-apropos.el') diff --git a/cider-apropos.el b/cider-apropos.el index f63b1213..e8deadfb 100644 --- a/cider-apropos.el +++ b/cider-apropos.el @@ -106,7 +106,7 @@ The search may be limited to the namespace NS, and may optionally search doc strings, include private vars, and be case sensitive." (interactive - (cons (read-string "Clojure Apropos (a regular expression): ") + (cons (read-string "Search for Clojure symbol (a regular expression): ") (when current-prefix-arg (list (let ((ns (read-string "Namespace: "))) (if (string= ns "") nil ns)) @@ -124,6 +124,6 @@ strings, include private vars, and be case sensitive." (defun cider-apropos-documentation () "Shortcut for (cider-apropos nil t)." (interactive) - (cider-apropos (read-string "Clojure documentation Apropos (a regular expression): ") nil t)) + (cider-apropos (read-string "Search for Clojure documentation (a regular expression): ") nil t)) (provide 'cider-apropos) -- cgit v1.2.3