# HG changeset patch # User Juanma Barranquero # Date 1162566818 0 # Node ID 3c539f2ffdc3fa1a886a9b5edff1216d2497a95d # Parent ad4fe300688bc61bc598d7707743a7f68f759f1e (table--row-column-insertion-point-p): Use "non-nil" in docstrings. diff -r ad4fe300688b -r 3c539f2ffdc3 lisp/textmodes/table.el --- a/lisp/textmodes/table.el Fri Nov 03 15:12:46 2006 +0000 +++ b/lisp/textmodes/table.el Fri Nov 03 15:13:38 2006 +0000 @@ -4692,7 +4692,7 @@ (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)))