mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 22:57:58 +01:00
Replace use of <b>arg</b> in API docs with *arg*.
--HG-- extra : rebase_source : f127ac4f494053e4306074f5acded34b2d363eef
This commit is contained in:
@@ -436,10 +436,10 @@ const CommandLine = Module("commandline", {
|
||||
}),
|
||||
|
||||
/**
|
||||
* Open the command line. The main mode is set to
|
||||
* COMMAND_LINE, the extended mode to <b>extendedMode</b>.
|
||||
* Further, callbacks defined for <b>extendedMode</b> are
|
||||
* triggered as appropriate (see {@link #registerCallback}).
|
||||
* Open the command line. The main mode is set to COMMAND_LINE, the
|
||||
* extended mode to *extendedMode*. Further, callbacks defined for
|
||||
* *extendedMode* are triggered as appropriate
|
||||
* (see {@link #registerCallback}).
|
||||
*
|
||||
* @param {string} prompt
|
||||
* @param {string} cmd
|
||||
|
||||
Reference in New Issue
Block a user