summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicholas Todoroff <nd.todoroff@gmail.com>2023-08-17 18:23:49 -0600
committerNicholas Todoroff <nd.todoroff@gmail.com>2023-08-17 18:36:11 -0600
commit09e65484181ea45dabf88fdad50cab9a5be5331d (patch)
tree0b678e6f478156a7fc8234f7b7e85e5227a87065
parentc61aca86a8199aa3cc676207904eec194f37495e (diff)
Fix some grammar in src/doc
-rwxr-xr-xsrc/doc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/doc b/src/doc
index e643b01..cd9228b 100755
--- a/src/doc
+++ b/src/doc
@@ -509,9 +509,9 @@ Commands for handling cell content:
runtime, using the :set command.
This process will export content as plain text.
It will not delimit columns with '\t' chars.
- If you wish to delimit columns with tabs, to paste content
- directly to other spreadsheet programs, rather than an
- editor, set "copy_to_clipboard_delimited_tab" variable to "1".
+ If you wish to delimit columns with tabs in order to paste
+ content directly into other spreadsheet programs rather than
+ an editor, set "copy_to_clipboard_delimited_tab" to "1".
If you wish to copy a full string representation of the range
instead of how its currently displayed in Sc-im, set
"copy_to_clipboard_wysiwyg" to "0".