Stefan Monnier writes: >> I noticed that for the function below the docstring doesn't match the >> arg names. > > I agree it's an odd choice (requiring the use of `\n(fn SYMBOL PROPNAME)`), > but it's not a big problem since the (fn SYMBOL PROPNAME) makes sure > that the right names are presented in `C-h o`. > > If you want to install a patch like you suggest, then please remove the > (fn SYMBOL PROPNAME) since it makes it redundant. > It'd be considered as a cosmetic patch. > > One more thing: the first line of the commit should be a bit more > specific, e.g. it could start with "(cl-remprop):" > > > Stefan