diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2006-11-03 15:13:38 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2006-11-03 15:13:38 +0000 |
commit | 9861d11e7eb3767e7ebedf075883f652541eda73 (patch) | |
tree | be5944919d6cd21fc0e6e7d1d500061a3948d8f7 /lisp/textmodes | |
parent | b1f50b952860c160072fd61c02055540835b238d (diff) | |
download | emacs-9861d11e7eb3767e7ebedf075883f652541eda73.tar.gz |
(table--row-column-insertion-point-p): Use "non-nil" in docstrings.
Diffstat (limited to 'lisp/textmodes')
-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." (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))) |