diff options
author | Jan Djärv <jan.h.d@swipnet.se> | 2004-11-03 14:08:00 +0000 |
---|---|---|
committer | Jan Djärv <jan.h.d@swipnet.se> | 2004-11-03 14:08:00 +0000 |
commit | 49e6099b1e840b51149c40a97547421b02292dc1 (patch) | |
tree | 52a848f645b6b351678154edfdc7bf78bd734e93 /man/speedbar.texi | |
parent | decf4020140d26df76dfb02ae7e032c07ac159c2 (diff) | |
download | emacs-49e6099b1e840b51149c40a97547421b02292dc1.tar.gz |
Replace non-nil with non-@code{nil}.
Diffstat (limited to 'man/speedbar.texi')
-rw-r--r-- | man/speedbar.texi | 4 |
1 files changed, 2 insertions, 2 deletions
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 |