mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 17:11:40 -05:00
Remove outdated :set help text
This commit is contained in:
parent
e30385eba4
commit
4e4dae9562
1 changed files with 0 additions and 2 deletions
|
@ -3499,8 +3499,6 @@ export function seturl(pattern: string, key: string, ...values: string[]) {
|
|||
|
||||
If no value is given, the value of the of the key will be displayed.
|
||||
|
||||
If the setting you are changing has a dot or period character (.) in it, it cannot be set with `:set` directly. You must either use a helper command for that specific setting - e.g. [[seturl]] or [[autocontain]], or you must use Tridactyl's JavaScript API with `:js tri.config.set("path", "to", "key", "value")` to set `{path: {to: {key: value}}}`.
|
||||
|
||||
See also: [[unset]]
|
||||
*/
|
||||
//#background
|
||||
|
|
Loading…
Add table
Reference in a new issue