all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Fix typos in rcirc.texi
@ 2011-06-25 14:38 Elias Pipping
  2011-06-28 10:18 ` Deniz Dogan
  0 siblings, 1 reply; 2+ messages in thread
From: Elias Pipping @ 2011-06-25 14:38 UTC (permalink / raw)
  To: emacs-devel

[-- 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: Fix typos in rcirc.texi
  2011-06-25 14:38 Fix typos in rcirc.texi Elias Pipping
@ 2011-06-28 10:18 ` Deniz Dogan
  0 siblings, 0 replies; 2+ messages in thread
From: Deniz Dogan @ 2011-06-28 10:18 UTC (permalink / raw)
  To: emacs-devel

On 2011-06-25 16:38, Elias Pipping wrote:
> 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

Pushed a fix.  Thanks.

Deniz



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-06-28 10:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-25 14:38 Fix typos in rcirc.texi Elias Pipping
2011-06-28 10:18 ` Deniz Dogan

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.