1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-05 11:45:45 +00:00

(table--row-column-insertion-point-p): Use "non-nil" in docstrings.

This commit is contained in:
Juanma Barranquero 2006-11-03 15:13:38 +00:00
parent b1f50b9528
commit 9861d11e7e

View File

@ -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)))