mirror of
https://github.com/SqrtMinusOne/biome.git
synced 2025-12-10 14:35:13 +03:00
biome-query: fix typo
This commit is contained in:
parent
32c8318168
commit
ee98d98076
1 changed files with 1 additions and 1 deletions
|
|
@ -977,7 +977,7 @@ SECTION is a form as defined in `biome-api-parse--page'."
|
|||
("q" "Up" transient-quit-one)
|
||||
("Q" "Quit" transient-quit-all)
|
||||
,@(unless parents
|
||||
'(("P" "Generate preset defition" biome-query--generate-preset)
|
||||
'(("P" "Generate preset definition" biome-query--generate-preset)
|
||||
("R" "Reset" biome-query--reset-report :transient t)))])))
|
||||
(transient-setup 'biome-query--section nil nil :scope
|
||||
`((:section . ,section)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue