emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 19ef864 2/2: Fix an example in ERC docs


From: Stefan Kangas
Subject: master 19ef864 2/2: Fix an example in ERC docs
Date: Mon, 7 Jun 2021 20:02:44 -0400 (EDT)

branch: master
commit 19ef864084c9765b7736851b46dcbcbe3dbfcf27
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    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 213b69e..77a19a4 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 5470563..5245204 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]