]> git.eshelyaron.com Git - emacs.git/commitdiff
(inferior-lisp-proc): Clean up error message.
authorRichard M. Stallman <rms@gnu.org>
Mon, 22 Nov 1993 00:42:30 +0000 (00:42 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 22 Nov 1993 00:42:30 +0000 (00:42 +0000)
lisp/progmodes/inf-lisp.el

index 2791a7f0866391c6f6f8e858781b282807fc149e..2f5b608f864bd7b86985d32395f9d859a035ac28 100644 (file)
@@ -574,7 +574,7 @@ See variable `lisp-describe-sym-command'."
                                      (current-buffer)
                                    inferior-lisp-buffer))))
     (or proc
-       (error "No current process. See variable inferior-lisp-buffer"))))
+       (error "No Lisp subprocess; see variable `inferior-lisp-buffer'"))))
 
 
 ;;; Do the user's customisation...