diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-11-22 00:42:30 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-11-22 00:42:30 +0000 |
commit | 593232e32c8e93a2fa7ab978d3dbf3eb3fef8023 (patch) | |
tree | fd9a1e06d064f65e183211c7711545b080f0fb36 /lisp/progmodes/inf-lisp.el | |
parent | ef7485ce20f978121a34280727185c58941517b7 (diff) | |
download | emacs-593232e32c8e93a2fa7ab978d3dbf3eb3fef8023.tar.gz |
(inferior-lisp-proc): Clean up error message.
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... |