mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-07 19:44:12 +01:00
Replace use of <b>arg</b> in API docs with *arg*.
--HG-- extra : rebase_source : f127ac4f494053e4306074f5acded34b2d363eef
This commit is contained in:
@@ -71,8 +71,8 @@ const Marks = Module("marks", {
|
||||
},
|
||||
|
||||
/**
|
||||
* Remove all marks matching <b>filter</b>. If <b>special</b> is
|
||||
* given, removes all local marks.
|
||||
* Remove all marks matching *filter*. If *special* is given, removes all
|
||||
* local marks.
|
||||
*
|
||||
* @param {string} filter A string containing one character for each
|
||||
* mark to be removed.
|
||||
@@ -144,7 +144,7 @@ const Marks = Module("marks", {
|
||||
},
|
||||
|
||||
/**
|
||||
* List all marks matching <b>filter</b>.
|
||||
* List all marks matching *filter*.
|
||||
*
|
||||
* @param {string} filter
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user