From 9861d11e7eb3767e7ebedf075883f652541eda73 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Fri, 3 Nov 2006 15:13:38 +0000 Subject: [PATCH] (table--row-column-insertion-point-p): Use "non-nil" in docstrings. --- lisp/textmodes/table.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/textmodes/table.el b/lisp/textmodes/table.el index 169eeb249f2..70bd3a07a9f 100644 --- a/lisp/textmodes/table.el +++ b/lisp/textmodes/table.el @@ -4692,7 +4692,7 @@ of line." (point))) (defun table--row-column-insertion-point-p (&optional columnp) - "Return non nil if it makes sense to insert a row or a column at point." + "Return non-nil if it makes sense to insert a row or a column at point." (and (not buffer-read-only) (or (get-text-property (point) 'table-cell) (let ((column (current-column))) -- 2.39.2