diff options
author | Martin Rudalics <rudalics@gmx.at> | 2017-12-22 09:20:41 +0100 |
---|---|---|
committer | Martin Rudalics <rudalics@gmx.at> | 2017-12-22 09:20:41 +0100 |
commit | 164e84c9773d9738c80b49630c4e45d539b337ef (patch) | |
tree | 28772497548c552a6592b78f9b9f50d62a39a5e5 /doc/lispref/compile.texi | |
parent | 798f07f1509ac973a379db921bd796e0df7f2982 (diff) | |
download | emacs-164e84c9773d9738c80b49630c4e45d539b337ef.tar.gz emacs-164e84c9773d9738c80b49630c4e45d539b337ef.tar.bz2 emacs-164e84c9773d9738c80b49630c4e45d539b337ef.zip |
Fix uses of 'nil' and 'non-nil' in manuals and a few more minor issues
* doc/emacs/building.texi (Grep Searching): Fix doc of
'grep-save-buffers'.
(Drag and Drop): Reorder paragraphs. Fix doc of
'mouse-drag-and-drop-region'.
* doc/emacs/frames.texi (Word and Line Mouse):
* doc/emacs/search.texi (Other Repeating Search):
* doc/lispref/compile.texi (Compilation Functions):
* doc/lispref/files.texi (Directory Names):
* doc/lispref/functions.texi (Advising Named Functions):
* doc/lispref/keymaps.texi (Controlling Active Maps):
* doc/lispref/lists.texi (Association Lists):
* doc/lispref/windows.texi (Quitting Windows): Fix uses of
'non-nil' and 'nil'.
Diffstat (limited to 'doc/lispref/compile.texi')
-rw-r--r-- | doc/lispref/compile.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/compile.texi b/doc/lispref/compile.texi index 57ff06085d9..9123e93a5bf 100644 --- a/doc/lispref/compile.texi +++ b/doc/lispref/compile.texi @@ -94,7 +94,7 @@ the @code{byte-compile} function. You can compile a whole file with recorded in a buffer called @file{*Compile-Log*}, which uses Compilation mode. @xref{Compilation Mode,,,emacs, The GNU Emacs Manual}. However, if the variable @code{byte-compile-debug} is -non-nil, error message will be signaled as Lisp errors instead +non-@code{nil}, error messages will be signaled as Lisp errors instead (@pxref{Errors}). @cindex macro compilation |