From: Stefan Kangas Date: Mon, 7 Jun 2021 23:58:18 +0000 (+0200) Subject: Fix an example in ERC docs X-Git-Tag: emacs-28.0.90~2165 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=19ef864084c9765b7736851b46dcbcbe3dbfcf27;p=emacs.git Fix an example in ERC docs * doc/misc/erc.texi (Connecting): * lisp/erc/erc.el (erc, erc-tls): Fix example to use J. Random Hacker instead of Harry S. Truman. --- diff --git a/doc/misc/erc.texi b/doc/misc/erc.texi index 213b69e1ef2..77a19a4a593 100644 --- a/doc/misc/erc.texi +++ b/doc/misc/erc.texi @@ -518,7 +518,7 @@ That is, if called with the following arguments, @var{server} and for the values of the other parameters. @example -(erc :server "chat.freenode.net" :full-name "Harry S Truman") +(erc :server "chat.freenode.net" :full-name "J. Random Hacker") @end example @end defun @@ -545,7 +545,7 @@ for the values of the other parameters, and @code{client-certificate} will be @code{nil}. @example -(erc-tls :server "chat.freenode.net" :full-name "Harry S Truman") +(erc-tls :server "chat.freenode.net" :full-name "J. Random Hacker") @end example To use a certificate with @code{erc-tls}, specify the optional diff --git a/lisp/erc/erc.el b/lisp/erc/erc.el index 547056361a8..52452043e90 100644 --- a/lisp/erc/erc.el +++ b/lisp/erc/erc.el @@ -2225,7 +2225,7 @@ Non-interactively, it takes the keyword arguments That is, if called with - (erc :server \"chat.freenode.net\" :full-name \"Harry S Truman\") + (erc :server \"chat.freenode.net\" :full-name \"J. Random Hacker\") then the server and full-name will be set to those values, whereas `erc-compute-port' and `erc-compute-nick' will be invoked @@ -2260,7 +2260,7 @@ Non-interactively, it takes the keyword arguments That is, if called with - (erc-tls :server \"chat.freenode.net\" :full-name \"Harry S Truman\") + (erc-tls :server \"chat.freenode.net\" :full-name \"J. Random Hacker\") then the server and full-name will be set to those values, whereas `erc-compute-port' and `erc-compute-nick' will be invoked