diff options
Diffstat (limited to 'lisp/progmodes/inf-lisp.el')
-rw-r--r-- | lisp/progmodes/inf-lisp.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/inf-lisp.el b/lisp/progmodes/inf-lisp.el index 2791a7f0866..2f5b608f864 100644 --- a/lisp/progmodes/inf-lisp.el +++ b/lisp/progmodes/inf-lisp.el @@ -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... |