The jQuery documentation covers the function jQuery.extend()s twice, giving it different definitions. The first relates to extending the jQuery object itself: http://docs.jquery.com/Core/jQuery.extend#object. The second relates to extend an input argument: http://docs.jquery.com/Utilities/jQuery.extend
Are these two usages of the same function, or are these actually different functions? I presume its the same function, but then I wonder why its documented twice as different functions.