changeset 57912:4ac46dccac25

Replace non-nil with non-@code{nil}.
author Jan Djärv <jan.h.d@swipnet.se>
date Wed, 03 Nov 2004 14:08:00 +0000
parents d1917e4b98e7
children f5d7d9bbc021
files man/ChangeLog man/frames.texi man/idlwave.texi man/reftex.texi man/speedbar.texi
diffstat 5 files changed, 17 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/man/ChangeLog	Wed Nov 03 12:49:39 2004 +0000
+++ b/man/ChangeLog	Wed Nov 03 14:08:00 2004 +0000
@@ -1,3 +1,12 @@
+2004-11-03  Jan Dj,Ad(Brv  <jan.h.d@swipnet.se>
+
+	* frames.texi (Dialog Boxes): 
+	* idlwave.texi (Continued Statement Indentation): 
+	* reftex.texi (Options (Index Support)):
+	(Displaying and Editing the Index, Table of Contents): 
+	* speedbar.texi (Creating a display, Major Display Modes): Replace
+	non-nil with non-@code{nil}.
+
 2004-11-02  Jan Dj,Ad(Brv  <jan.h.d@swipnet.se>
 
 	* frames.texi (Dialog Boxes): Document use-old-gtk-file-dialog.
--- a/man/frames.texi	Wed Nov 03 12:49:39 2004 +0000
+++ b/man/frames.texi	Wed Nov 03 14:08:00 2004 +0000
@@ -912,8 +912,8 @@
 
 @vindex use-old-gtk-file-dialog
   For Gtk+ version 2.4, you can make Emacs use the old file dialog
-by setting the variable @code{use-old-gtk-file-dialog} to a non-nil value.
-If Emacs is built with a Gtk+ version that has only one file dialog,
+by setting the variable @code{use-old-gtk-file-dialog} to a non-@code{nil}
+value.  If Emacs is built with a Gtk+ version that has only one file dialog,
 the setting of this variable has no effect.
 
 @node Tooltips
--- a/man/idlwave.texi	Wed Nov 03 12:49:39 2004 +0000
+++ b/man/idlwave.texi	Wed Nov 03 14:08:00 2004 +0000
@@ -832,7 +832,7 @@
 continuation indentation, especially if
 @code{idlwave-max-extra-continuation-indent} is small, the key
 @kbd{C-u @key{TAB}} will re-indent all lines in the current statement.
-Note that @code{idlwave-indent-to-open-paren}, if non-nil, overrides
+Note that @code{idlwave-indent-to-open-paren}, if non-@code{nil}, overrides
 the @code{idlwave-max-extra-continuation-indent} limit, for
 parentheses only, forcing them always to line up.
 
--- a/man/reftex.texi	Wed Nov 03 12:49:39 2004 +0000
+++ b/man/reftex.texi	Wed Nov 03 14:08:00 2004 +0000
@@ -568,7 +568,7 @@
 @item r
 @vindex reftex-enable-partial-scans
 Reparse the LaTeX document and rebuild the @file{*toc*} buffer.  When
-@code{reftex-enable-partial-scans} is non-nil, rescan only the file this
+@code{reftex-enable-partial-scans} is non-@code{nil}, rescan only the file this
 location is defined in, not the entire document.@refill
 
 @item C-u r
@@ -2355,7 +2355,7 @@
 @item r
 @vindex reftex-enable-partial-scans
 Reparse the LaTeX document and rebuild the @file{*Index*} buffer.  When
-@code{reftex-enable-partial-scans} is non-nil, rescan only the file this
+@code{reftex-enable-partial-scans} is non-@code{nil}, rescan only the file this
 location is defined in, not the entire document.@refill
 
 @item C-u r
@@ -4348,7 +4348,7 @@
 should be @samp{Molecules!}.@refill
 
 @var{exclude} can be a function.  If this function exists and returns a
-non-nil value, the index entry at point is ignored.  This was
+non-@code{nil} value, the index entry at point is ignored.  This was
 implemented to support the (deprecated) @samp{^} and @samp{_} shortcuts
 in the LaTeX2e @code{index} package.@refill
 
--- a/man/speedbar.texi	Wed Nov 03 12:49:39 2004 +0000
+++ b/man/speedbar.texi	Wed Nov 03 14:08:00 2004 +0000
@@ -1066,7 +1066,7 @@
 
 There are several helper functions you can use if you are going to use
 built in tagging.  These functions can be @code{or}ed since each one
-returns non-nil if it displays a message.  They are:
+returns non-@code{nil} if it displays a message.  They are:
 
 @table @code
 @cindex @code{speedbar-item-info-file-helper}
@@ -1165,7 +1165,7 @@
 user clicks on the text.
 
 The optional argument @var{token} is extra data to associated with the
-text.  Lastly @var{prevline} should be non-nil if you want this line to
+text.  Lastly @var{prevline} should be non-@code{nil} if you want this line to
 appear directly after the last button which was created instead of on
 the next line.
 @end defun