mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-05 15:11:30 -08:00
(apropos-next-label-button): Doc fix.
This commit is contained in:
parent
be24eadf24
commit
a11a4e9ff6
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue