summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--Functions/Zle/bracketed-paste-magic4
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 9ddab6da6..0238e0664 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-05-09 Barton E. Schaefer <schaefer@zsh.org>
+
+ * unposted: Functions/Zle/bracketed-paste-magic: update documentary
+ comments to remove references to self-insert-unmeta.
+
2016-05-09 Frank Terbeck <ft@bewatermyfriend.org>
* 38422: Completion/Unix/Type/_baudrate,
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.
#