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:
parent
b1f50b9528
commit
9861d11e7e
@ -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)))
|
||||
|
Loading…
Reference in New Issue
Block a user