]> git.eshelyaron.com Git - emacs.git/commitdiff
(apropos-next-label-button): Doc fix.
authorPavel Janík <Pavel@Janik.cz>
Fri, 16 Nov 2001 18:30:25 +0000 (18:30 +0000)
committerPavel Janík <Pavel@Janik.cz>
Fri, 16 Nov 2001 18:30:25 +0000 (18:30 +0000)
lisp/apropos.el

index ab4c04c06624bb318741a7402eb0ecc3e0544ad5..fa3be6f0a5c50f76ecaaa61b7e1700ba77132d40 100644 (file)
@@ -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))