org: Fix a docstring typo
* lisp/org.el (org-check-before-invisible-edit): Fix a docstring typo.
This commit is contained in:
parent
5d4c0f59d8
commit
84bfc688d6
|
@ -16564,7 +16564,7 @@ overwritten, and the table is not marked as requiring realignment."
|
||||||
(1+ org-self-insert-command-undo-counter))))))))
|
(1+ org-self-insert-command-undo-counter))))))))
|
||||||
|
|
||||||
(defun org-check-before-invisible-edit (kind)
|
(defun org-check-before-invisible-edit (kind)
|
||||||
"Check is editing if kind KIND would be dangerous with invisible text around.
|
"Check if editing kind KIND would be dangerous with invisible text around.
|
||||||
The detailed reaction depends on the user option `org-catch-invisible-edits'."
|
The detailed reaction depends on the user option `org-catch-invisible-edits'."
|
||||||
;; First, try to get out of here as quickly as possible, to reduce overhead
|
;; First, try to get out of here as quickly as possible, to reduce overhead
|
||||||
(when (and org-catch-invisible-edits
|
(when (and org-catch-invisible-edits
|
||||||
|
|
Loading…
Reference in New Issue