>>>>> Juri Linkov writes: > I think show-paren-mode should be replaced with something else. The > line before this example in the manual says: > Here is an example, from the library `paren.el': > This is not true. defcustom of show-paren-mode was changed to > define-minor-mode long ago. There are other real examples with > similar defcustom that could be used instead of show-paren-mode, > e.g. tooltip-mode from tooltip.el. I've updated the patch to include this -- I suggest changing the first line of the tooltip-mode variable documentation from "Toggle tooltip-mode." to "Non-nil if Tooltip mode is enabled.". I've also added a few other minor fixes relative to the previous patch. Thanks, Matt