summaryrefslogtreecommitdiff
path: root/lisp/apropos.el
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>2001-10-08 06:13:07 +0000
committerMiles Bader <miles@gnu.org>2001-10-08 06:13:07 +0000
commita101302b066e5480b5b432ad660eb1db701b9627 (patch)
treedda69138fe45db51bc3f2bea5b4bd57436dde94e /lisp/apropos.el
parentfee34a28e25b6d44db1a90311eb019b3a6522d7a (diff)
downloademacs-a101302b066e5480b5b432ad660eb1db701b9627.tar.gz
(apropos-next-label-button): Update arguments to `next-button'.
Diffstat (limited to 'lisp/apropos.el')
-rw-r--r--lisp/apropos.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/apropos.el b/lisp/apropos.el
index 9b44c56564b..89462d609c4 100644
--- a/lisp/apropos.el
+++ b/lisp/apropos.el
@@ -156,7 +156,7 @@ for the regexp; the part that matches gets displayed in this font."
"Returns 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 1 nil t))
+ (let* ((button (next-button pos t))
(already-hit-symbol nil)
(button-type (and button (button-get button 'type))))
(while (and button