Skip to content

Commit 84bfc68

Browse files
MorganJamesSmithkyleam
authored andcommitted
org: Fix a docstring typo
* lisp/org.el (org-check-before-invisible-edit): Fix a docstring typo.
1 parent 5d4c0f5 commit 84bfc68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lisp/org.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16564,7 +16564,7 @@ overwritten, and the table is not marked as requiring realignment."
1656416564
(1+ org-self-insert-command-undo-counter))))))))
1656516565

1656616566
(defun org-check-before-invisible-edit (kind)
16567-
"Check is editing if kind KIND would be dangerous with invisible text around.
16567+
"Check if editing kind KIND would be dangerous with invisible text around.
1656816568
The detailed reaction depends on the user option `org-catch-invisible-edits'."
1656916569
;; First, try to get out of here as quickly as possible, to reduce overhead
1657016570
(when (and org-catch-invisible-edits

0 commit comments

Comments
 (0)