emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/textmodes/table.el,v


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/table.el,v
Date: Fri, 03 Nov 2006 15:13:38 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      06/11/03 15:13:38

Index: table.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/textmodes/table.el,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -b -r1.27 -r1.28
--- table.el    15 Oct 2006 20:48:56 -0000      1.27
+++ table.el    3 Nov 2006 15:13:38 -0000       1.28
@@ -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)))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]