Skip to content

Commit 4364d9a

Browse files
committed
Change the comment about key bindings to more appropriate
1 parent 479eee5 commit 4364d9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/reline/config.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ def read(file = nil)
154154
end
155155

156156
def key_bindings
157-
# override @key_actors[@editing_mode_label].default_key_bindings with @additional_key_bindings[@editing_mode_label]
157+
# The key bindings for each editing mode will be overwritten by the user-defined ones.
158158
@key_actors[@editing_mode_label].default_key_bindings.merge(@additional_key_bindings[@editing_mode_label]).merge(@oneshot_key_bindings)
159159
end
160160

0 commit comments

Comments
 (0)