changeset 73647:cacf1e7f0aaf

(checkdoc-rogue-space-check-engine): Use "non-nil" in docstrings.
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 03 Nov 2006 15:08:44 +0000
parents 76ebfa6768df
children 3dde4ab997f4
files lisp/emacs-lisp/checkdoc.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emacs-lisp/checkdoc.el	Fri Nov 03 15:08:02 2006 +0000
+++ b/lisp/emacs-lisp/checkdoc.el	Fri Nov 03 15:08:44 2006 +0000
@@ -2155,7 +2155,7 @@
 (defun checkdoc-rogue-space-check-engine (&optional start end interact)
   "Return a message list if there is a line with white space at the end.
 If `checkdoc-autofix-flag' permits, delete that whitespace instead.
-If optional arguments START and END are non nil, bound the check to
+If optional arguments START and END are non-nil, bound the check to
 this region.
 Optional argument INTERACT may permit the user to fix problems on the fly."
   (let ((p (point))