Skip to content

Commit 730ed03

Browse files
smoehansu
authored andcommitted
docs: reacting to Hansu's comment
1 parent 673c152 commit 730ed03

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/src/remap/remap.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1298,7 +1298,7 @@ Return values:
12981298

12991299
`INTERP_OK`:: Return this on success. You need to import this from `interpreter`.
13001300

1301-
`"a message text"`:: Returning a string from a handler means 'this is an error message, abort the program'. Works like `(abort,` __<msg>__ `)`.
1301+
_a message text_:: Returning a string from a handler means 'this is an error message, abort the program'. Works like `(abort,` __<msg>__ `)`.
13021302

13031303
.Calling conventions for 'python=' subroutines
13041304

@@ -1321,7 +1321,7 @@ Return values:
13211321
`INTERP_OK`::
13221322
Return this on success
13231323

1324-
`"a message text"`::
1324+
_a message text_::
13251325
Returning a string from a handler means 'this is an error message, abort the program'.
13261326
Works like `(abort,` __<msg>__ `)`.
13271327

0 commit comments

Comments
 (0)