summaryrefslogtreecommitdiff
path: root/lisp/textmodes
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2006-11-03 15:13:38 +0000
committerJuanma Barranquero <lekktu@gmail.com>2006-11-03 15:13:38 +0000
commit9861d11e7eb3767e7ebedf075883f652541eda73 (patch)
treebe5944919d6cd21fc0e6e7d1d500061a3948d8f7 /lisp/textmodes
parentb1f50b952860c160072fd61c02055540835b238d (diff)
downloademacs-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.el2
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)))