emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals-release/org 75b6f2712a 4/9: lisp/org-table.el (org-tabl


From: ELPA Syncer
Subject: [elpa] externals-release/org 75b6f2712a 4/9: lisp/org-table.el (org-table-copy-down): Fix typo
Date: Wed, 31 Jan 2024 10:00:20 -0500 (EST)

branch: externals-release/org
commit 75b6f2712a874c0202cce23062070b6e1572065b
Author: Ihor Radchenko <yantar92@posteo.net>
Commit: Ihor Radchenko <yantar92@posteo.net>

    lisp/org-table.el (org-table-copy-down): Fix typo
---
 lisp/org-table.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/org-table.el b/lisp/org-table.el
index 6408f48ccb..7de7dfdfc0 100644
--- a/lisp/org-table.el
+++ b/lisp/org-table.el
@@ -1922,8 +1922,8 @@ However, when N is 0, do not increment the field at all."
       (let ((org-table-may-need-update nil)) (org-table-next-row))
       (org-table-blank-field))
     ;; Insert the new field.  NEW-FIELD may be nil if
-    ;; `org-table-increment' is nil, or N = 0.  In that case, copy
-    ;; FIELD.
+    ;; `org-table-copy-increment' is nil, or N = 0.  In that case,
+    ;; copy FIELD.
     (insert (or next-field field))
     (org-table-maybe-recalculate-line)
     (org-table-align)))



reply via email to

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