diff options
| author | Stefan Kangas | 2022-12-26 10:43:57 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2022-12-31 12:43:32 +0100 |
| commit | 9292f595a71870eec1ffdfd187b859cc990c2f0b (patch) | |
| tree | 1068180db18bc10359ed9e18dd7616ce6072923e /lisp | |
| parent | 43c7e05a2acadf1ba3ff24fba1706317e347a2ac (diff) | |
| download | emacs-9292f595a71870eec1ffdfd187b859cc990c2f0b.tar.gz emacs-9292f595a71870eec1ffdfd187b859cc990c2f0b.zip | |
; Fix typos
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog.16 | 10 | ||||
| -rw-r--r-- | lisp/ChangeLog.17 | 2 | ||||
| -rw-r--r-- | lisp/emacs-lisp/chart.el | 2 | ||||
| -rw-r--r-- | lisp/emacs-lisp/subr-x.el | 2 | ||||
| -rw-r--r-- | lisp/eshell/esh-var.el | 2 | ||||
| -rw-r--r-- | lisp/gnus/ChangeLog.2 | 2 | ||||
| -rw-r--r-- | lisp/gnus/ChangeLog.3 | 2 | ||||
| -rw-r--r-- | lisp/gnus/message.el | 2 | ||||
| -rw-r--r-- | lisp/mh-e/ChangeLog.1 | 2 | ||||
| -rw-r--r-- | lisp/obsolete/rlogin.el | 2 | ||||
| -rw-r--r-- | lisp/org/org-capture.el | 2 | ||||
| -rw-r--r-- | lisp/org/org-element.el | 2 | ||||
| -rw-r--r-- | lisp/progmodes/python.el | 2 | ||||
| -rw-r--r-- | lisp/textmodes/bibtex.el | 2 | ||||
| -rw-r--r-- | lisp/treesit.el | 4 | ||||
| -rw-r--r-- | lisp/vc/pcvs-parse.el | 2 |
16 files changed, 21 insertions, 21 deletions
diff --git a/lisp/ChangeLog.16 b/lisp/ChangeLog.16 index ef230bf9edb..d2480c6fa36 100644 --- a/lisp/ChangeLog.16 +++ b/lisp/ChangeLog.16 | |||
| @@ -10968,8 +10968,8 @@ | |||
| 10968 | * comint.el (comint-history-isearch-end): | 10968 | * comint.el (comint-history-isearch-end): |
| 10969 | Use `isearch-search-fun-default'. | 10969 | Use `isearch-search-fun-default'. |
| 10970 | (comint-history-isearch-search): Use `isearch-search-fun-default' | 10970 | (comint-history-isearch-search): Use `isearch-search-fun-default' |
| 10971 | and remove spacial case for `isearch-word'. | 10971 | and remove special case for `isearch-word'. |
| 10972 | (comint-history-isearch-wrap): Remove spacial case for | 10972 | (comint-history-isearch-wrap): Remove special case for |
| 10973 | `isearch-word'. | 10973 | `isearch-word'. |
| 10974 | 10974 | ||
| 10975 | * hexl.el (hexl-isearch-search-function): | 10975 | * hexl.el (hexl-isearch-search-function): |
| @@ -10982,13 +10982,13 @@ | |||
| 10982 | Use `isearch-search-fun-default'. | 10982 | Use `isearch-search-fun-default'. |
| 10983 | 10983 | ||
| 10984 | * simple.el (minibuffer-history-isearch-search): | 10984 | * simple.el (minibuffer-history-isearch-search): |
| 10985 | Use `isearch-search-fun-default' and remove spacial case for | 10985 | Use `isearch-search-fun-default' and remove special case for |
| 10986 | `isearch-word'. | 10986 | `isearch-word'. |
| 10987 | (minibuffer-history-isearch-wrap): Remove spacial case for | 10987 | (minibuffer-history-isearch-wrap): Remove special case for |
| 10988 | `isearch-word'. | 10988 | `isearch-word'. |
| 10989 | 10989 | ||
| 10990 | * textmodes/reftex-global.el (reftex-isearch-wrap-function): | 10990 | * textmodes/reftex-global.el (reftex-isearch-wrap-function): |
| 10991 | Remove spacial case for `isearch-word'. | 10991 | Remove special case for `isearch-word'. |
| 10992 | (reftex-isearch-isearch-search): Use `isearch-search-fun-default'. | 10992 | (reftex-isearch-isearch-search): Use `isearch-search-fun-default'. |
| 10993 | 10993 | ||
| 10994 | 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es> | 10994 | 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es> |
diff --git a/lisp/ChangeLog.17 b/lisp/ChangeLog.17 index 57620513e3b..021ddd0b2bd 100644 --- a/lisp/ChangeLog.17 +++ b/lisp/ChangeLog.17 | |||
| @@ -15465,7 +15465,7 @@ | |||
| 15465 | 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org> | 15465 | 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org> |
| 15466 | 15466 | ||
| 15467 | * progmodes/python.el (python-indent-context) | 15467 | * progmodes/python.el (python-indent-context) |
| 15468 | (python-indent-calculate-indentation): Fix auto-identation | 15468 | (python-indent-calculate-indentation): Fix auto-indentation |
| 15469 | behavior for comment blocks. (Bug#15916) | 15469 | behavior for comment blocks. (Bug#15916) |
| 15470 | 15470 | ||
| 15471 | 2013-12-12 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change) | 15471 | 2013-12-12 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change) |
diff --git a/lisp/emacs-lisp/chart.el b/lisp/emacs-lisp/chart.el index 16c2c347409..b154a131a4f 100644 --- a/lisp/emacs-lisp/chart.el +++ b/lisp/emacs-lisp/chart.el | |||
| @@ -517,7 +517,7 @@ cons cells of the form (NAME . NUM). See `sort' for more details." | |||
| 517 | (if (eobp) (newline num)) | 517 | (if (eobp) (newline num)) |
| 518 | (if (< x 0) (setq x 0)) | 518 | (if (< x 0) (setq x 0)) |
| 519 | (if (< y 0) (setq y 0)) | 519 | (if (< y 0) (setq y 0)) |
| 520 | ;; Now, a quicky column moveto/forceto method. | 520 | ;; Now, a quickie column moveto/forceto method. |
| 521 | (or (= (move-to-column x) x) | 521 | (or (= (move-to-column x) x) |
| 522 | (let ((p (point))) | 522 | (let ((p (point))) |
| 523 | (indent-to x) | 523 | (indent-to x) |
diff --git a/lisp/emacs-lisp/subr-x.el b/lisp/emacs-lisp/subr-x.el index 415f8db52ca..c7ce02e5013 100644 --- a/lisp/emacs-lisp/subr-x.el +++ b/lisp/emacs-lisp/subr-x.el | |||
| @@ -334,7 +334,7 @@ as the new values of the bound variables in the recursive invocation." | |||
| 334 | (defun string-glyph-split (string) | 334 | (defun string-glyph-split (string) |
| 335 | "Split STRING into a list of strings representing separate glyphs. | 335 | "Split STRING into a list of strings representing separate glyphs. |
| 336 | This takes into account combining characters and grapheme clusters: | 336 | This takes into account combining characters and grapheme clusters: |
| 337 | if compositions are enbaled, each sequence of characters composed | 337 | if compositions are enabled, each sequence of characters composed |
| 338 | on display into a single grapheme cluster is treated as a single | 338 | on display into a single grapheme cluster is treated as a single |
| 339 | indivisible unit." | 339 | indivisible unit." |
| 340 | (let ((result nil) | 340 | (let ((result nil) |
diff --git a/lisp/eshell/esh-var.el b/lisp/eshell/esh-var.el index 57ea42f4933..4806041c59e 100644 --- a/lisp/eshell/esh-var.el +++ b/lisp/eshell/esh-var.el | |||
| @@ -209,7 +209,7 @@ nil. If SIMPLE-FUNCTION is non-nil, call the function with no | |||
| 209 | arguments and then pass its return value to `eshell-apply-indices'. | 209 | arguments and then pass its return value to `eshell-apply-indices'. |
| 210 | 210 | ||
| 211 | When VALUE is a function, it's read-only by default. To make it | 211 | When VALUE is a function, it's read-only by default. To make it |
| 212 | writeable, use the (GET . SET) form described above. If SET is a | 212 | writable, use the (GET . SET) form described above. If SET is a |
| 213 | function, it takes two arguments: a list of indices (currently | 213 | function, it takes two arguments: a list of indices (currently |
| 214 | always nil, but reserved for future enhancement), and the new | 214 | always nil, but reserved for future enhancement), and the new |
| 215 | value to set. | 215 | value to set. |
diff --git a/lisp/gnus/ChangeLog.2 b/lisp/gnus/ChangeLog.2 index 4ac69b575f5..292e8fbe5b7 100644 --- a/lisp/gnus/ChangeLog.2 +++ b/lisp/gnus/ChangeLog.2 | |||
| @@ -8859,7 +8859,7 @@ | |||
| 8859 | signencrypt. | 8859 | signencrypt. |
| 8860 | * mml-sec.el (mml-secure-message-encrypt-pgpmime): Ditto. | 8860 | * mml-sec.el (mml-secure-message-encrypt-pgpmime): Ditto. |
| 8861 | * mml.el (mml-generate-mime-1): Change logic so a part which is | 8861 | * mml.el (mml-generate-mime-1): Change logic so a part which is |
| 8862 | both signed & encryped is processed in one operation (rather than | 8862 | both signed & encrypted is processed in one operation (rather than |
| 8863 | two separate ops: sign, then encrypt). | 8863 | two separate ops: sign, then encrypt). |
| 8864 | * mml2015.el (mml2015-gpg-extract-signature-details): Give some | 8864 | * mml2015.el (mml2015-gpg-extract-signature-details): Give some |
| 8865 | indication if a message is signed by an expired key. | 8865 | indication if a message is signed by an expired key. |
diff --git a/lisp/gnus/ChangeLog.3 b/lisp/gnus/ChangeLog.3 index bf64780799d..72423073338 100644 --- a/lisp/gnus/ChangeLog.3 +++ b/lisp/gnus/ChangeLog.3 | |||
| @@ -17348,7 +17348,7 @@ | |||
| 17348 | * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): | 17348 | * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): |
| 17349 | New function. | 17349 | New function. |
| 17350 | (rfc2047-encode-message-header, rfc2047-encode-region): Use it. | 17350 | (rfc2047-encode-message-header, rfc2047-encode-region): Use it. |
| 17351 | (rfc2047-strip-backslashes-in-quoted-strings): New fnction. | 17351 | (rfc2047-strip-backslashes-in-quoted-strings): New function. |
| 17352 | (rfc2047-decode-region): Use it; add optional argument `address-mime'. | 17352 | (rfc2047-decode-region): Use it; add optional argument `address-mime'. |
| 17353 | (rfc2047-decode-string): Ditto. | 17353 | (rfc2047-decode-string): Ditto. |
| 17354 | (rfc2047-decode-address-region): New function. | 17354 | (rfc2047-decode-address-region): New function. |
diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el index 6c10a4ae976..272e6bf4b7d 100644 --- a/lisp/gnus/message.el +++ b/lisp/gnus/message.el | |||
| @@ -2822,7 +2822,7 @@ systematically send encrypted emails when possible." | |||
| 2822 | 2822 | ||
| 2823 | The value must be a list of three elements, all strings: | 2823 | The value must be a list of three elements, all strings: |
| 2824 | - Key ID, in hexadecimal form; | 2824 | - Key ID, in hexadecimal form; |
| 2825 | - Key URL or ASCII armoured key; and | 2825 | - Key URL or ASCII armored key; and |
| 2826 | - Protection preference, one of: \"unprotected\", \"sign\", | 2826 | - Protection preference, one of: \"unprotected\", \"sign\", |
| 2827 | \"encrypt\" or \"signencrypt\". | 2827 | \"encrypt\" or \"signencrypt\". |
| 2828 | 2828 | ||
diff --git a/lisp/mh-e/ChangeLog.1 b/lisp/mh-e/ChangeLog.1 index d6893fb9ec4..f3053f3a257 100644 --- a/lisp/mh-e/ChangeLog.1 +++ b/lisp/mh-e/ChangeLog.1 | |||
| @@ -761,7 +761,7 @@ | |||
| 761 | below, docstring was usually completely rewritten. Use "on" | 761 | below, docstring was usually completely rewritten. Use "on" |
| 762 | instead of "t" in docstring to match what is seen in customization | 762 | instead of "t" in docstring to match what is seen in customization |
| 763 | buffer. Use headline capitalization. Standardize on "Auto-detect" | 763 | buffer. Use headline capitalization. Standardize on "Auto-detect" |
| 764 | text when option has that capibility. | 764 | text when option has that capability. |
| 765 | (mh): Since we work on more than one type of Emacs, use Emacs | 765 | (mh): Since we work on more than one type of Emacs, use Emacs |
| 766 | instead of GNU Emacs. Prefer GNU mailutils over GNU Mailutils. | 766 | instead of GNU Emacs. Prefer GNU mailutils over GNU Mailutils. |
| 767 | (mh-variant): s/Autodetect at startup/Auto-detect/. | 767 | (mh-variant): s/Autodetect at startup/Auto-detect/. |
diff --git a/lisp/obsolete/rlogin.el b/lisp/obsolete/rlogin.el index 6a06300ae35..935209650ef 100644 --- a/lisp/obsolete/rlogin.el +++ b/lisp/obsolete/rlogin.el | |||
| @@ -95,7 +95,7 @@ This variable becomes local to a buffer when set in any fashion for it. | |||
| 95 | It is better to use the function of the same name to change the behavior of | 95 | It is better to use the function of the same name to change the behavior of |
| 96 | directory tracking in an rlogin session once it has begun, rather than | 96 | directory tracking in an rlogin session once it has begun, rather than |
| 97 | simply setting this variable, since the function does the necessary | 97 | simply setting this variable, since the function does the necessary |
| 98 | re-synching of directories." | 98 | re-syncing of directories." |
| 99 | :type '(choice (const :tag "off" nil) | 99 | :type '(choice (const :tag "off" nil) |
| 100 | (const :tag "ftp" t) | 100 | (const :tag "ftp" t) |
| 101 | (other :tag "local" local)) | 101 | (other :tag "local" local)) |
diff --git a/lisp/org/org-capture.el b/lisp/org/org-capture.el index b26afeb036a..4e65706315c 100644 --- a/lisp/org/org-capture.el +++ b/lisp/org/org-capture.el | |||
| @@ -1700,7 +1700,7 @@ Expansion occurs in a temporary Org mode buffer." | |||
| 1700 | (condition-case error | 1700 | (condition-case error |
| 1701 | (insert-file-contents filename) | 1701 | (insert-file-contents filename) |
| 1702 | (error | 1702 | (error |
| 1703 | (insert (format "%%![couldn not insert %s: %s]" | 1703 | (insert (format "%%![could not insert %s: %s]" |
| 1704 | filename | 1704 | filename |
| 1705 | error)))))))) | 1705 | error)))))))) |
| 1706 | ;; Mark %() embedded elisp for later evaluation. | 1706 | ;; Mark %() embedded elisp for later evaluation. |
diff --git a/lisp/org/org-element.el b/lisp/org/org-element.el index ace1cc1a984..aa618a088ae 100644 --- a/lisp/org/org-element.el +++ b/lisp/org/org-element.el | |||
| @@ -5299,7 +5299,7 @@ indentation removed from its contents." | |||
| 5299 | ;; mechanism is robust enough to preserve total order among elements | 5299 | ;; mechanism is robust enough to preserve total order among elements |
| 5300 | ;; even when the tree is only partially synchronized. | 5300 | ;; even when the tree is only partially synchronized. |
| 5301 | ;; | 5301 | ;; |
| 5302 | ;; The cache code debuggin is fairly complex because cache request | 5302 | ;; The cache code debugging is fairly complex because cache request |
| 5303 | ;; state is often hard to reproduce. An extensive diagnostics | 5303 | ;; state is often hard to reproduce. An extensive diagnostics |
| 5304 | ;; functionality is built into the cache code to assist hunting bugs. | 5304 | ;; functionality is built into the cache code to assist hunting bugs. |
| 5305 | ;; See `org-element--cache-self-verify', `org-element--cache-self-verify-frequency', | 5305 | ;; See `org-element--cache-self-verify', `org-element--cache-self-verify-frequency', |
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index 641b4ccff23..694b897cc00 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -1192,7 +1192,7 @@ fontified." | |||
| 1192 | "Check whether NODE is a variable. | 1192 | "Check whether NODE is a variable. |
| 1193 | NODE's type should be \"identifier\"." | 1193 | NODE's type should be \"identifier\"." |
| 1194 | ;; An identifier can be a function/class name, a property, or a | 1194 | ;; An identifier can be a function/class name, a property, or a |
| 1195 | ;; variables. This funtion filters out function/class names and | 1195 | ;; variables. This function filters out function/class names and |
| 1196 | ;; properties. | 1196 | ;; properties. |
| 1197 | (pcase (treesit-node-type (treesit-node-parent node)) | 1197 | (pcase (treesit-node-type (treesit-node-parent node)) |
| 1198 | ((or "function_definition" "class_definition") nil) | 1198 | ((or "function_definition" "class_definition") nil) |
diff --git a/lisp/textmodes/bibtex.el b/lisp/textmodes/bibtex.el index 23909742889..9dec998f7ee 100644 --- a/lisp/textmodes/bibtex.el +++ b/lisp/textmodes/bibtex.el | |||
| @@ -4093,7 +4093,7 @@ move point to the beginning of buffer. Return the new location of point." | |||
| 4093 | (interactive) | 4093 | (interactive) |
| 4094 | (beginning-of-line) | 4094 | (beginning-of-line) |
| 4095 | ;; `bibtex-any-valid-entry-type' would fail if users "disable" | 4095 | ;; `bibtex-any-valid-entry-type' would fail if users "disable" |
| 4096 | ;; an entry by chosing an invalid entry type. | 4096 | ;; an entry by choosing an invalid entry type. |
| 4097 | (or (looking-at bibtex-any-entry-maybe-empty-head) | 4097 | (or (looking-at bibtex-any-entry-maybe-empty-head) |
| 4098 | (re-search-backward bibtex-any-entry-maybe-empty-head nil 'move)) | 4098 | (re-search-backward bibtex-any-entry-maybe-empty-head nil 'move)) |
| 4099 | (point)) | 4099 | (point)) |
diff --git a/lisp/treesit.el b/lisp/treesit.el index 5c3b68ea873..e3edaabe996 100644 --- a/lisp/treesit.el +++ b/lisp/treesit.el | |||
| @@ -1623,7 +1623,7 @@ BACKWARD and ALL are the same as in `treesit-search-forward'." | |||
| 1623 | ;; TODO: I'm not entirely sure how would this go, so I only documented | 1623 | ;; TODO: I'm not entirely sure how would this go, so I only documented |
| 1624 | ;; the "defun" functions and didn't document any "thing" functions. | 1624 | ;; the "defun" functions and didn't document any "thing" functions. |
| 1625 | ;; We should also document `treesit-block-type-regexp' and support it | 1625 | ;; We should also document `treesit-block-type-regexp' and support it |
| 1626 | ;; in major modes if we can meaningfully intergrate hideshow: I tried | 1626 | ;; in major modes if we can meaningfully integrate hideshow: I tried |
| 1627 | ;; and failed, we need SomeOne that understands hideshow to look at | 1627 | ;; and failed, we need SomeOne that understands hideshow to look at |
| 1628 | ;; it. (BTW, hideshow should use its own | 1628 | ;; it. (BTW, hideshow should use its own |
| 1629 | ;; `treesit-hideshow-block-type-regexp'.) | 1629 | ;; `treesit-hideshow-block-type-regexp'.) |
| @@ -2617,7 +2617,7 @@ window." | |||
| 2617 | (defvar treesit-language-source-alist nil | 2617 | (defvar treesit-language-source-alist nil |
| 2618 | "Configuration for downloading and installing tree-sitter language grammars. | 2618 | "Configuration for downloading and installing tree-sitter language grammars. |
| 2619 | 2619 | ||
| 2620 | The value should be an alist where each elemnt has the form | 2620 | The value should be an alist where each element has the form |
| 2621 | 2621 | ||
| 2622 | (LANG . (URL SOURCE-DIR GRAMMAR-DIR CC C++)) | 2622 | (LANG . (URL SOURCE-DIR GRAMMAR-DIR CC C++)) |
| 2623 | 2623 | ||
diff --git a/lisp/vc/pcvs-parse.el b/lisp/vc/pcvs-parse.el index 77c5469a175..5b4c3019cac 100644 --- a/lisp/vc/pcvs-parse.el +++ b/lisp/vc/pcvs-parse.el | |||
| @@ -435,7 +435,7 @@ The remaining KEYS are passed directly to `cvs-create-fileinfo'." | |||
| 435 | ;; Conflict | 435 | ;; Conflict |
| 436 | (and | 436 | (and |
| 437 | (cvs-match (concat "C \\(.*" qfile "\\)$") (path 1) (type 'CONFLICT)) | 437 | (cvs-match (concat "C \\(.*" qfile "\\)$") (path 1) (type 'CONFLICT)) |
| 438 | ;; C might be followed by a "spurious" U for non-mergable files | 438 | ;; C might be followed by a "spurious" U for non-mergeable files |
| 439 | (cvs-or (cvs-match (concat "U \\(.*" qfile "\\)$")) t)) | 439 | (cvs-or (cvs-match (concat "U \\(.*" qfile "\\)$")) t)) |
| 440 | ;; Successful merge | 440 | ;; Successful merge |
| 441 | (cvs-match (concat "M \\(.*" qfile "\\)$") (path 1)) | 441 | (cvs-match (concat "M \\(.*" qfile "\\)$") (path 1)) |