Mercurial > emacs
changeset 41154:dfe41fbdcaa0
(apropos-next-label-button): Doc fix.
author | Pavel Janík <Pavel@Janik.cz> |
---|---|
date | Fri, 16 Nov 2001 18:30:25 +0000 |
parents | 204630ee6402 |
children | f079abe99ced |
files | lisp/apropos.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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))