diff options
Diffstat (limited to 'lisp/progmodes/simula.el')
-rw-r--r-- | lisp/progmodes/simula.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/simula.el b/lisp/progmodes/simula.el index 9fc6d54faf3..a894e8e3f75 100644 --- a/lisp/progmodes/simula.el +++ b/lisp/progmodes/simula.el @@ -1122,7 +1122,7 @@ If COUNT is negative, move backward instead." ((eq (following-char) ?\;) (if (zerop parlevel) (throw 'simula-out nil) - (error "Parenthesis mismatch or misplaced ';'"))) + (error "Parenthesis mismatch or misplaced `;'"))) ((eq (following-char) ?\() (if (zerop parlevel) (throw 'simula-out (1+ (current-column))) |