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 | |
| 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.
| -rw-r--r-- | lisp/gnus/nnrss.el | 6 | ||||
| -rw-r--r-- | lisp/leim/quail/japanese.el | 2 | ||||
| -rw-r--r-- | lisp/org/ol.el | 2 | ||||
| -rw-r--r-- | lisp/org/org-faces.el | 2 | ||||
| -rw-r--r-- | lisp/progmodes/eglot.el | 7 | ||||
| -rw-r--r-- | lisp/vc/vc.el | 2 |
6 files changed, 10 insertions, 11 deletions
diff --git a/lisp/gnus/nnrss.el b/lisp/gnus/nnrss.el index 99e7b2a6f3f..66cee528659 100644 --- a/lisp/gnus/nnrss.el +++ b/lisp/gnus/nnrss.el | |||
| @@ -77,7 +77,7 @@ this variable to the list of fields to be ignored.") | |||
| 77 | "List of RSS addresses.") | 77 | "List of RSS addresses.") |
| 78 | 78 | ||
| 79 | (defvar nnrss-use-local nil | 79 | (defvar nnrss-use-local nil |
| 80 | "If non-nil nnrss will read the feeds from local files in nnrss-directory.") | 80 | "If non-nil nnrss will read the feeds from local files in `nnrss-directory'.") |
| 81 | 81 | ||
| 82 | (defvar nnrss-description-field 'X-Gnus-Description | 82 | (defvar nnrss-description-field 'X-Gnus-Description |
| 83 | "Field name used for DESCRIPTION. | 83 | "Field name used for DESCRIPTION. |
| @@ -398,7 +398,7 @@ otherwise return nil." | |||
| 398 | (declare-function libxml-parse-html-region "xml.c" | 398 | (declare-function libxml-parse-html-region "xml.c" |
| 399 | (start end &optional base-url discard-comments)) | 399 | (start end &optional base-url discard-comments)) |
| 400 | (defun nnrss-fetch (url &optional local) | 400 | (defun nnrss-fetch (url &optional local) |
| 401 | "Fetch URL and put it in a the expected Lisp structure." | 401 | "Fetch URL and put it in the expected Lisp structure." |
| 402 | (mm-with-unibyte-buffer | 402 | (mm-with-unibyte-buffer |
| 403 | ;;some versions of url.el need this to close the connection quickly | 403 | ;;some versions of url.el need this to close the connection quickly |
| 404 | (let (cs xmlform htmlform) | 404 | (let (cs xmlform htmlform) |
| @@ -800,7 +800,7 @@ It is useful when `(setq nnrss-use-local t)'." | |||
| 800 | node)) | 800 | node)) |
| 801 | 801 | ||
| 802 | (defun nnrss-find-el (tag data &optional found-list) | 802 | (defun nnrss-find-el (tag data &optional found-list) |
| 803 | "Find the all matching elements in the data. | 803 | "Find all the matching elements in the data. |
| 804 | Careful with this on large documents!" | 804 | Careful with this on large documents!" |
| 805 | (when (consp data) | 805 | (when (consp data) |
| 806 | (dolist (bit data) | 806 | (dolist (bit data) |
diff --git a/lisp/leim/quail/japanese.el b/lisp/leim/quail/japanese.el index df080fc0e87..fb8b9e61665 100644 --- a/lisp/leim/quail/japanese.el +++ b/lisp/leim/quail/japanese.el | |||
| @@ -359,7 +359,7 @@ input method. | |||
| 359 | The input method `japanese-zenkaku' is used to enter full width | 359 | The input method `japanese-zenkaku' is used to enter full width |
| 360 | JISX0208 characters corresponding to typed ASCII characters. | 360 | JISX0208 characters corresponding to typed ASCII characters. |
| 361 | 361 | ||
| 362 | List of the all key sequences for Roman-Kana transliteration is shown | 362 | List of all the key sequences for Roman-Kana transliteration is shown |
| 363 | at the tail. | 363 | at the tail. |
| 364 | 364 | ||
| 365 | :: Kana-Kanji conversion :: | 365 | :: Kana-Kanji conversion :: |
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 |
diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el index 12808e80c4a..397c8e0937c 100644 --- a/lisp/progmodes/eglot.el +++ b/lisp/progmodes/eglot.el | |||
| @@ -1688,7 +1688,7 @@ For example, to keep your Company customization, add the symbol | |||
| 1688 | `company' to this variable.") | 1688 | `company' to this variable.") |
| 1689 | 1689 | ||
| 1690 | (defun eglot--stay-out-of-p (symbol) | 1690 | (defun eglot--stay-out-of-p (symbol) |
| 1691 | "Tell if Eglot should stay of of SYMBOL." | 1691 | "Tell if Eglot should stay out of SYMBOL." |
| 1692 | (cl-find (symbol-name symbol) eglot-stay-out-of | 1692 | (cl-find (symbol-name symbol) eglot-stay-out-of |
| 1693 | :test (lambda (s thing) | 1693 | :test (lambda (s thing) |
| 1694 | (let ((re (if (symbolp thing) (symbol-name thing) thing))) | 1694 | (let ((re (if (symbolp thing) (symbol-name thing) thing))) |
| @@ -2298,8 +2298,7 @@ Instead of a plist, an alist ((SECTION . VALUE) ...) can be used | |||
| 2298 | instead, but this variant is less reliable and not recommended. | 2298 | instead, but this variant is less reliable and not recommended. |
| 2299 | 2299 | ||
| 2300 | This variable should be set as a directory-local variable. See | 2300 | This variable should be set as a directory-local variable. See |
| 2301 | See info node `(emacs)Directory Variables' for various ways to to | 2301 | info node `(emacs)Directory Variables' for various ways to do that. |
| 2302 | that. | ||
| 2303 | 2302 | ||
| 2304 | Here's an example value that establishes two sections relevant to | 2303 | Here's an example value that establishes two sections relevant to |
| 2305 | the Pylsp and Gopls LSP servers: | 2304 | the Pylsp and Gopls LSP servers: |
| @@ -3213,7 +3212,7 @@ at point. With prefix argument, prompt for ACTION-KIND." | |||
| 3213 | actions))) | 3212 | actions))) |
| 3214 | 3213 | ||
| 3215 | (defun eglot--read-execute-code-action (actions server &optional action-kind) | 3214 | (defun eglot--read-execute-code-action (actions server &optional action-kind) |
| 3216 | "Helper for interactive calls to `eglot-code-actions'" | 3215 | "Helper for interactive calls to `eglot-code-actions'." |
| 3217 | (let* ((menu-items | 3216 | (let* ((menu-items |
| 3218 | (or (cl-loop for a in actions | 3217 | (or (cl-loop for a in actions |
| 3219 | collect (cons (plist-get a :title) a)) | 3218 | collect (cons (plist-get a :title) a)) |
diff --git a/lisp/vc/vc.el b/lisp/vc/vc.el index 513fbb23fee..fd59c95fc8b 100644 --- a/lisp/vc/vc.el +++ b/lisp/vc/vc.el | |||
| @@ -3567,7 +3567,7 @@ to provide the `find-revision' operation instead." | |||
| 3567 | 3567 | ||
| 3568 | (defun vc-clone (remote &optional backend directory rev) | 3568 | (defun vc-clone (remote &optional backend directory rev) |
| 3569 | "Use BACKEND to clone REMOTE into DIRECTORY. | 3569 | "Use BACKEND to clone REMOTE into DIRECTORY. |
| 3570 | If successful, returns the a string with the directory of the | 3570 | If successful, returns the string with the directory of the |
| 3571 | checkout. If BACKEND is nil, iterate through every known backend | 3571 | checkout. If BACKEND is nil, iterate through every known backend |
| 3572 | in `vc-handled-backends' until one succeeds. If REV is non-nil, | 3572 | in `vc-handled-backends' until one succeeds. If REV is non-nil, |
| 3573 | it indicates a specific revision to check out." | 3573 | it indicates a specific revision to check out." |