From 3da13bb9769604e73ae2e31d9f8f64e319c455c7 Mon Sep 17 00:00:00 2001 From: Deniz Dogan Date: Tue, 28 Jun 2011 12:18:02 +0200 Subject: [PATCH] * doc/misc/rcirc.texi (Configuration): Bug-fix: `rcirc-default-user-full-name' is now `rcirc-default-full-name'. Reported by Elias Pipping . --- doc/misc/ChangeLog | 6 ++++++ doc/misc/rcirc.texi | 8 ++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 8645f7b82d6..2e0e28e9827 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -1,3 +1,9 @@ +2011-06-28 Deniz Dogan + + * rcirc.texi (Configuration): Bug-fix: + `rcirc-default-user-full-name' is now `rcirc-default-full-name'. + Reported by Elias Pipping . + 2011-06-26 Lars Magne Ingebrigtsen * gnus.texi (Summary Mail Commands): Document diff --git a/doc/misc/rcirc.texi b/doc/misc/rcirc.texi index c2b6867c419..3e9ee928822 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 -- 2.39.2