diff --git a/index.html b/index.html
index 0f00ad0e..7964caff 100644
--- a/index.html
+++ b/index.html
@@ -1364,8 +1364,9 @@ initialize: function(options) {
saveLocationcontroller.saveLocation(fragment)
Whenever you reach a point in your application that you'd like to save
- as a URL, call saveLocation in order to update the URL fragment
- (Delegates to History#saveLocation).
+ as a URL, call saveLocation in order to update the URL fragment
+ without triggering a hashchange event. (If you would prefer to
+ trigger the event and routing, you can just set the hash directly.)