diff options
Diffstat (limited to 'lisp/net/rcirc.el')
-rw-r--r-- | lisp/net/rcirc.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/rcirc.el b/lisp/net/rcirc.el index 00b57ab8e73..eca7b2046c5 100644 --- a/lisp/net/rcirc.el +++ b/lisp/net/rcirc.el @@ -3482,7 +3482,7 @@ form \"PARAMETER\" to enable a feature, \"PARAMETER=VALUE\" to configure a specific option or \"-PARAMETER\" to disable a previously specified feature. SENDER is passed on to `rcirc-handler-generic'. PROCESS is the process object for the -current connection. Note that this is not the behaviour as +current connection. Note that this is not the behavior as specified in RFC2812, where 005 stood for RPL_BOUNCE." (rcirc-handler-generic process "005" sender args text) (with-rcirc-process-buffer process |