]> code.delx.au - gnu-emacs/commitdiff
Replace non-nil with non-@code{nil}.
authorJan Djärv <jan.h.d@swipnet.se>
Wed, 3 Nov 2004 14:08:00 +0000 (14:08 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Wed, 3 Nov 2004 14:08:00 +0000 (14:08 +0000)
man/ChangeLog
man/frames.texi
man/idlwave.texi
man/reftex.texi
man/speedbar.texi

index 1189f42388a71d1b183ab107659d3fe43b8ad6d9..f80bb2fc5026f6d09e5980f7058dff4f171515c0 100644 (file)
@@ -1,3 +1,12 @@
+2004-11-03  Jan Dj\e,Ad\e(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\e,Ad\e(Brv  <jan.h.d@swipnet.se>
 
        * frames.texi (Dialog Boxes): Document use-old-gtk-file-dialog.
index 9a4cbb04f5cb71dacc49e1b1d903a3be6c6adb32..cc8ae97256745b945ac853c2cdaea5e37795dd0f 100644 (file)
@@ -912,8 +912,8 @@ boxes with the option @code{use-dialog-box}.
 
 @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
index fde5cd389d66eecd7ea83de3849501db891c158d..9c8037901716c574c6b3dc7ac7df9a43c7f6c922 100644 (file)
@@ -832,7 +832,7 @@ level can be somewhat dynamic in continued statements with special
 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.
 
index 9108747af4ffe61170bd44ffd377fbc741c5b520..c40dda36a2fdee3978be51b1a21bf27dbc63d6e4 100644 (file)
@@ -568,7 +568,7 @@ document.@refill
 @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 @@ will move to the correct position.@refill
 @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 @@ index entry.  If you have a macro
 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
 
index 246aa1b7caf5d74bc8c7802d2e6601349a00be92..62cce0024ae9a2b79f9ecf53c2447467618cb8f0 100644 (file)
@@ -1066,7 +1066,7 @@ summary to display in the minibuffer.
 
 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 @@ when the mouse passes over it.  @var{function} is called whenever the
 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