diff options
| author | Juanma Barranquero | 2006-11-03 15:13:38 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2006-11-03 15:13:38 +0000 |
| commit | 9861d11e7eb3767e7ebedf075883f652541eda73 (patch) | |
| tree | be5944919d6cd21fc0e6e7d1d500061a3948d8f7 | |
| parent | b1f50b952860c160072fd61c02055540835b238d (diff) | |
| download | emacs-9861d11e7eb3767e7ebedf075883f652541eda73.tar.gz emacs-9861d11e7eb3767e7ebedf075883f652541eda73.zip | |
(table--row-column-insertion-point-p): Use "non-nil" in docstrings.
| -rw-r--r-- | lisp/textmodes/table.el | 2 |
1 files changed, 1 insertions, 1 deletions
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." | |||
| 4692 | (point))) | 4692 | (point))) |
| 4693 | 4693 | ||
| 4694 | (defun table--row-column-insertion-point-p (&optional columnp) | 4694 | (defun table--row-column-insertion-point-p (&optional columnp) |
| 4695 | "Return non nil if it makes sense to insert a row or a column at point." | 4695 | "Return non-nil if it makes sense to insert a row or a column at point." |
| 4696 | (and (not buffer-read-only) | 4696 | (and (not buffer-read-only) |
| 4697 | (or (get-text-property (point) 'table-cell) | 4697 | (or (get-text-property (point) 'table-cell) |
| 4698 | (let ((column (current-column))) | 4698 | (let ((column (current-column))) |