The attached patch fixes a bug in the docstring of linum-mode regarding calling it from Lisp. It incorrectly state that calling the function with no args or nil will enable the mode; this gives the impression that any other value disables the mode, which isn't the case. The patches copies the relevant section from define-minor-mode cheers, -js