Browse Source

Fix typos in x*() docstrings

Alois Mahdal 1 month ago
parent
commit
9dfc30b9e9
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      dotfiles/config/bashum/main.bashrc

+ 3
- 3
dotfiles/config/bashum/main.bashrc View File

562
     # back to the browser and paste it over the old (still selected) text.
562
     # back to the browser and paste it over the old (still selected) text.
563
     # That's it, no need to make up and save temporary files.
563
     # That's it, no need to make up and save temporary files.
564
     #
564
     #
565
-    # If you quickly realize you need to re-edit the text, use xvvx().
565
+    # If you quickly realize you need to re-edit the text, use xxvxx().
566
     #
566
     #
567
     xop o | vipe | xop ii
567
     xop o | vipe | xop ii
568
 }
568
 }
616
     # or another GUI application.  Run the command with `vxx`, edit
616
     # or another GUI application.  Run the command with `vxx`, edit
617
     # the text, move back to the application and paste it.
617
     # the text, move back to the application and paste it.
618
     #
618
     #
619
-    # If you quickly realize you need to re-edit the text, use xvvx().
619
+    # If you quickly realize you need to re-edit the text, use xxvxx().
620
     #
620
     #
621
     vipe | xop ii
621
     vipe | xop ii
622
 }
622
 }
625
     #
625
     #
626
     # Filter text in primary clipboard using command $@ and save it to C-C clipboard
626
     # Filter text in primary clipboard using command $@ and save it to C-C clipboard
627
     #
627
     #
628
-    # Similar to xvvx() but instead of interactive editing, provided filter
628
+    # Similar to xvxx() but instead of interactive editing, provided filter
629
     # command is run.
629
     # command is run.
630
     #
630
     #
631
     local cmd=("$@")
631
     local cmd=("$@")