aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1993-11-22 00:42:30 +0000
committerRichard M. Stallman <[email protected]>1993-11-22 00:42:30 +0000
commit593232e32c8e93a2fa7ab978d3dbf3eb3fef8023 (patch)
treefd9a1e06d064f65e183211c7711545b080f0fb36
parentef7485ce20f978121a34280727185c58941517b7 (diff)
(inferior-lisp-proc): Clean up error message.
-rw-r--r--lisp/progmodes/inf-lisp.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/inf-lisp.el b/lisp/progmodes/inf-lisp.el
index 2791a7f086..2f5b608f86 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...