diff options
| author | Juanma Barranquero | 2006-11-03 15:08:44 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2006-11-03 15:08:44 +0000 |
| commit | c67c14f32edf8331ab81fc96ec437d1af75d4dc2 (patch) | |
| tree | aa4aa3c829c37a7859567326a5536102b4e2af5d | |
| parent | 80b709bce17b06084c1d470d3f1372a34b648595 (diff) | |
| download | emacs-c67c14f32edf8331ab81fc96ec437d1af75d4dc2.tar.gz emacs-c67c14f32edf8331ab81fc96ec437d1af75d4dc2.zip | |
(checkdoc-rogue-space-check-engine): Use "non-nil" in docstrings.
| -rw-r--r-- | lisp/emacs-lisp/checkdoc.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/checkdoc.el b/lisp/emacs-lisp/checkdoc.el index 666b373ca53..0bacbf1c683 100644 --- a/lisp/emacs-lisp/checkdoc.el +++ b/lisp/emacs-lisp/checkdoc.el | |||
| @@ -2155,7 +2155,7 @@ before using the Ispell engine on it." | |||
| 2155 | (defun checkdoc-rogue-space-check-engine (&optional start end interact) | 2155 | (defun checkdoc-rogue-space-check-engine (&optional start end interact) |
| 2156 | "Return a message list if there is a line with white space at the end. | 2156 | "Return a message list if there is a line with white space at the end. |
| 2157 | If `checkdoc-autofix-flag' permits, delete that whitespace instead. | 2157 | If `checkdoc-autofix-flag' permits, delete that whitespace instead. |
| 2158 | If optional arguments START and END are non nil, bound the check to | 2158 | If optional arguments START and END are non-nil, bound the check to |
| 2159 | this region. | 2159 | this region. |
| 2160 | Optional argument INTERACT may permit the user to fix problems on the fly." | 2160 | Optional argument INTERACT may permit the user to fix problems on the fly." |
| 2161 | (let ((p (point)) | 2161 | (let ((p (point)) |