Stefan Monnier writes: > > Actually, I don't think the docstring should document what `default' will > default to. Oh, well, it has done, and if you're using it programmatically then you will likely want to know. I shortened it per below. > Actually, AFAICT the `default' argument is never used. No doubt it's in emulation of completing-read, so you can offer a particular default in context. Seems like a good thing on the whole. > Comments should start with a capital and end with a "." or some other > appropriate punctuation. You must have more trouble getting any comments, then getting sensible comments, then getting more or less grammatical comments, without worrying about full stops! 2011-05-22 Kevin Ryde * emacs-lisp/advice.el (ad-read-advised-function): Use `function-called-at-point' as the default default, if it has advice and passes PREDICATE.