[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/org 13bbe6743d: lisp/org-table.el (org-table-copy-down)
From: |
ELPA Syncer |
Subject: |
[elpa] externals/org 13bbe6743d: lisp/org-table.el (org-table-copy-down): Fix typo |
Date: |
Fri, 26 Jan 2024 09:58:36 -0500 (EST) |
branch: externals/org
commit 13bbe6743d0ba629178f7be91fabec535c4d9d7e
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 0b0d8547f1..cf48161d2c 100644
--- a/lisp/org-table.el
+++ b/lisp/org-table.el
@@ -1924,8 +1924,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)))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [elpa] externals/org 13bbe6743d: lisp/org-table.el (org-table-copy-down): Fix typo,
ELPA Syncer <=