> 2) Change the argument names to match the docstrings. > Pros: it is the cleaner way. > Cons: lot of change in the cl* files; less coherence between argument > names among functions.
Thanks to the wonders of dynamic scoping this actually changes the semantics subtly. In most cases you'll never be able to tell the difference, but when higer-order functions are involved it can be a problem; so if you do that, be careful. Stefan _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel