Source: Elias Pipping 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}. address@hidden rcirc-default-user-full-name address@hidden rcirc-default-user-full-name address@hidden rcirc-default-full-name address@hidden 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