about summary refs log tree commit diff
path: root/Functions/Zle/modify-current-argument
diff options
context:
space:
mode:
Diffstat (limited to 'Functions/Zle/modify-current-argument')
-rw-r--r--Functions/Zle/modify-current-argument4
1 files changed, 2 insertions, 2 deletions
diff --git a/Functions/Zle/modify-current-argument b/Functions/Zle/modify-current-argument
index be244ccc1..dd0b85a82 100644
--- a/Functions/Zle/modify-current-argument
+++ b/Functions/Zle/modify-current-argument
@@ -4,10 +4,10 @@
 # cursor with that.  Ensure the expression is suitable quoted.
 #
 # For example, to uppercase the entire shell argument:
-#   modify-current-word '${(U)ARG}'
+#   modify-current-argument '${(U)ARG}'
 # To strip the current quoting from the word (whether backslashes or
 # single, double or dollar quotes) and use single quotes instead:
-#   modify-current-word '${(qq)${(Q)ARG}}'
+#   modify-current-argument '${(qq)${(Q)ARG}}'
 
 # Retain most options from the calling function for the eval.
 # Reset some that might confuse things.