diff options
Diffstat (limited to 'lisp/erc/erc-button.el')
| -rw-r--r-- | lisp/erc/erc-button.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/erc/erc-button.el b/lisp/erc/erc-button.el index 0e4c70944bb..d6f4b12ebbf 100644 --- a/lisp/erc/erc-button.el +++ b/lisp/erc/erc-button.el | |||
| @@ -165,11 +165,11 @@ REGEXP is the string matching text around the button or a symbol | |||
| 165 | entries in lists or alists are considered to be nicks or other | 165 | entries in lists or alists are considered to be nicks or other |
| 166 | complete words. Therefore they are enclosed in \\< and \\> | 166 | complete words. Therefore they are enclosed in \\< and \\> |
| 167 | while searching. REGEXP can also be the quoted symbol | 167 | while searching. REGEXP can also be the quoted symbol |
| 168 | 'nicknames, which matches the nickname of any user on the | 168 | \\='nicknames, which matches the nickname of any user on the |
| 169 | current server. | 169 | current server. |
| 170 | 170 | ||
| 171 | BUTTON is the number of the regexp grouping actually matching the | 171 | BUTTON is the number of the regexp grouping actually matching the |
| 172 | button, This is ignored if REGEXP is 'nicknames. | 172 | button, This is ignored if REGEXP is \\='nicknames. |
| 173 | 173 | ||
| 174 | FORM is a lisp expression which must eval to true for the button to | 174 | FORM is a lisp expression which must eval to true for the button to |
| 175 | be added, | 175 | be added, |
| @@ -180,7 +180,7 @@ CALLBACK is the function to call when the user push this button. | |||
| 180 | 180 | ||
| 181 | PAR is a number of a regexp grouping whose text will be passed to | 181 | PAR is a number of a regexp grouping whose text will be passed to |
| 182 | CALLBACK. There can be several PAR arguments. If REGEXP is | 182 | CALLBACK. There can be several PAR arguments. If REGEXP is |
| 183 | 'nicknames, these are ignored, and CALLBACK will be called with | 183 | \\='nicknames, these are ignored, and CALLBACK will be called with |
| 184 | the nickname matched as the argument." | 184 | the nickname matched as the argument." |
| 185 | :group 'erc-button | 185 | :group 'erc-button |
| 186 | :version "24.1" ; remove finger (bug#4443) | 186 | :version "24.1" ; remove finger (bug#4443) |