mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-01 11:14:55 +00:00
Replace non-nil with non-@code{nil}.
This commit is contained in:
parent
decf402014
commit
49e6099b1e
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user