all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Elias Pipping <pipping.elias@googlemail.com>
To: emacs-devel@gnu.org
Subject: Fix typos in rcirc.texi
Date: Sat, 25 Jun 2011 16:38:07 +0200	[thread overview]
Message-ID: <BANLkTimgxSLSNVdp2DxDk_nHvLpi23ZwxA@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 521 bytes --]

Hello,

I've fixed a couple of typos in rcirc.texi that are a result of

of this commit

commit af6558ff95d42e4001359af89fca22a6f6e65727
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Fri Jun 29 07:31:42 2007 +0000

    (rcirc-server-alist): Rename from rcirc-connections.
    (rcirc-default-full-name): Rename from
    rcirc-default-user-full-name.
    (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
    (rcirc-print): Never ignore messages from ourself.

from 2007.


Best regards,

Elias Pipping

[-- Attachment #2: 0001-rcirc-default-user-full-name-has-been-renamed.patch --]
[-- Type: text/x-patch, Size: 1421 bytes --]

Source: Elias Pipping <pipping@exherbo.org>
Upstream: no
Reason: rcirc-default-user-full-name was renamed

---
 doc/misc/rcirc.texi |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/misc/rcirc.texi b/doc/misc/rcirc.texi
index c2b6867..3e9ee92 100644
--- a/doc/misc/rcirc.texi
+++ b/doc/misc/rcirc.texi
@@ -509,8 +509,8 @@ This variable contains the default user name to report to the server.
 It defaults to the login name returned by @code{user-login-name}, just
 like @code{rcirc-default-nick}.
 
-@item rcirc-default-user-full-name
-@vindex rcirc-default-user-full-name
+@item rcirc-default-full-name
+@vindex rcirc-default-full-name
 @cindex full name
 @cindex real name
 @cindex surname
@@ -519,7 +519,7 @@ to the name returned by @code{user-full-name}.  If you want to hide
 your full name, you might want to set it to some pseudonym.
 
 @example
-(setq rcirc-default-user-full-name "Curious Minds Want To Know")
+(setq rcirc-default-full-name "Curious Minds Want To Know")
 @end example
 
 @item rcirc-authinfo
@@ -926,7 +926,7 @@ The real answer, therefore, is a @code{/reconnect} command:
        (delete-process process)
        (rcirc-connect server port nick
                       rcirc-default-user-name
-                      rcirc-default-user-full-name
+                      rcirc-default-full-name
                       channels))))
 @end smallexample
 
-- 
1.7.4.1


             reply	other threads:[~2011-06-25 14:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-25 14:38 Elias Pipping [this message]
2011-06-28 10:18 ` Fix typos in rcirc.texi Deniz Dogan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=BANLkTimgxSLSNVdp2DxDk_nHvLpi23ZwxA@mail.gmail.com \
    --to=pipping.elias@googlemail.com \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.