]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix an example in ERC docs
authorStefan Kangas <stefan@marxist.se>
Mon, 7 Jun 2021 23:58:18 +0000 (01:58 +0200)
committerStefan Kangas <stefan@marxist.se>
Tue, 8 Jun 2021 00:00:29 +0000 (02:00 +0200)
* doc/misc/erc.texi (Connecting):
* lisp/erc/erc.el (erc, erc-tls): Fix example to use J. Random Hacker
instead of Harry S. Truman.

doc/misc/erc.texi
lisp/erc/erc.el

index 213b69e1ef27e2d64e49b42533817bd62c9224f2..77a19a4a5930df6c272d6bed5704b8e247a465e7 100644 (file)
@@ -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
index 547056361a8a3a8e87fc4f2b9288bdb90b102b08..52452043e900cd40f9687ee35500b59440dcdde5 100644 (file)
@@ -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