aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Janík2001-11-16 18:30:25 +0000
committerPavel Janík2001-11-16 18:30:25 +0000
commita11a4e9ff6abbdadd7bdaf78dd09d486b3af74a7 (patch)
tree1f091a4e6c2248c60bfad42aa189e3c103b003fc
parentbe24eadf24015c02838ff3e0dfa35f030c6dc9b3 (diff)
downloademacs-a11a4e9ff6abbdadd7bdaf78dd09d486b3af74a7.tar.gz
emacs-a11a4e9ff6abbdadd7bdaf78dd09d486b3af74a7.zip
(apropos-next-label-button): Doc fix.
-rw-r--r--lisp/apropos.el2
1 files changed, 1 insertions, 1 deletions
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."
199 (apropos-describe-plist (button-get button 'apropos-symbol)))) 199 (apropos-describe-plist (button-get button 'apropos-symbol))))
200 200
201(defun apropos-next-label-button (pos) 201(defun apropos-next-label-button (pos)
202 "Returns the next apropos label button after POS, or nil if there's none. 202 "Return the next apropos label button after POS, or nil if there's none.
203Will also return nil if more than one `apropos-symbol' button is encountered 203Will also return nil if more than one `apropos-symbol' button is encountered
204before finding a label." 204before finding a label."
205 (let* ((button (next-button pos t)) 205 (let* ((button (next-button pos t))