diff options
| -rw-r--r-- | lisp/apropos.el | 2 |
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. |
| 203 | Will also return nil if more than one `apropos-symbol' button is encountered | 203 | Will also return nil if more than one `apropos-symbol' button is encountered |
| 204 | before finding a label." | 204 | before finding a label." |
| 205 | (let* ((button (next-button pos t)) | 205 | (let* ((button (next-button pos t)) |