diff options
| author | Stefan Kangas | 2022-10-27 13:09:49 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2022-10-27 13:11:47 +0200 |
| commit | 8deb7978974f87b9fc43babf93a96b045c8e788d (patch) | |
| tree | 816ae9dda4b2f3757f8188214077b165e5246524 | |
| parent | e16ee5fde6db97ecd70630c15196c4337726154a (diff) | |
| download | emacs-8deb7978974f87b9fc43babf93a96b045c8e788d.tar.gz emacs-8deb7978974f87b9fc43babf93a96b045c8e788d.zip | |
; Fix quoting of non-nil in texinfo sources
| -rw-r--r-- | doc/emacs/display.texi | 2 | ||||
| -rw-r--r-- | doc/emacs/haiku.texi | 2 | ||||
| -rw-r--r-- | doc/emacs/macos.texi | 6 | ||||
| -rw-r--r-- | doc/emacs/maintaining.texi | 2 | ||||
| -rw-r--r-- | doc/emacs/misc.texi | 2 | ||||
| -rw-r--r-- | doc/lispref/backups.texi | 2 | ||||
| -rw-r--r-- | doc/lispref/commands.texi | 2 | ||||
| -rw-r--r-- | doc/lispref/compile.texi | 2 | ||||
| -rw-r--r-- | doc/lispref/display.texi | 6 | ||||
| -rw-r--r-- | doc/lispref/files.texi | 2 | ||||
| -rw-r--r-- | doc/lispref/modes.texi | 8 | ||||
| -rw-r--r-- | doc/lispref/processes.texi | 2 | ||||
| -rw-r--r-- | doc/lispref/searching.texi | 4 | ||||
| -rw-r--r-- | doc/lispref/symbols.texi | 2 | ||||
| -rw-r--r-- | doc/lispref/text.texi | 4 | ||||
| -rw-r--r-- | doc/lispref/windows.texi | 2 | ||||
| -rw-r--r-- | doc/misc/cc-mode.texi | 2 | ||||
| -rw-r--r-- | doc/misc/cl.texi | 2 | ||||
| -rw-r--r-- | doc/misc/eshell.texi | 6 | ||||
| -rw-r--r-- | doc/misc/flymake.texi | 4 | ||||
| -rw-r--r-- | doc/misc/gnus.texi | 14 | ||||
| -rw-r--r-- | doc/misc/newsticker.texi | 2 | ||||
| -rw-r--r-- | doc/misc/rcirc.texi | 4 | ||||
| -rw-r--r-- | doc/misc/transient.texi | 2 | ||||
| -rw-r--r-- | doc/misc/url.texi | 2 |
25 files changed, 44 insertions, 44 deletions
diff --git a/doc/emacs/display.texi b/doc/emacs/display.texi index b7c8825efa2..cf4f0414523 100644 --- a/doc/emacs/display.texi +++ b/doc/emacs/display.texi | |||
| @@ -270,7 +270,7 @@ either at the top or bottom of the window depending on the scroll | |||
| 270 | direction. By default, @code{scroll-conservatively} is@tie{}0, which | 270 | direction. By default, @code{scroll-conservatively} is@tie{}0, which |
| 271 | means to always center point in the window. | 271 | means to always center point in the window. |
| 272 | This said, in minibuffer windows, scrolling is always conservative by | 272 | This said, in minibuffer windows, scrolling is always conservative by |
| 273 | default because @code{scroll-minibuffer-conservatively} is non-nil, | 273 | default because @code{scroll-minibuffer-conservatively} is non-@code{nil}, |
| 274 | which takes precedence over @code{scroll-conservatively}. | 274 | which takes precedence over @code{scroll-conservatively}. |
| 275 | 275 | ||
| 276 | @vindex scroll-step | 276 | @vindex scroll-step |
diff --git a/doc/emacs/haiku.texi b/doc/emacs/haiku.texi index ac631a39a69..33c81b6f17f 100644 --- a/doc/emacs/haiku.texi +++ b/doc/emacs/haiku.texi | |||
| @@ -108,7 +108,7 @@ You can create such a file with the @command{xmlbmessage} tool. | |||
| 108 | @cindex crashes, Haiku | 108 | @cindex crashes, Haiku |
| 109 | @cindex haiku debugger | 109 | @cindex haiku debugger |
| 110 | @vindex haiku-debug-on-fatal-error | 110 | @vindex haiku-debug-on-fatal-error |
| 111 | If the variable @code{haiku-debug-on-fatal-error} is non-nil, Emacs | 111 | If the variable @code{haiku-debug-on-fatal-error} is non-@code{nil}, Emacs |
| 112 | will launch the system debugger when a fatal signal is received. It | 112 | will launch the system debugger when a fatal signal is received. It |
| 113 | defaults to @code{t}. If GDB cannot be used on your system, please | 113 | defaults to @code{t}. If GDB cannot be used on your system, please |
| 114 | attach the report generated by the system debugger when reporting a | 114 | attach the report generated by the system debugger when reporting a |
diff --git a/doc/emacs/macos.texi b/doc/emacs/macos.texi index d7c432d420e..1457a8bc3a3 100644 --- a/doc/emacs/macos.texi +++ b/doc/emacs/macos.texi | |||
| @@ -159,7 +159,7 @@ dialogue on quitting. | |||
| 159 | @vindex ns-auto-hide-menu-bar | 159 | @vindex ns-auto-hide-menu-bar |
| 160 | @item ns-auto-hide-menu-bar | 160 | @item ns-auto-hide-menu-bar |
| 161 | This variable specifies whether the macOS menu bar is hidden when an | 161 | This variable specifies whether the macOS menu bar is hidden when an |
| 162 | Emacs frame is selected. If non-nil the menu bar is not shown unless | 162 | Emacs frame is selected. If non-@code{nil} the menu bar is not shown unless |
| 163 | the mouse pointer is moved near to the top of the screen. | 163 | the mouse pointer is moved near to the top of the screen. |
| 164 | 164 | ||
| 165 | @vindex ns-use-native-fullscreen | 165 | @vindex ns-use-native-fullscreen |
| @@ -178,14 +178,14 @@ These variables only apply to macOS 10.7 (Lion) and above. | |||
| 178 | @item ns-use-mwheel-acceleration | 178 | @item ns-use-mwheel-acceleration |
| 179 | This variable controls whether Emacs ignores the system mousewheel | 179 | This variable controls whether Emacs ignores the system mousewheel |
| 180 | acceleration. When nil each `click' of the mousewheel will correspond | 180 | acceleration. When nil each `click' of the mousewheel will correspond |
| 181 | exactly with one mousewheel event. When non-nil, the default, each | 181 | exactly with one mousewheel event. When non-@code{nil}, the default, each |
| 182 | `click' may correspond with more than one mousewheel event, depending | 182 | `click' may correspond with more than one mousewheel event, depending |
| 183 | on the user's input. | 183 | on the user's input. |
| 184 | 184 | ||
| 185 | @vindex ns-use-mwheel-momentum | 185 | @vindex ns-use-mwheel-momentum |
| 186 | @item ns-use-mwheel-momentum | 186 | @item ns-use-mwheel-momentum |
| 187 | This variable controls whether Emacs ignores the system `momentum' | 187 | This variable controls whether Emacs ignores the system `momentum' |
| 188 | when scrolling using a trackpad. When non-nil, the default, scrolling | 188 | when scrolling using a trackpad. When non-@code{nil}, the default, scrolling |
| 189 | rapidly may result in the buffer continuing to scroll for a short | 189 | rapidly may result in the buffer continuing to scroll for a short |
| 190 | while after the user has lifted their fingers off the trackpad. | 190 | while after the user has lifted their fingers off the trackpad. |
| 191 | 191 | ||
diff --git a/doc/emacs/maintaining.texi b/doc/emacs/maintaining.texi index 2de6b3604f8..3e03bd817ad 100644 --- a/doc/emacs/maintaining.texi +++ b/doc/emacs/maintaining.texi | |||
| @@ -3298,7 +3298,7 @@ according to @code{bug-reference-setup-from-mail-alist}, | |||
| 3298 | and @code{bug-reference-maybe-setup-from-irc} which does the setup | 3298 | and @code{bug-reference-maybe-setup-from-irc} which does the setup |
| 3299 | according to @code{bug-reference-setup-from-irc-alist}. | 3299 | according to @code{bug-reference-setup-from-irc-alist}. |
| 3300 | @end itemize | 3300 | @end itemize |
| 3301 | A setup function should return non-nil if it could setup bug-reference | 3301 | A setup function should return non-@code{nil} if it could setup bug-reference |
| 3302 | mode which is the case if the last thing the function does is calling | 3302 | mode which is the case if the last thing the function does is calling |
| 3303 | one of the helper functions above. | 3303 | one of the helper functions above. |
| 3304 | 3304 | ||
diff --git a/doc/emacs/misc.texi b/doc/emacs/misc.texi index 1514e316f8c..29c0bed19c0 100644 --- a/doc/emacs/misc.texi +++ b/doc/emacs/misc.texi | |||
| @@ -1540,7 +1540,7 @@ color is supported. Therefore, Emacs provides an option | |||
| 1540 | @code{comint-terminfo-terminal} to let you choose a terminal with more | 1540 | @code{comint-terminfo-terminal} to let you choose a terminal with more |
| 1541 | advanced features, as defined in your system's terminfo database. | 1541 | advanced features, as defined in your system's terminfo database. |
| 1542 | Emacs will use this option as the value for @env{TERM} so long as | 1542 | Emacs will use this option as the value for @env{TERM} so long as |
| 1543 | @code{system-uses-terminfo} is non-nil. | 1543 | @code{system-uses-terminfo} is non-@code{nil}. |
| 1544 | 1544 | ||
| 1545 | Both @code{comint-terminfo-terminal} and @code{system-uses-terminfo} | 1545 | Both @code{comint-terminfo-terminal} and @code{system-uses-terminfo} |
| 1546 | can be declared as connection-local variables to adjust these options | 1546 | can be declared as connection-local variables to adjust these options |
diff --git a/doc/lispref/backups.texi b/doc/lispref/backups.texi index d99487368b6..f0b154e4955 100644 --- a/doc/lispref/backups.texi +++ b/doc/lispref/backups.texi | |||
| @@ -474,7 +474,7 @@ Each transform is a list of the form @w{@code{(@var{regexp} | |||
| 474 | @var{replacement} [@var{uniquify}])}}. @var{regexp} is a regular | 474 | @var{replacement} [@var{uniquify}])}}. @var{regexp} is a regular |
| 475 | expression to match against the file name; if it matches, | 475 | expression to match against the file name; if it matches, |
| 476 | @code{replace-match} is used to replace the matching part with | 476 | @code{replace-match} is used to replace the matching part with |
| 477 | @var{replacement}. If the optional element @var{uniquify} is non-nil, | 477 | @var{replacement}. If the optional element @var{uniquify} is non-@code{nil}, |
| 478 | the auto-save file name is constructed by concatenating the directory | 478 | the auto-save file name is constructed by concatenating the directory |
| 479 | part of the transformed file name with the buffer's file name in which | 479 | part of the transformed file name with the buffer's file name in which |
| 480 | all directory separators were changed to @samp{!} to prevent clashes. | 480 | all directory separators were changed to @samp{!} to prevent clashes. |
diff --git a/doc/lispref/commands.texi b/doc/lispref/commands.texi index ede1c4d7622..377b433cae5 100644 --- a/doc/lispref/commands.texi +++ b/doc/lispref/commands.texi | |||
| @@ -2726,7 +2726,7 @@ coordinates @var{x} and @var{y} in a specified frame or window, | |||
| 2726 | @var{frame-or-window}, which defaults to the selected window. | 2726 | @var{frame-or-window}, which defaults to the selected window. |
| 2727 | The coordinates @var{x} and @var{y} are relative to the | 2727 | The coordinates @var{x} and @var{y} are relative to the |
| 2728 | text area of the selected window. | 2728 | text area of the selected window. |
| 2729 | If @var{whole} is @code{non-nil}, the @var{x} coordinate is relative | 2729 | If @var{whole} is non-@code{nil}, the @var{x} coordinate is relative |
| 2730 | to the entire window area including scroll bars, margins and fringes. | 2730 | to the entire window area including scroll bars, margins and fringes. |
| 2731 | @end defun | 2731 | @end defun |
| 2732 | 2732 | ||
diff --git a/doc/lispref/compile.texi b/doc/lispref/compile.texi index 6f8431c55ce..d1d281d7094 100644 --- a/doc/lispref/compile.texi +++ b/doc/lispref/compile.texi | |||
| @@ -1077,7 +1077,7 @@ pristine environment, that may not be true for the subprocess. | |||
| 1077 | @end defopt | 1077 | @end defopt |
| 1078 | 1078 | ||
| 1079 | @defopt native-comp-async-query-on-exit | 1079 | @defopt native-comp-async-query-on-exit |
| 1080 | If this variable's value is non-nil, Emacs will query upon exiting | 1080 | If this variable's value is non-@code{nil}, Emacs will query upon exiting |
| 1081 | whether to exit and kill any asynchronous native-compilation | 1081 | whether to exit and kill any asynchronous native-compilation |
| 1082 | subprocesses that are still running, thus preventing the corresponding | 1082 | subprocesses that are still running, thus preventing the corresponding |
| 1083 | @file{.eln} files from being written. If the value is @code{nil}, the | 1083 | @file{.eln} files from being written. If the value is @code{nil}, the |
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index 15cd5518d91..c75107fb588 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi | |||
| @@ -2587,7 +2587,7 @@ meaning the foreground color of the face. Omitting the attribute | |||
| 2587 | @code{:color} means to use the foreground color of the face. | 2587 | @code{:color} means to use the foreground color of the face. |
| 2588 | @var{style} should be a symbol @code{line} or @code{wave}, meaning to | 2588 | @var{style} should be a symbol @code{line} or @code{wave}, meaning to |
| 2589 | use a straight or wavy line. Omitting the attribute @code{:style} | 2589 | use a straight or wavy line. Omitting the attribute @code{:style} |
| 2590 | means to use a straight line. @var{position}, if non-nil, means to | 2590 | means to use a straight line. @var{position}, if non-@code{nil}, means to |
| 2591 | display the underline at the descent of the text, instead of at the | 2591 | display the underline at the descent of the text, instead of at the |
| 2592 | baseline level. If it is a number, then it specifies the amount of | 2592 | baseline level. If it is a number, then it specifies the amount of |
| 2593 | pixels above the descent to display the underline. | 2593 | pixels above the descent to display the underline. |
| @@ -7347,7 +7347,7 @@ Display the next search result in @var{xwidget}. This function will | |||
| 7347 | signal an error if a search query has not been already started in | 7347 | signal an error if a search query has not been already started in |
| 7348 | @var{xwidget} through @code{xwidget-webkit-search}. | 7348 | @var{xwidget} through @code{xwidget-webkit-search}. |
| 7349 | 7349 | ||
| 7350 | If @code{wrap-around} was non-nil when @code{xwidget-webkit-search} | 7350 | If @code{wrap-around} was non-@code{nil} when @code{xwidget-webkit-search} |
| 7351 | was called, then the search will restart from the beginning of the | 7351 | was called, then the search will restart from the beginning of the |
| 7352 | document when its end is reached. | 7352 | document when its end is reached. |
| 7353 | @end defun | 7353 | @end defun |
| @@ -7357,7 +7357,7 @@ Display the previous search result in @var{xwidget}. This function | |||
| 7357 | signals an error if a search query has not been already started in | 7357 | signals an error if a search query has not been already started in |
| 7358 | @var{xwidget} through @code{xwidget-webkit-search}. | 7358 | @var{xwidget} through @code{xwidget-webkit-search}. |
| 7359 | 7359 | ||
| 7360 | If @code{wrap-around} was non-nil when @code{xwidget-webkit-search} | 7360 | If @code{wrap-around} was non-@code{nil} when @code{xwidget-webkit-search} |
| 7361 | was called, then the search will restart from the end of the | 7361 | was called, then the search will restart from the end of the |
| 7362 | document when its beginning is reached. | 7362 | document when its beginning is reached. |
| 7363 | @end defun | 7363 | @end defun |
diff --git a/doc/lispref/files.texi b/doc/lispref/files.texi index b26d4f10585..183b2786eae 100644 --- a/doc/lispref/files.texi +++ b/doc/lispref/files.texi | |||
| @@ -3136,7 +3136,7 @@ a list of file names that match it. | |||
| 3136 | 3136 | ||
| 3137 | @var{pattern} is, by default, a ``glob''/wildcard string, e.g., | 3137 | @var{pattern} is, by default, a ``glob''/wildcard string, e.g., |
| 3138 | @samp{"/tmp/*.png"} or @samp{"/*/*/foo.png"}, but can also be a | 3138 | @samp{"/tmp/*.png"} or @samp{"/*/*/foo.png"}, but can also be a |
| 3139 | regular expression if the optional @var{regexp} parameter is non-nil. | 3139 | regular expression if the optional @var{regexp} parameter is non-@code{nil}. |
| 3140 | In any case, the matches are applied per sub-directory, so a match | 3140 | In any case, the matches are applied per sub-directory, so a match |
| 3141 | can't span a parent/sub directory. | 3141 | can't span a parent/sub directory. |
| 3142 | 3142 | ||
diff --git a/doc/lispref/modes.texi b/doc/lispref/modes.texi index 434538dcbf8..9527df33b82 100644 --- a/doc/lispref/modes.texi +++ b/doc/lispref/modes.texi | |||
| @@ -198,7 +198,7 @@ on the hook. The optional argument @var{depth} lets you indicate where the | |||
| 198 | function should be inserted in the list: it should then be a number | 198 | function should be inserted in the list: it should then be a number |
| 199 | between -100 and 100 where the higher the value, the closer to the end of the | 199 | between -100 and 100 where the higher the value, the closer to the end of the |
| 200 | list the function should go. The @var{depth} defaults to 0 and for backward | 200 | list the function should go. The @var{depth} defaults to 0 and for backward |
| 201 | compatibility when @var{depth} is a non-nil symbol it is interpreted as a depth | 201 | compatibility when @var{depth} is a non-@code{nil} symbol it is interpreted as a depth |
| 202 | of 90. Furthermore, when @var{depth} is strictly greater than 0 the function | 202 | of 90. Furthermore, when @var{depth} is strictly greater than 0 the function |
| 203 | is added @emph{after} rather than before functions of the same depth. | 203 | is added @emph{after} rather than before functions of the same depth. |
| 204 | One should never use a depth of 100 (or -100), because one can never be | 204 | One should never use a depth of 100 (or -100), because one can never be |
| @@ -1256,7 +1256,7 @@ will be a vector for the ID at @var{pos}. If there is no entry at | |||
| 1256 | 1256 | ||
| 1257 | @vindex tabulated-list-use-header-line | 1257 | @vindex tabulated-list-use-header-line |
| 1258 | @defun tabulated-list-header-overlay-p &optional POS | 1258 | @defun tabulated-list-header-overlay-p &optional POS |
| 1259 | This @code{defsubst} returns non-nil if there is a fake header at | 1259 | This @code{defsubst} returns non-@code{nil} if there is a fake header at |
| 1260 | @var{pos}. A fake header is used if | 1260 | @var{pos}. A fake header is used if |
| 1261 | @code{tabulated-list-use-header-line} is @code{nil} to put the column | 1261 | @code{tabulated-list-use-header-line} is @code{nil} to put the column |
| 1262 | names at the beginning of the buffer. If omitted or @code{nil}, | 1262 | names at the beginning of the buffer. If omitted or @code{nil}, |
| @@ -1269,7 +1269,7 @@ This function puts @var{tag} in the padding area of the current line. | |||
| 1269 | The padding area can be empty space at the beginning of the line, the | 1269 | The padding area can be empty space at the beginning of the line, the |
| 1270 | width of which is governed by @code{tabulated-list-padding}. | 1270 | width of which is governed by @code{tabulated-list-padding}. |
| 1271 | @var{tag} should be a string, with a length less than or equal to | 1271 | @var{tag} should be a string, with a length less than or equal to |
| 1272 | @code{tabulated-list-padding}. If @var{advance} is non-nil, this | 1272 | @code{tabulated-list-padding}. If @var{advance} is non-@code{nil}, this |
| 1273 | function advances point by one line. | 1273 | function advances point by one line. |
| 1274 | @end defun | 1274 | @end defun |
| 1275 | 1275 | ||
| @@ -1284,7 +1284,7 @@ This function changes the tabulated list entry at point, setting | |||
| 1284 | the name of the column to change. @var{desc} is the new column | 1284 | the name of the column to change. @var{desc} is the new column |
| 1285 | descriptor, which is inserted via @code{tabulated-list-print-col}. | 1285 | descriptor, which is inserted via @code{tabulated-list-print-col}. |
| 1286 | 1286 | ||
| 1287 | If @var{change-entry-data} is non-nil, this function modifies the | 1287 | If @var{change-entry-data} is non-@code{nil}, this function modifies the |
| 1288 | underlying data (usually the column descriptor in the list | 1288 | underlying data (usually the column descriptor in the list |
| 1289 | @code{tabulated-list-entries}) by setting the column descriptor of the | 1289 | @code{tabulated-list-entries}) by setting the column descriptor of the |
| 1290 | vector to @code{desc}. | 1290 | vector to @code{desc}. |
diff --git a/doc/lispref/processes.texi b/doc/lispref/processes.texi index db6b4c35ef7..da8df968541 100644 --- a/doc/lispref/processes.texi +++ b/doc/lispref/processes.texi | |||
| @@ -507,7 +507,7 @@ string describing this signal. | |||
| 507 | Since there are processes violating this rule, returning exit codes | 507 | Since there are processes violating this rule, returning exit codes |
| 508 | greater than 128 which are not bound to a signal, @code{process-file} | 508 | greater than 128 which are not bound to a signal, @code{process-file} |
| 509 | returns always the exit code as natural number for remote processes. | 509 | returns always the exit code as natural number for remote processes. |
| 510 | Setting this user option to non-nil forces @code{process-file} to | 510 | Setting this user option to non-@code{nil} forces @code{process-file} to |
| 511 | interpret such exit codes as signals, and to return a corresponding | 511 | interpret such exit codes as signals, and to return a corresponding |
| 512 | string. | 512 | string. |
| 513 | @end defopt | 513 | @end defopt |
diff --git a/doc/lispref/searching.texi b/doc/lispref/searching.texi index 04f9297ec49..743718b560f 100644 --- a/doc/lispref/searching.texi +++ b/doc/lispref/searching.texi | |||
| @@ -1294,12 +1294,12 @@ Match any character that has whitespace syntax | |||
| 1294 | 1294 | ||
| 1295 | @item @code{lower}, @code{lower-case} | 1295 | @item @code{lower}, @code{lower-case} |
| 1296 | Match anything lower-case, as determined by the current case table. | 1296 | Match anything lower-case, as determined by the current case table. |
| 1297 | If @code{case-fold-search} is non-nil, this also matches any | 1297 | If @code{case-fold-search} is non-@code{nil}, this also matches any |
| 1298 | upper-case letter. | 1298 | upper-case letter. |
| 1299 | 1299 | ||
| 1300 | @item @code{upper}, @code{upper-case} | 1300 | @item @code{upper}, @code{upper-case} |
| 1301 | Match anything upper-case, as determined by the current case table. | 1301 | Match anything upper-case, as determined by the current case table. |
| 1302 | If @code{case-fold-search} is non-nil, this also matches any | 1302 | If @code{case-fold-search} is non-@code{nil}, this also matches any |
| 1303 | lower-case letter. | 1303 | lower-case letter. |
| 1304 | 1304 | ||
| 1305 | @item @code{graph}, @code{graphic} | 1305 | @item @code{graph}, @code{graphic} |
diff --git a/doc/lispref/symbols.texi b/doc/lispref/symbols.texi index 1074a8a8292..2ef4f8c2912 100644 --- a/doc/lispref/symbols.texi +++ b/doc/lispref/symbols.texi | |||
| @@ -794,7 +794,7 @@ this case. | |||
| 794 | @end defvar | 794 | @end defvar |
| 795 | 795 | ||
| 796 | @defvar print-symbols-bare | 796 | @defvar print-symbols-bare |
| 797 | When bound to non-nil, the Lisp printer prints only the bare symbol of | 797 | When bound to non-@code{nil}, the Lisp printer prints only the bare symbol of |
| 798 | a symbol with position, ignoring the position. | 798 | a symbol with position, ignoring the position. |
| 799 | @end defvar | 799 | @end defvar |
| 800 | 800 | ||
diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi index d1010db515d..793c22949c8 100644 --- a/doc/lispref/text.texi +++ b/doc/lispref/text.texi | |||
| @@ -1525,7 +1525,7 @@ Some commands leave the region active after execution in such a way that | |||
| 1525 | it interferes with selective undo of that command. To make @code{undo} | 1525 | it interferes with selective undo of that command. To make @code{undo} |
| 1526 | ignore the active region when invoked immediately after such a command, | 1526 | ignore the active region when invoked immediately after such a command, |
| 1527 | set the property @code{undo-inhibit-region} of the command's function | 1527 | set the property @code{undo-inhibit-region} of the command's function |
| 1528 | symbol to a non-nil value. @xref{Standard Properties}. | 1528 | symbol to a non-@code{nil} value. @xref{Standard Properties}. |
| 1529 | 1529 | ||
| 1530 | @node Maintaining Undo | 1530 | @node Maintaining Undo |
| 1531 | @section Maintaining Undo Lists | 1531 | @section Maintaining Undo Lists |
| @@ -5926,7 +5926,7 @@ methods if these concepts apply to the transport. If they do, then | |||
| 5926 | any system resources (e.g.@: processes, timers, etc.) used to listen for | 5926 | any system resources (e.g.@: processes, timers, etc.) used to listen for |
| 5927 | messages on the wire should be released in @code{jsonrpc-shutdown}, | 5927 | messages on the wire should be released in @code{jsonrpc-shutdown}, |
| 5928 | i.e.@: they should only be needed while @code{jsonrpc-running-p} is | 5928 | i.e.@: they should only be needed while @code{jsonrpc-running-p} is |
| 5929 | non-nil. | 5929 | non-@code{nil}. |
| 5930 | 5930 | ||
| 5931 | @end enumerate | 5931 | @end enumerate |
| 5932 | 5932 | ||
diff --git a/doc/lispref/windows.texi b/doc/lispref/windows.texi index e946a408fd6..37884faec7e 100644 --- a/doc/lispref/windows.texi +++ b/doc/lispref/windows.texi | |||
| @@ -2624,7 +2624,7 @@ default value is an empty display action, i.e., @w{@code{(nil . nil)}}. | |||
| 2624 | The value of this option is an alist mapping conditions to display | 2624 | The value of this option is an alist mapping conditions to display |
| 2625 | actions. Each condition is passed to @code{buffer-match-p}, along | 2625 | actions. Each condition is passed to @code{buffer-match-p}, along |
| 2626 | with the buffer name and the @var{action} argument passed to | 2626 | with the buffer name and the @var{action} argument passed to |
| 2627 | @code{display-buffer}. If it returns a non-nil value, then | 2627 | @code{display-buffer}. If it returns a non-@code{nil} value, then |
| 2628 | @code{display-buffer} uses the corresponding display action to display | 2628 | @code{display-buffer} uses the corresponding display action to display |
| 2629 | the buffer. | 2629 | the buffer. |
| 2630 | @end defopt | 2630 | @end defopt |
diff --git a/doc/misc/cc-mode.texi b/doc/misc/cc-mode.texi index ab41737794c..bade04fb95c 100644 --- a/doc/misc/cc-mode.texi +++ b/doc/misc/cc-mode.texi | |||
| @@ -2191,7 +2191,7 @@ foo& bar | |||
| 2191 | 2191 | ||
| 2192 | @defvar c-asymmetry-fontification-flag | 2192 | @defvar c-asymmetry-fontification-flag |
| 2193 | @vindex asymmetry-fontification-flag @r{(c-)} | 2193 | @vindex asymmetry-fontification-flag @r{(c-)} |
| 2194 | When @code{c-asymmetry-fontification-flag} is non-nil (which it is by | 2194 | When @code{c-asymmetry-fontification-flag} is non-@code{nil} (which it is by |
| 2195 | default), code like the above, with white space either before or after | 2195 | default), code like the above, with white space either before or after |
| 2196 | the operator, but not both, is fontified as a declaration. When the | 2196 | the operator, but not both, is fontified as a declaration. When the |
| 2197 | variable is nil, such a construct gets the default face. | 2197 | variable is nil, such a construct gets the default face. |
diff --git a/doc/misc/cl.texi b/doc/misc/cl.texi index a6747b1096a..e4b344f2674 100644 --- a/doc/misc/cl.texi +++ b/doc/misc/cl.texi | |||
| @@ -4051,7 +4051,7 @@ following keywords can be used: | |||
| 4051 | 4051 | ||
| 4052 | @table @code | 4052 | @table @code |
| 4053 | @item :read-only | 4053 | @item :read-only |
| 4054 | A non-nil value means the slot should not be @code{setf}-able; | 4054 | A non-@code{nil} value means the slot should not be @code{setf}-able; |
| 4055 | the slot's value is determined when the object is created and does | 4055 | the slot's value is determined when the object is created and does |
| 4056 | not change afterward. | 4056 | not change afterward. |
| 4057 | 4057 | ||
diff --git a/doc/misc/eshell.texi b/doc/misc/eshell.texi index 2945c05e85d..ff368c9dc41 100644 --- a/doc/misc/eshell.texi +++ b/doc/misc/eshell.texi | |||
| @@ -800,12 +800,12 @@ command-line switch: | |||
| 800 | 800 | ||
| 801 | @table @var | 801 | @table @var |
| 802 | @item short | 802 | @item short |
| 803 | This element, if non-nil, should be a character to be used as a short | 803 | This element, if non-@code{nil}, should be a character to be used as a short |
| 804 | switch, like @code{-@var{short}}. At least one of this element and | 804 | switch, like @code{-@var{short}}. At least one of this element and |
| 805 | @var{long} must be non-nil. | 805 | @var{long} must be non-@code{nil}. |
| 806 | 806 | ||
| 807 | @item long | 807 | @item long |
| 808 | This element, if non-nil, should be a string to be used as a long | 808 | This element, if non-@code{nil}, should be a string to be used as a long |
| 809 | switch, like @code{--@var{long}}. | 809 | switch, like @code{--@var{long}}. |
| 810 | 810 | ||
| 811 | @item value | 811 | @item value |
diff --git a/doc/misc/flymake.texi b/doc/misc/flymake.texi index 7406557623f..da1695099a2 100644 --- a/doc/misc/flymake.texi +++ b/doc/misc/flymake.texi | |||
| @@ -312,7 +312,7 @@ been reported. | |||
| 312 | Which fringe (if any) should show the warning/error bitmaps. | 312 | Which fringe (if any) should show the warning/error bitmaps. |
| 313 | 313 | ||
| 314 | @item flymake-wrap-around | 314 | @item flymake-wrap-around |
| 315 | If non-nil, moving to errors with @code{flymake-goto-next-error} and | 315 | If non-@code{nil}, moving to errors with @code{flymake-goto-next-error} and |
| 316 | @code{flymake-goto-prev-error} wraps around buffer boundaries. | 316 | @code{flymake-goto-prev-error} wraps around buffer boundaries. |
| 317 | @end vtable | 317 | @end vtable |
| 318 | 318 | ||
| @@ -878,7 +878,7 @@ line-idx col-idx err-text-idx)}. @xref{Parsing the output}. | |||
| 878 | @item flymake-proc-diagnostic-type-pred | 878 | @item flymake-proc-diagnostic-type-pred |
| 879 | A function to classify a diagnostic text as particular type of error. | 879 | A function to classify a diagnostic text as particular type of error. |
| 880 | Should be a function taking an error text and returning a diagnostic | 880 | Should be a function taking an error text and returning a diagnostic |
| 881 | symbol (@pxref{Flymake error types}). If non-nil is returned but | 881 | symbol (@pxref{Flymake error types}). If non-@code{nil} is returned but |
| 882 | there is no such symbol in that table, a warning is assumed. If nil | 882 | there is no such symbol in that table, a warning is assumed. If nil |
| 883 | is returned, an error is assumed. Can also be a regular expression | 883 | is returned, an error is assumed. Can also be a regular expression |
| 884 | that should match only warnings. This variable replaces the old | 884 | that should match only warnings. This variable replaces the old |
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi index ec728c09adf..7bcf3342977 100644 --- a/doc/misc/gnus.texi +++ b/doc/misc/gnus.texi | |||
| @@ -10497,7 +10497,7 @@ normally, but it'll make this command work a whole lot faster. Of | |||
| 10497 | course, it'll make group entry somewhat slow. | 10497 | course, it'll make group entry somewhat slow. |
| 10498 | 10498 | ||
| 10499 | @vindex gnus-refer-thread-use-search | 10499 | @vindex gnus-refer-thread-use-search |
| 10500 | If @code{gnus-refer-thread-use-search} is non-nil then those backends | 10500 | If @code{gnus-refer-thread-use-search} is non-@code{nil} then those backends |
| 10501 | that know how to find threads directly will search not just in the | 10501 | that know how to find threads directly will search not just in the |
| 10502 | current group but all groups on the same server. | 10502 | current group but all groups on the same server. |
| 10503 | 10503 | ||
| @@ -10515,7 +10515,7 @@ is true and the initial referral starts from a summary buffer for a | |||
| 10515 | non-virtual group this may not be possible. In this case a new | 10515 | non-virtual group this may not be possible. In this case a new |
| 10516 | summary buffer is created holding a virtual group with the result of | 10516 | summary buffer is created holding a virtual group with the result of |
| 10517 | the thread search.) If @code{gnus-refer-thread-limit-to-thread} is | 10517 | the thread search.) If @code{gnus-refer-thread-limit-to-thread} is |
| 10518 | non-nil then the summary buffer will be limited to articles in the | 10518 | non-@code{nil} then the summary buffer will be limited to articles in the |
| 10519 | thread. | 10519 | thread. |
| 10520 | 10520 | ||
| 10521 | @item M-^ (Summary) | 10521 | @item M-^ (Summary) |
| @@ -21569,7 +21569,7 @@ Search Groups}). | |||
| 21569 | Search queries can be specified one of two ways: either using the | 21569 | Search queries can be specified one of two ways: either using the |
| 21570 | syntax of the engine responsible for the group you're searching, or | 21570 | syntax of the engine responsible for the group you're searching, or |
| 21571 | using Gnus' generalized search syntax. Set the option | 21571 | using Gnus' generalized search syntax. Set the option |
| 21572 | @code{gnus-search-use-parsed-queries} to a non-nil value to used the | 21572 | @code{gnus-search-use-parsed-queries} to a non-@code{nil} value to used the |
| 21573 | generalized syntax. The advantage of this syntax is that, if you have | 21573 | generalized syntax. The advantage of this syntax is that, if you have |
| 21574 | multiple backends indexed by different engines, you don't need to | 21574 | multiple backends indexed by different engines, you don't need to |
| 21575 | remember which one you're searching---it's also possible to issue the | 21575 | remember which one you're searching---it's also possible to issue the |
| @@ -26329,7 +26329,7 @@ size, it will reject insertion of new entries. | |||
| 26329 | @end defvar | 26329 | @end defvar |
| 26330 | 26330 | ||
| 26331 | @defvar gnus-registry-register-all | 26331 | @defvar gnus-registry-register-all |
| 26332 | If this option is non-nil, the registry will register all messages, as | 26332 | If this option is non-@code{nil}, the registry will register all messages, as |
| 26333 | you see them. This is important to making split-to-parent and | 26333 | you see them. This is important to making split-to-parent and |
| 26334 | Message-ID references work correctly, as the registry needs to know | 26334 | Message-ID references work correctly, as the registry needs to know |
| 26335 | where all messages are, but it can slow down group opening and the | 26335 | where all messages are, but it can slow down group opening and the |
| @@ -26429,7 +26429,7 @@ have to put a rule like this: | |||
| 26429 | 26429 | ||
| 26430 | in your fancy split setup. | 26430 | in your fancy split setup. |
| 26431 | 26431 | ||
| 26432 | If @code{gnus-registry-register-all} is non-nil (the default), the | 26432 | If @code{gnus-registry-register-all} is non-@code{nil} (the default), the |
| 26433 | registry will perform splitting for all messages. If it is nil, | 26433 | registry will perform splitting for all messages. If it is nil, |
| 26434 | splitting will only happen for children of messages you've explicitly | 26434 | splitting will only happen for children of messages you've explicitly |
| 26435 | registered. | 26435 | registered. |
| @@ -26508,7 +26508,7 @@ Store @code{value} under @code{key} for message @code{id}. | |||
| 26508 | 26508 | ||
| 26509 | @defun gnus-registry-get-id-key (id key) | 26509 | @defun gnus-registry-get-id-key (id key) |
| 26510 | Get the data under @code{key} for message @code{id}. If the option | 26510 | Get the data under @code{key} for message @code{id}. If the option |
| 26511 | @code{gnus-registry-register-all} is non-nil, this function will also | 26511 | @code{gnus-registry-register-all} is non-@code{nil}, this function will also |
| 26512 | create an entry for @code{id} if one doesn't exist. | 26512 | create an entry for @code{id} if one doesn't exist. |
| 26513 | @end defun | 26513 | @end defun |
| 26514 | 26514 | ||
| @@ -26633,7 +26633,7 @@ connections after the system resumes. On systems compiled with D-Bus | |||
| 26633 | support (check the value of @code{(featurep 'dbusbind)}), Gnus can | 26633 | support (check the value of @code{(featurep 'dbusbind)}), Gnus can |
| 26634 | register a D-Bus signal to automatically close all server connections | 26634 | register a D-Bus signal to automatically close all server connections |
| 26635 | before the system goes to sleep. To enable this, set | 26635 | before the system goes to sleep. To enable this, set |
| 26636 | @code{gnus-dbus-close-on-sleep} to a non-nil value. | 26636 | @code{gnus-dbus-close-on-sleep} to a non-@code{nil} value. |
| 26637 | 26637 | ||
| 26638 | For more information about D-Bus and Emacs, @pxref{Top,,, dbus, D-Bus integration in Emacs}. | 26638 | For more information about D-Bus and Emacs, @pxref{Top,,, dbus, D-Bus integration in Emacs}. |
| 26639 | 26639 | ||
diff --git a/doc/misc/newsticker.texi b/doc/misc/newsticker.texi index 92dba55c016..fec571d9233 100644 --- a/doc/misc/newsticker.texi +++ b/doc/misc/newsticker.texi | |||
| @@ -172,7 +172,7 @@ is fetched for the very first time. | |||
| 172 | @vindex newsticker-obsolete-item-max-age | 172 | @vindex newsticker-obsolete-item-max-age |
| 173 | @item newsticker-keep-obsolete-items | 173 | @item newsticker-keep-obsolete-items |
| 174 | Obsolete headlines are removed immediately unless | 174 | Obsolete headlines are removed immediately unless |
| 175 | @code{newsticker-keep-obsolete-items} is non-nil in which case they | 175 | @code{newsticker-keep-obsolete-items} is non-@code{nil} in which case they |
| 176 | are kept until @code{newsticker-obsolete-item-max-age} is reached. | 176 | are kept until @code{newsticker-obsolete-item-max-age} is reached. |
| 177 | 177 | ||
| 178 | @vindex newsticker-automatically-mark-items-as-old | 178 | @vindex newsticker-automatically-mark-items-as-old |
diff --git a/doc/misc/rcirc.texi b/doc/misc/rcirc.texi index 307fe55a63f..84933a9ca72 100644 --- a/doc/misc/rcirc.texi +++ b/doc/misc/rcirc.texi | |||
| @@ -259,7 +259,7 @@ Use @kbd{C-c C-@key{SPC}} to switch to these buffers. | |||
| 259 | 259 | ||
| 260 | @vindex rcirc-track-ignore-server-buffer-flag | 260 | @vindex rcirc-track-ignore-server-buffer-flag |
| 261 | If the user wishes to ignore events in the server buffer, set | 261 | If the user wishes to ignore events in the server buffer, set |
| 262 | @code{rcirc-track-ignore-server-buffer-flag} to a non-nil value. | 262 | @code{rcirc-track-ignore-server-buffer-flag} to a non-@code{nil} value. |
| 263 | 263 | ||
| 264 | @node Reference | 264 | @node Reference |
| 265 | @chapter Reference | 265 | @chapter Reference |
| @@ -693,7 +693,7 @@ buffers. | |||
| 693 | 693 | ||
| 694 | @cindex rcirc-track-abbrevate-flag | 694 | @cindex rcirc-track-abbrevate-flag |
| 695 | By default the channel names are abbreviated, set | 695 | By default the channel names are abbreviated, set |
| 696 | @code{rcirc-track-abbrevate-flag} to a non-nil value. This might be | 696 | @code{rcirc-track-abbrevate-flag} to a non-@code{nil} value. This might be |
| 697 | interesting if the IRC activities are not tracked in the mode line, | 697 | interesting if the IRC activities are not tracked in the mode line, |
| 698 | but somewhere else. | 698 | but somewhere else. |
| 699 | 699 | ||
diff --git a/doc/misc/transient.texi b/doc/misc/transient.texi index 24c3090ef7a..a6745131d88 100644 --- a/doc/misc/transient.texi +++ b/doc/misc/transient.texi | |||
| @@ -945,7 +945,7 @@ that multiple suffix commands can be bound to the same key, provided | |||
| 945 | they are never active at the same time, see @ref{Predicate Slots}. | 945 | they are never active at the same time, see @ref{Predicate Slots}. |
| 946 | 946 | ||
| 947 | Unfortunately both false-positives and false-negatives are possible. | 947 | Unfortunately both false-positives and false-negatives are possible. |
| 948 | To deal with the former use non-nil @var{KEEP-OTHER@.} To deal with the | 948 | To deal with the former use non-@code{nil} @var{KEEP-OTHER@.} To deal with the |
| 949 | latter remove the conflicting binding explicitly. | 949 | latter remove the conflicting binding explicitly. |
| 950 | @end defun | 950 | @end defun |
| 951 | 951 | ||
diff --git a/doc/misc/url.texi b/doc/misc/url.texi index 546639b0172..420a2b56c52 100644 --- a/doc/misc/url.texi +++ b/doc/misc/url.texi | |||
| @@ -268,7 +268,7 @@ argument is @code{nil}, the allowed characters are those specified as | |||
| 268 | @dfn{unreserved characters} by RFC 3986 (see the variable | 268 | @dfn{unreserved characters} by RFC 3986 (see the variable |
| 269 | @code{url-unreserved-chars}). Otherwise, @var{allowed-chars} should | 269 | @code{url-unreserved-chars}). Otherwise, @var{allowed-chars} should |
| 270 | be either a list of allowed chars, or a vector whose Nth element is | 270 | be either a list of allowed chars, or a vector whose Nth element is |
| 271 | non-nil if character N is allowed. | 271 | non-@code{nil} if character N is allowed. |
| 272 | @end defun | 272 | @end defun |
| 273 | 273 | ||
| 274 | @defun url-unhex-string string &optional allow-newlines | 274 | @defun url-unhex-string string &optional allow-newlines |