diff options
| author | Juanma Barranquero | 2022-11-17 08:45:57 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2022-11-17 08:48:02 +0100 |
| commit | 623db40dd1cd21623c5cecdc0abbf3ce885f92b1 (patch) | |
| tree | fdee60381a0cb1396aade01d513a242f0517ec67 /lisp/org | |
| parent | 783c335623c5744ec3eda7913aeccfdd8aef4680 (diff) | |
| download | emacs-623db40dd1cd21623c5cecdc0abbf3ce885f92b1.tar.gz emacs-623db40dd1cd21623c5cecdc0abbf3ce885f92b1.zip | |
; * lisp/*.el: Fix typos in docstrings
* lisp/gnus/nnrss.el (nnrss-use-local, nnrss-fetch, nnrss-find-el):
* lisp/leim/quail/japanese.el ("japanese"):
* lisp/org/ol.el (org-link-search-must-match-exact-headline):
* lisp/org/org-faces.el (org-column):
* lisp/progmodes/eglot.el (eglot--stay-out-of-p)
(eglot-workspace-configuration, eglot--read-execute-code-action):
* lisp/vc/vc.el (vc-clone): Fix typos in docstrings.
Diffstat (limited to 'lisp/org')
| -rw-r--r-- | lisp/org/ol.el | 2 | ||||
| -rw-r--r-- | lisp/org/org-faces.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/org/ol.el b/lisp/org/ol.el index 4ad1f6d3452..108f031cde4 100644 --- a/lisp/org/ol.el +++ b/lisp/org/ol.el | |||
| @@ -339,7 +339,7 @@ another window." | |||
| 339 | (defcustom org-link-search-must-match-exact-headline 'query-to-create | 339 | (defcustom org-link-search-must-match-exact-headline 'query-to-create |
| 340 | "Non-nil means internal fuzzy links can only match headlines. | 340 | "Non-nil means internal fuzzy links can only match headlines. |
| 341 | 341 | ||
| 342 | When nil, the a fuzzy link may point to a target or a named | 342 | When nil, the fuzzy link may point to a target or a named |
| 343 | construct in the document. When set to the special value | 343 | construct in the document. When set to the special value |
| 344 | `query-to-create', offer to create a new headline when none | 344 | `query-to-create', offer to create a new headline when none |
| 345 | matched. | 345 | matched. |
diff --git a/lisp/org/org-faces.el b/lisp/org/org-faces.el index d96898372f9..78148a1b6d1 100644 --- a/lisp/org/org-faces.el +++ b/lisp/org/org-faces.el | |||
| @@ -137,7 +137,7 @@ The following faces apply, with this priority. | |||
| 137 | 137 | ||
| 138 | Since column view works by putting overlays with a display property | 138 | Since column view works by putting overlays with a display property |
| 139 | over individual characters in the buffer, the face of the underlining | 139 | over individual characters in the buffer, the face of the underlining |
| 140 | character (this might for example be the a TODO keyword) might still | 140 | character (this might for example be the TODO keyword) might still |
| 141 | shine through in some properties. So when your column view looks | 141 | shine through in some properties. So when your column view looks |
| 142 | funny, with \"random\" colors, weight, strike-through, try to explicitly | 142 | funny, with \"random\" colors, weight, strike-through, try to explicitly |
| 143 | set the properties in the `org-column' face. For example, set | 143 | set the properties in the `org-column' face. For example, set |