diff options
Diffstat (limited to 'generic/proof-shell.el')
| -rw-r--r-- | generic/proof-shell.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/proof-shell.el b/generic/proof-shell.el index 9260e03e..6e640ed1 100644 --- a/generic/proof-shell.el +++ b/generic/proof-shell.el @@ -224,7 +224,7 @@ Does nothing if proof assistant is already running." (+ 1 (aref proc (- (length proc) 2)))) (setq proc (concat proc "<2>")))) - (message (format "Starting process : %s" proof-prog-name)) + (message (format "Starting process: %s" proof-prog-name)) ;; Starting the inferior process (asynchronous) (let ((prog-name-list |
