FUEL: Even better $see handling in help browser.

db4
Jose A. Ortega Ruiz 2009-01-30 00:40:17 +01:00
parent a5cc358f19
commit a950bc0d76
1 changed files with 1 additions and 1 deletions

View File

@ -585,7 +585,7 @@
(defun fuel-markup--see (e)
(let* ((word (nth 1 e))
(cmd (and word `(:fuel* ((:quote ,(format "%S" word)) see) "fuel")))
(cmd (and word `(:fuel* ((:quote ,(format "%s" word)) see) "fuel")))
(ret (and cmd (fuel-eval--send/wait cmd)))
(res (and (not (fuel-eval--retort-error ret))
(fuel-eval--retort-output ret))))