From: Pavel Janík Date: Fri, 16 Nov 2001 18:30:25 +0000 (+0000) Subject: (apropos-next-label-button): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~18478 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a11a4e9ff6abbdadd7bdaf78dd09d486b3af74a7;p=emacs.git (apropos-next-label-button): Doc fix. --- diff --git a/lisp/apropos.el b/lisp/apropos.el index ab4c04c0662..fa3be6f0a5c 100644 --- a/lisp/apropos.el +++ b/lisp/apropos.el @@ -199,7 +199,7 @@ for the regexp; the part that matches gets displayed in this font." (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))