1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-12 16:23:57 +00:00

* doc/misc/erc.texi: Use @code{nil} rather than just "nil".

This commit is contained in:
Glenn Morris 2012-11-13 00:16:58 -08:00
parent 274f5de608
commit 5c934f8b26
2 changed files with 8 additions and 7 deletions

View File

@ -1,6 +1,7 @@
2012-11-13 Glenn Morris <rgm@gnu.org>
* erc.texi (Modules): Undocument obsolete "hecomplete".
* erc.texi: Use @code{nil} rather than just "nil".
(Modules): Undocument obsolete "hecomplete".
Add "notifications".
(Connecting): Add brief section on passwords.
(Options): Make a start by adding erc-hide-list, erc-lurker-hide-list.

View File

@ -530,7 +530,7 @@ parameters.
@defun erc-compute-server &optional server
Return an IRC server name.
This tries a number of increasingly more default methods until a non-nil
This tries a number of increasingly more default methods until a non-@code{nil}
value is found.
@itemize @bullet
@ -542,7 +542,7 @@ value is found.
@end defun
@defopt erc-server nil
@defopt erc-server
IRC server to use if one is not provided.
@end defopt
@ -551,7 +551,7 @@ IRC server to use if one is not provided.
@defun erc-compute-port &optional port
Return a port for an IRC server.
This tries a number of increasingly more default methods until a non-nil
This tries a number of increasingly more default methods until a non-@code{nil}
value is found.
@itemize @bullet
@ -574,7 +574,7 @@ This can be either a string or a number.
Return user's IRC nick.
This tries a number of increasingly more default methods until a
non-nil value is found.
non-@code{nil} value is found.
@itemize
@item @var{nick} (the argument passed to this function)
@ -598,7 +598,7 @@ The string to append to the nick if it is already in use.
@end defopt
@defopt erc-try-new-nick-p
If the nickname you chose isn't available, and this option is non-nil,
If the nickname you chose isn't available, and this option is non-@code{nil},
ERC should automatically attempt to connect with another nickname.
You can manually set another nickname with the /NICK command.
@ -634,7 +634,7 @@ For more details, @pxref{Top,,auth-source, auth, Emacs auth-source Library}.
Return user's full name.
This tries a number of increasingly more default methods until a
non-nil value is found.
non-@code{nil} value is found.
@itemize @bullet
@item @var{full-name} (the argument passed to this function)