about summary refs log tree commit diff
path: root/Functions/Zle
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2016-05-09 08:27:52 -0700
committerBarton E. Schaefer <schaefer@zsh.org>2016-05-09 08:27:52 -0700
commitc5c2fa4fb5dbf242f94860ff5e2d40670560d0ae (patch)
tree5877f926b4f302e3cc47165f731af072902896e6 /Functions/Zle
parent05e37bd994a04874215c5e02bbfd43599c512c63 (diff)
downloadzsh-c5c2fa4fb5dbf242f94860ff5e2d40670560d0ae.tar.gz
zsh-c5c2fa4fb5dbf242f94860ff5e2d40670560d0ae.tar.xz
zsh-c5c2fa4fb5dbf242f94860ff5e2d40670560d0ae.zip
unposted: update documentary comments to remove references to self-insert-unmeta.
Diffstat (limited to 'Functions/Zle')
-rw-r--r--Functions/Zle/bracketed-paste-magic4
1 files changed, 2 insertions, 2 deletions
diff --git a/Functions/Zle/bracketed-paste-magic b/Functions/Zle/bracketed-paste-magic
index 498cf554d..cafe18ed7 100644
--- a/Functions/Zle/bracketed-paste-magic
+++ b/Functions/Zle/bracketed-paste-magic
@@ -20,7 +20,7 @@
 # active-widgets
 #  Looked up in the context :bracketed-paste-magic to obtain a list of
 #  patterns that match widget names that should be activated during the
-#  paste.  All other key sequences are processed as self-insert-unmeta.
+#  paste.  All other key sequences are processed as "zle .self-insert".
 #  The default is 'self-*' so any user-defined widgets named with that
 #  prefix are active along with the builtin self-insert.  If this style is
 #  not set (note: it must be explicitly deleted after loading this
@@ -31,7 +31,7 @@
 #
 # inactive-keys
 #  This is the inverse of active-widgets, it lists key sequences that
-#  always use self-insert-unmeta even when bound to an active-widget.
+#  always use "zle .self-insert" even when bound to an active-widget.
 #  Note that this is a list of literal key sequences, not patterns.
 #  This style is in context :bracketed-paste-magic and has no default.
 #