mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 12:21:25 -08:00
(table--row-column-insertion-point-p): Use "non-nil" in docstrings.
This commit is contained in:
parent
b1f50b9528
commit
9861d11e7e
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue