slime-describe-function: improved prompt

Bug #1239697 reported by Annias
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Slime
New
Undecided
Unassigned

Bug Description

I get surprised every time I describe a function and it prompts me for a "symbol".

--- slime.el.orig 2013-10-15 00:00:16.576330657 +1100
+++ slime.el 2013-10-15 00:05:46.611082027 +1100
@@ -4558,7 +4558,7 @@
    `(swank:documentation-symbol ,symbol-name)))

 (defun slime-describe-function (symbol-name)
- (interactive (list (slime-read-symbol-name "Describe symbol: ")))
+ (interactive (list (slime-read-symbol-name "Describe function: ")))
   (when (not symbol-name)
     (error "No symbol given"))
   (slime-eval-describe `(swank:describe-function ,symbol-name)))

--
Annias

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.