Fix imalison:copy-shell-command-on-region

This commit is contained in:
Ivan Malison 2016-06-28 10:48:26 -07:00
parent 64616c549c
commit 6a336c2232

View File

@ -791,7 +791,8 @@ This interactive functions allows the user the select a function to invoke using
(read-shell-command "Shell command on region: "))) (read-shell-command "Shell command on region: ")))
(shell-command-on-region start end command nil t)) (shell-command-on-region start end command nil t))
(imalison:prefix-alternatives imalison:copy-shell-command-on-region (imalison:prefix-alternatives imalison:shell-command-on-region
imalison:copy-shell-command-on-region
imalison:shell-command-on-region-replace) imalison:shell-command-on-region-replace)
#+END_SRC #+END_SRC
** Copy String Functions ** Copy String Functions