Skip to content

Commit

Permalink
regularize qp
Browse files Browse the repository at this point in the history
  • Loading branch information
lichtkind committed May 17, 2012
1 parent 787dc2b commit ce5a64b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions docs/appendix-a-index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3707,18 +3707,18 @@ and [`Q :path /.../`](#path-adverb)
**q** with interpolation of variables, closures, and special chars,
alias to [**"..."**](#double-quotes) and `Q` [**`:qq`**](#qq-adverb) `/.../` and
`Q` [**`:double`**](#double-averb) `/.../` and [**`Q`**](#Q-op)
[**`s`**](#s-adverb) [**`a`**](#a-adverb) [**`h`**](#h-adverb)
[**`f`**](#f-adverb) [**`c`**](#c-adverb) [**`b`**](#b-adverb) `/.../`,
[**`:s`**](#s-adverb) [**`:a`**](#a-adverb) [**`:h`**](#h-adverb)
[**`:f`**](#f-adverb) [**`:c`**](#c-adverb) [**`:b`**](#b-adverb) `/.../`,

<a id="qq-adverb"/>
[**:qq**](tablet-2-basic-syntax.html#double-quotes)
[*«quoting adverb»*](appendix-b-grouped.html#quoting-adverbs) &mdash;
activates [*double quoting*](appendix-g-glossary.html#double-quoting),
**q** with interpolation of [*variables*](appendix-g-glossary.html#variable)
and [blocks](appendix-g-glossary.html#block),
`Q :qq` is alias to [**"..."**](#double-quotes), [**qq/.../**](#qq-op) and
[**`Q`**](#Q-op) [**`s`**](#s-adverb) [**`a`**](#a-adverb) [**`h`**](#h-adverb)
[**`f`**](#f-adverb) [**`c`**](#c-adverb) [**`b`**](#b-adverb) `/.../`,
and [blocks](appendix-g-glossary.html#block), `Q :qq` is alias to
[**"..."**](#double-quotes), [**qq/.../**](#qq-op) and [**`Q`**](#Q-op)
[**`:s`**](#s-adverb) [**`:a`**](#a-adverb) [**`:h`**](#h-adverb)
[**`:f`**](#f-adverb) [**`:c`**](#c-adverb) [**`:b`**](#b-adverb) `/.../`,
short alternative for [**:double**](#double-adverb)

<a id="qqx"/><a id="qqx-op"/>
Expand Down
2 changes: 1 addition & 1 deletion docs/appendix-b-grouped.txt
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,7 @@ Op Nonealphanumeric Version
&nbsp; [<< >>](appendix-a-index.html#texas-brackets) [Q](appendix-a-index.html#Q-op) [:qq](appendix-a-index.html#qq-adverb) [:ww](appendix-a-index.html#ww-adverb) // &nbsp; evaluating autoquotes with [quote protection](appendix-g-glossary.html#quote-protection)
[qx//](appendix-a-index.html#qx-op) &nbsp; [Q](appendix-a-index.html#Q-op) [:q](appendix-a-index.html#q-adverb) [:x](appendix-a-index.html#x-adverb) // &nbsp; command execution (system call) [without evaluation](appendix-g-glossary.html#single-quoting)
[qqx//](appendix-a-index.html#qqx-op) &nbsp; [Q](appendix-a-index.html#Q-op) [:qq](appendix-a-index.html#qq-adverb) [:x](appendix-a-index.html#x-adverb) // &nbsp; command execution (system call) [with evaluation](appendix-g-glossary.html#double-quoting)
[qp//](appendix-a-index.html#qp-op) &nbsp; [Q](appendix-a-index.html#Q-op) [:path](appendix-a-index.html#path-adverb) // &nbsp; paths
[qp//](appendix-a-index.html#qp-op) &nbsp; [Q](appendix-a-index.html#Q-op) [:q](appendix-a-index.html#q-adverb) [:p](appendix-a-index.html#p-adverb) // &nbsp; paths
[rx//](appendix-a-index.html#rx-op) &nbsp; [Q](appendix-a-index.html#Q-op) [:regex](appendix-a-index.html#regex-adverb) // &nbsp; [regex](appendix-g-glossary.html#regex)
[m//](appendix-a-index.html#m-op) &nbsp; [Q](appendix-a-index.html#Q-op) [:match](appendix-a-index.html#match-adverb) // [.match()](appendix-a-index.html#match) matching
[ms//](appendix-a-index.html#ms-op) &nbsp; [Q](appendix-a-index.html#Q-op) [:match](appendix-a-index.html#match-adverb) [:sigspace](appendix-a-index.html#sigspace-modifier) // &nbsp; matching, spaces divide words
Expand Down

0 comments on commit ce5a64b

Please sign in to comment.