diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2022-05-03 00:45:21 +0200 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2022-05-03 00:45:21 +0200 |
| commit | 547ad9e39341c9a9dc37b2c88acb487d737a8e3b (patch) | |
| tree | abdaa924d827d59b56c08576a8be3068b4668c3a /docs/magit-section.org | |
| parent | 437dfe95e92a2619f73f66355bdcdad5a77545f4 (diff) | |
Fix a single typo
But it sure was copied to a lot of places. ;P
Diffstat (limited to 'docs/magit-section.org')
| -rw-r--r-- | docs/magit-section.org | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/magit-section.org b/docs/magit-section.org index 20397c3..a75fa30 100644 --- a/docs/magit-section.org +++ b/docs/magit-section.org @@ -152,7 +152,7 @@ source for suitable examples before asking me for help. Thanks! Return the section at point or where the context menu was invoked. When using the context menu, return the section that the user clicked on, provided the current buffer is the buffer in which - the click occured. Otherwise return the section at point. + the click occurred. Otherwise return the section at point. - Function magit-section-at &optional position :: @@ -207,14 +207,14 @@ when appropriate. Return point or the position where the context menu was invoked. When using the context menu, return the position the user clicked on, provided the current buffer is the buffer in which the click - occured. Otherwise return the same value as ~point~. + occurred. Otherwise return the same value as ~point~. - Function magit-thing-at-point thing &optional no-properties :: Return the THING at point or where the context menu was invoked. When using the context menu, return the thing the user clicked on, provided the current buffer is the buffer in which the click - occured. Otherwise return the same value as ~thing-at-point~. + occurred. Otherwise return the same value as ~thing-at-point~. For the meaning of THING and NO-PROPERTIES see that function. * Matching Functions |
