summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Djärv <jan.h.d@swipnet.se>2004-11-03 14:08:00 +0000
committerJan Djärv <jan.h.d@swipnet.se>2004-11-03 14:08:00 +0000
commit49e6099b1e840b51149c40a97547421b02292dc1 (patch)
tree52a848f645b6b351678154edfdc7bf78bd734e93
parentdecf4020140d26df76dfb02ae7e032c07ac159c2 (diff)
downloademacs-49e6099b1e840b51149c40a97547421b02292dc1.tar.gz
Replace non-nil with non-@code{nil}.
-rw-r--r--man/ChangeLog9
-rw-r--r--man/frames.texi4
-rw-r--r--man/idlwave.texi2
-rw-r--r--man/reftex.texi6
-rw-r--r--man/speedbar.texi4
5 files changed, 17 insertions, 8 deletions
diff --git a/man/ChangeLog b/man/ChangeLog
index 1189f42388a..f80bb2fc502 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -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.
diff --git a/man/frames.texi b/man/frames.texi
index 9a4cbb04f5c..cc8ae972567 100644
--- a/man/frames.texi
+++ b/man/frames.texi
@@ -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
diff --git a/man/idlwave.texi b/man/idlwave.texi
index fde5cd389d6..9c803790171 100644
--- a/man/idlwave.texi
+++ b/man/idlwave.texi
@@ -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.
diff --git a/man/reftex.texi b/man/reftex.texi
index 9108747af4f..c40dda36a2f 100644
--- a/man/reftex.texi
+++ b/man/reftex.texi
@@ -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
diff --git a/man/speedbar.texi b/man/speedbar.texi
index 246aa1b7caf..62cce0024ae 100644
--- a/man/speedbar.texi
+++ b/man/speedbar.texi
@@ -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