@@ -217,7 +217,7 @@ platform-specific extension in `tree-sitter-load-suffixes'."
217
217
This command executes the SDML command-line tool's validation
218
218
tool, on the file FILE-NAME, using the value of
219
219
`sdml-mode-validation-level' to determine the level of messages
220
- output. The command uses the `compile' function and the resulting
220
+ output. The command uses the `compile' function and the resulting
221
221
window supports error navigation and source highlighting as
222
222
usual."
223
223
(interactive " fSDML File name: " )
@@ -229,7 +229,7 @@ usual."
229
229
This command executes the SDML command-line tool's validation
230
230
tool, on the current buffer's underlying file, using the value of
231
231
`sdml-mode-validation-level' to determine the level of messages
232
- output. The command uses the `compile' function and the resulting
232
+ output. The command uses the `compile' function and the resulting
233
233
window supports error navigation and source highlighting as
234
234
usual."
235
235
(interactive nil sdml-mode)
@@ -245,9 +245,9 @@ usual."
245
245
" Show full dependency graph in SVG of the current buffer.
246
246
247
247
This command generates an SVG representing the current buffer's
248
- dependencies as a directed graph. The command uses the SDML
248
+ dependencies as a directed graph. The command uses the SDML
249
249
command-line tool to generate a temporary file which is then
250
- opened in a new window. The resulting image window may be dismissed
250
+ opened in a new window. The resulting image window may be dismissed
251
251
using the key `q' ."
252
252
(interactive nil sdml-mode)
253
253
(cond
@@ -268,9 +268,9 @@ using the key `q'."
268
268
" Show the dependency tree of the current buffer, to a max DEPTH.
269
269
270
270
This command generates a textual tree representing the current
271
- buffer's dependencies. The command uses the SDML command-line
271
+ buffer's dependencies. The command uses the SDML command-line
272
272
tool to generate the tree, using DEPTH to denote how many levels
273
- of dependencies to display. The resulting window may be dismissed
273
+ of dependencies to display. The resulting window may be dismissed
274
274
using the key `q' , and it's content may be refreshed with the key
275
275
`g' ."
276
276
(interactive " nMax depth of tree (0=all): " sdml-mode)
0 commit comments