From 19ef864084c9765b7736851b46dcbcbe3dbfcf27 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Tue, 8 Jun 2021 01:58:18 +0200 Subject: [PATCH] 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. --- doc/misc/erc.texi | 4 ++-- lisp/erc/erc.el | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 -- 2.39.5