diff options
| author | Richard M. Stallman | 1993-11-22 00:42:30 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-11-22 00:42:30 +0000 |
| commit | 593232e32c8e93a2fa7ab978d3dbf3eb3fef8023 (patch) | |
| tree | fd9a1e06d064f65e183211c7711545b080f0fb36 | |
| parent | ef7485ce20f978121a34280727185c58941517b7 (diff) | |
| download | emacs-593232e32c8e93a2fa7ab978d3dbf3eb3fef8023.tar.gz emacs-593232e32c8e93a2fa7ab978d3dbf3eb3fef8023.zip | |
(inferior-lisp-proc): Clean up error message.
| -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'." | |||
| 574 | (current-buffer) | 574 | (current-buffer) |
| 575 | inferior-lisp-buffer)))) | 575 | inferior-lisp-buffer)))) |
| 576 | (or proc | 576 | (or proc |
| 577 | (error "No current process. See variable inferior-lisp-buffer")))) | 577 | (error "No Lisp subprocess; see variable `inferior-lisp-buffer'")))) |
| 578 | 578 | ||
| 579 | 579 | ||
| 580 | ;;; Do the user's customisation... | 580 | ;;; Do the user's customisation... |