aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/org
diff options
context:
space:
mode:
authorJuanma Barranquero2022-11-17 08:45:57 +0100
committerJuanma Barranquero2022-11-17 08:48:02 +0100
commit623db40dd1cd21623c5cecdc0abbf3ce885f92b1 (patch)
treefdee60381a0cb1396aade01d513a242f0517ec67 /lisp/org
parent783c335623c5744ec3eda7913aeccfdd8aef4680 (diff)
downloademacs-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.el2
-rw-r--r--lisp/org/org-faces.el2
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
342When nil, the a fuzzy link may point to a target or a named 342When nil, the fuzzy link may point to a target or a named
343construct in the document. When set to the special value 343construct 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
345matched. 345matched.
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
138Since column view works by putting overlays with a display property 138Since column view works by putting overlays with a display property
139over individual characters in the buffer, the face of the underlining 139over individual characters in the buffer, the face of the underlining
140character (this might for example be the a TODO keyword) might still 140character (this might for example be the TODO keyword) might still
141shine through in some properties. So when your column view looks 141shine through in some properties. So when your column view looks
142funny, with \"random\" colors, weight, strike-through, try to explicitly 142funny, with \"random\" colors, weight, strike-through, try to explicitly
143set the properties in the `org-column' face. For example, set 143set the properties in the `org-column' face. For example, set