Skip to content

Commit 9b426e1

Browse files
committed
Correctly typeset nil and t in texinfo
* doc/emacs/package.texi (Fetching Package Sources): * doc/lispref/display.texi (Image Descriptors): * doc/lispref/windows.texi (Buffer Display Action Alists): * doc/misc/gnus-faq.texi (FAQ 5-4): Correctly typeset nil and t.
1 parent f050b9c commit 9b426e1

File tree

4 files changed

+14
-16
lines changed

4 files changed

+14
-16
lines changed

doc/emacs/package.texi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -693,9 +693,9 @@ an Org file.
693693

694694
@item :make
695695
A string or list of strings providing the target or targets defined in
696-
the repository Makefile which should run before building the Info
697-
file. Only takes effect when @code{package-vc-allow-build-commands}
698-
is non-nil.
696+
the repository Makefile which should run before building the Info file.
697+
Only takes effect when @code{package-vc-allow-build-commands} is
698+
non-@code{nil}.
699699

700700
@item :shell-command
701701
A string providing the shell command to run before building the Info

doc/lispref/display.texi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6177,7 +6177,7 @@ or @code{:flip} is changed.
61776177
If @code{:original-map} is not specified when creating an image with
61786178
@code{create-image}, it will be computed based on the supplied
61796179
@code{:map}, as well as any of @code{:scale}, @code{:rotation}, or
6180-
@code{:flip} which are non-nil.
6180+
@code{:flip} which are non-@code{nil}.
61816181

61826182
Conversely, if @code{:original-map} is specified but @code{:map} is not,
61836183
@code{:map} will be computed based on @code{:original-map},

doc/lispref/windows.texi

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3312,12 +3312,11 @@ only addressee.
33123312

33133313
@vindex pop-up-frames@r{, a buffer display action alist entry}
33143314
@item pop-up-frames
3315-
The value controls whether @code{display-buffer} may display buffers
3316-
by making new frames. It has the same meaning as the
3317-
@code{pop-up-frames} variable and takes precedence over it when present.
3318-
Its main intended purpose is to override a non-nil value of the
3319-
variable for particular buffers which the user prefers to keep
3320-
in the selected frame.
3315+
The value controls whether @code{display-buffer} may display buffers by
3316+
making new frames. It has the same meaning as the @code{pop-up-frames}
3317+
variable and takes precedence over it when present. Its main intended
3318+
purpose is to override a non-@code{nil} value of the variable for
3319+
particular buffers which the user prefers to keep in the selected frame.
33213320

33223321
@vindex parent-frame@r{, a buffer display action alist entry}
33233322
@item parent-frame

doc/misc/gnus-faq.texi

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1173,12 +1173,11 @@ to postings you send to the gmane hierarchy, use
11731173
send to groups containing the string binaries in their
11741174
name etc.
11751175

1176-
You can instead of specifying a regexp specify a function
1177-
which is evaluated, only if it returns true, the
1178-
corresponding settings take effect. Two interesting
1179-
candidates for this are message-news-p which returns t if
1180-
the current Group is a newsgroup and the corresponding
1181-
message-mail-p.
1176+
You can instead of specifying a regexp specify a function which is
1177+
evaluated, only if it returns true, the corresponding settings take
1178+
effect. Two interesting candidates for this are @code{message-news-p}
1179+
which returns @code{t} if the current Group is a newsgroup and the
1180+
corresponding @code{message-mail-p}.
11821181

11831182
Note that all forms that match are applied, that means in
11841183
the example below, when I post to

0 commit comments

Comments
 (0)