diff options
Diffstat (limited to 'lisp/progmodes')
| -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... |