lisp/org-table.el (org-table-copy-down): Fix typo
This commit is contained in:
parent
44385f5bc4
commit
13bbe6743d
|
@ -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))
|
(let ((org-table-may-need-update nil)) (org-table-next-row))
|
||||||
(org-table-blank-field))
|
(org-table-blank-field))
|
||||||
;; Insert the new field. NEW-FIELD may be nil if
|
;; Insert the new field. NEW-FIELD may be nil if
|
||||||
;; `org-table-increment' is nil, or N = 0. In that case, copy
|
;; `org-table-copy-increment' is nil, or N = 0. In that case,
|
||||||
;; FIELD.
|
;; copy FIELD.
|
||||||
(insert (or next-field field))
|
(insert (or next-field field))
|
||||||
(org-table-maybe-recalculate-line)
|
(org-table-maybe-recalculate-line)
|
||||||
(org-table-align)))
|
(org-table-align)))
|
||||||
|
|
Loading…
Reference in New Issue