emacs-orgmode
[Top][All Lists]
Advanced

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

[PATCH] org: Fix a docstring typo


From: Morgan . J . Smith
Subject: [PATCH] org: Fix a docstring typo
Date: Fri, 2 Oct 2020 18:08:49 -0400

From: Morgan Smith <Morgan.J.Smith@outlook.com>

* lisp/org.el (org-check-before-invisible-edit): Fix a docstring typo.
---

Hello Org! This is my first patch so go easy on me. I'm planning on doing more 
patches in the future. I already submitted the FSF paperwork for emacs, so 
hopefully I don't have to do anything extra there.


 lisp/org.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/org.el b/lisp/org.el
index 7438b9944..b222ea20c 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -16577,7 +16577,7 @@ overwritten, and the table is not marked as requiring 
realignment."
                (1+ org-self-insert-command-undo-counter))))))))

 (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'."
   ;; First, try to get out of here as quickly as possible, to reduce overhead
   (when (and org-catch-invisible-edits
--
2.28.0



reply via email to

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