[slime-cvs] CVS slime
trittweiler
trittweiler at common-lisp.net
Wed Jan 2 11:50:57 UTC 2008
Update of /project/slime/cvsroot/slime
In directory clnet:/tmp/cvs-serv8717
Modified Files:
slime.el
Log Message:
* slime.el (slime-apropos): Update docstring: Apropos doesn't
match on regular expressions anymore since 2007-11-24.
--- /project/slime/cvsroot/slime/slime.el 2007/12/14 08:46:49 1.886
+++ /project/slime/cvsroot/slime/slime.el 2008/01/02 11:50:57 1.887
@@ -5866,7 +5866,8 @@
(defun slime-apropos (string &optional only-external-p package
case-sensitive-p)
- "Show all bound symbols whose names match STRING, a regular expression."
+ "Show all bound symbols whose names match STRING. With prefix
+arg, you're interactively asked for parameters of the search."
(interactive
(if current-prefix-arg
(list (read-string "SLIME Apropos: ")
@@ -5886,7 +5887,7 @@
(lambda (r) (slime-show-apropos r string package summary))))))
(defun slime-apropos-all ()
- "Shortcut for (slime-apropos <pattern> nil nil)"
+ "Shortcut for (slime-apropos <string> nil nil)"
(interactive)
(slime-apropos (read-string "SLIME Apropos: ") nil nil))
More information about the slime-cvs
mailing list