# HG changeset patch # User Steve Losh # Date 1484651606 0 # Node ID 019d24c8e88e4190d766fbb4a2ee41a798d75fed # Parent 15621a1cf5dff46636d3cf6d5207d813483c3606# Parent fa73ab8df568df23890e1bdaa8af19edca5d2d77 Merge. diff -r 15621a1cf5df -r 019d24c8e88e chapters/53.markdown --- a/chapters/53.markdown Mon Jan 16 11:44:36 2017 +0000 +++ b/chapters/53.markdown Tue Jan 17 11:13:26 2017 +0000 @@ -256,5 +256,5 @@ Suppose you wanted to programatically force a reload of an autoload file Vim has already loaded, without bothering the user. How might you do this? You may -want to read `:help silent!`. Please don't ever do this in real life. +want to read `:help :silent`. Please don't ever do this in real life.