mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 12:21:25 -08:00
(inferior-lisp-proc): Clean up error message.
This commit is contained in:
parent
ef7485ce20
commit
593232e32c
1 changed files with 1 additions and 1 deletions
|
|
@ -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...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue