emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [PATCH] org: Fix a docstring typo
@ 2020-10-02 22:08 Morgan.J.Smith
  2020-10-03  6:48 ` Kyle Meyer
  0 siblings, 1 reply; 3+ messages in thread
From: Morgan.J.Smith @ 2020-10-02 22:08 UTC (permalink / raw)
  To: emacs-orgmode; +Cc: Morgan Smith

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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-10-24 12:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-02 22:08 [PATCH] org: Fix a docstring typo Morgan.J.Smith
2020-10-03  6:48 ` Kyle Meyer
2020-10-24 12:01   ` Bastien

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).