# HG changeset patch # User Pavel Jank # Date 1005935425 0 # Node ID dfe41fbdcaa0085356e9359873f0b537f0fa6565 # Parent 204630ee64026ad00474e399963a354be3055c2c (apropos-next-label-button): Doc fix. diff -r 204630ee6402 -r dfe41fbdcaa0 lisp/apropos.el --- a/lisp/apropos.el Fri Nov 16 18:19:58 2001 +0000 +++ b/lisp/apropos.el Fri Nov 16 18:30:25 2001 +0000 @@ -199,7 +199,7 @@ (apropos-describe-plist (button-get button 'apropos-symbol)))) (defun apropos-next-label-button (pos) - "Returns the next apropos label button after POS, or nil if there's none. + "Return the next apropos label button after POS, or nil if there's none. Will also return nil if more than one `apropos-symbol' button is encountered before finding a label." (let* ((button (next-button pos t))