]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/misc/erc.texi: Use @code{nil} rather than just "nil".
authorGlenn Morris <rgm@gnu.org>
Tue, 13 Nov 2012 08:16:58 +0000 (00:16 -0800)
committerGlenn Morris <rgm@gnu.org>
Tue, 13 Nov 2012 08:16:58 +0000 (00:16 -0800)
doc/misc/ChangeLog
doc/misc/erc.texi

index 1ec8a3d56ffa2505d101702e4733c3a3db72526a..07f38d15dd9a21fab3edf6a51f132e9813c89bfe 100644 (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.
index 4be94df4b45cc06a5e9634c1c4b65668c2323d81..834d2ea844df7ef791929ed96da188eeef725a61 100644 (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)