Mercurial > emacs
changeset 73654:3c539f2ffdc3
(table--row-column-insertion-point-p): Use "non-nil" in docstrings.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Fri, 03 Nov 2006 15:13:38 +0000 |
parents | ad4fe300688b |
children | b63188c3288d |
files | lisp/textmodes/table.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/table.el Fri Nov 03 15:12:46 2006 +0000 +++ b/lisp/textmodes/table.el Fri Nov 03 15:13:38 2006 +0000 @@ -4692,7 +4692,7 @@ (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)))