diff options
| author | Stefan Kangas | 2022-05-15 11:15:06 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2022-05-15 11:15:06 +0200 |
| commit | 09674074b57bee74ff1039f8ef08c2dea321c0da (patch) | |
| tree | c8b866aca602a22a867a77eaab6eab1c8146db1c /lisp | |
| parent | aaa2d0db18509b7d2f1e35cbc9dc2b4443f1cce4 (diff) | |
| download | emacs-09674074b57bee74ff1039f8ef08c2dea321c0da.tar.gz emacs-09674074b57bee74ff1039f8ef08c2dea321c0da.zip | |
; Fix typos
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/emacs-lisp/shortdoc.el | 2 | ||||
| -rw-r--r-- | lisp/eshell/esh-opt.el | 2 | ||||
| -rw-r--r-- | lisp/image/image-converter.el | 2 | ||||
| -rw-r--r-- | lisp/international/mule.el | 2 | ||||
| -rw-r--r-- | lisp/net/eww.el | 2 | ||||
| -rw-r--r-- | lisp/progmodes/cc-engine.el | 2 | ||||
| -rw-r--r-- | lisp/progmodes/erts-mode.el | 6 | ||||
| -rw-r--r-- | lisp/progmodes/sql.el | 2 | ||||
| -rw-r--r-- | lisp/replace.el | 2 | ||||
| -rw-r--r-- | lisp/x-dnd.el | 2 | ||||
| -rw-r--r-- | lisp/xwidget.el | 2 |
11 files changed, 13 insertions, 13 deletions
diff --git a/lisp/emacs-lisp/shortdoc.el b/lisp/emacs-lisp/shortdoc.el index 340fe766c1e..4c8ca967f12 100644 --- a/lisp/emacs-lisp/shortdoc.el +++ b/lisp/emacs-lisp/shortdoc.el | |||
| @@ -83,7 +83,7 @@ together: | |||
| 83 | If EVAL is a string, it will be inserted as is, and then that | 83 | If EVAL is a string, it will be inserted as is, and then that |
| 84 | string will be `read' and evaluated. | 84 | string will be `read' and evaluated. |
| 85 | 85 | ||
| 86 | 2. Document a form or string, but manually document its evalation | 86 | 2. Document a form or string, but manually document its evaluation |
| 87 | result. The provided form will not be evaluated. | 87 | result. The provided form will not be evaluated. |
| 88 | 88 | ||
| 89 | (FUNC | 89 | (FUNC |
diff --git a/lisp/eshell/esh-opt.el b/lisp/eshell/esh-opt.el index 0961e214f4f..f52b70fe7a6 100644 --- a/lisp/eshell/esh-opt.el +++ b/lisp/eshell/esh-opt.el | |||
| @@ -205,7 +205,7 @@ a long option." | |||
| 205 | VALUE is the potential value of the OPT, coming from args like | 205 | VALUE is the potential value of the OPT, coming from args like |
| 206 | \"-fVALUE\" or \"--foo=VALUE\", or nil if no value was supplied. If | 206 | \"-fVALUE\" or \"--foo=VALUE\", or nil if no value was supplied. If |
| 207 | OPT doesn't consume a value, return VALUE unchanged so that it can be | 207 | OPT doesn't consume a value, return VALUE unchanged so that it can be |
| 208 | processed later; otherwsie, return nil. | 208 | processed later; otherwise, return nil. |
| 209 | 209 | ||
| 210 | If the OPT consumes an argument for its value and VALUE is nil, the | 210 | If the OPT consumes an argument for its value and VALUE is nil, the |
| 211 | argument list will be modified." | 211 | argument list will be modified." |
diff --git a/lisp/image/image-converter.el b/lisp/image/image-converter.el index 7914d28c293..9440c623f90 100644 --- a/lisp/image/image-converter.el +++ b/lisp/image/image-converter.el | |||
| @@ -49,7 +49,7 @@ formats that are to be supported: Only the suffixes that map to | |||
| 49 | (defcustom image-convert-to-format "png" | 49 | (defcustom image-convert-to-format "png" |
| 50 | "The image format to convert to. | 50 | "The image format to convert to. |
| 51 | This should be a string like \"png\" or \"ppm\" or some | 51 | This should be a string like \"png\" or \"ppm\" or some |
| 52 | other (preferrably lossless) format that Emacs understands | 52 | other (preferably lossless) format that Emacs understands |
| 53 | natively. The converter chosen has to support the format, and if | 53 | natively. The converter chosen has to support the format, and if |
| 54 | not, conversion will fail." | 54 | not, conversion will fail." |
| 55 | :group 'image | 55 | :group 'image |
diff --git a/lisp/international/mule.el b/lisp/international/mule.el index 1596cdb4817..ab74c2cffd9 100644 --- a/lisp/international/mule.el +++ b/lisp/international/mule.el | |||
| @@ -310,7 +310,7 @@ Print messages at start and end of loading unless optional fourth | |||
| 310 | arg NOMESSAGE is non-nil. | 310 | arg NOMESSAGE is non-nil. |
| 311 | 311 | ||
| 312 | If EVAL-FUNCTION, call that instead of calling `eval-buffer' | 312 | If EVAL-FUNCTION, call that instead of calling `eval-buffer' |
| 313 | directly. It is called with two paramameters: The buffer object | 313 | directly. It is called with two parameters: The buffer object |
| 314 | and the file name. | 314 | and the file name. |
| 315 | 315 | ||
| 316 | Return t if file exists." | 316 | Return t if file exists." |
diff --git a/lisp/net/eww.el b/lisp/net/eww.el index 57cb566c95d..21f6e33b0d2 100644 --- a/lisp/net/eww.el +++ b/lisp/net/eww.el | |||
| @@ -1855,7 +1855,7 @@ The browser to used is specified by the | |||
| 1855 | (replace-regexp-in-string ".utm_.*" "" url)) | 1855 | (replace-regexp-in-string ".utm_.*" "" url)) |
| 1856 | 1856 | ||
| 1857 | (defun eww--transform-url (url) | 1857 | (defun eww--transform-url (url) |
| 1858 | "Appy `eww-url-transformers'." | 1858 | "Apply `eww-url-transformers'." |
| 1859 | (when url | 1859 | (when url |
| 1860 | (dolist (func eww-url-transformers) | 1860 | (dolist (func eww-url-transformers) |
| 1861 | (setq url (funcall func url))) | 1861 | (setq url (funcall func url))) |
diff --git a/lisp/progmodes/cc-engine.el b/lisp/progmodes/cc-engine.el index ae68bf989a7..2a9a7a8bf5e 100644 --- a/lisp/progmodes/cc-engine.el +++ b/lisp/progmodes/cc-engine.el | |||
| @@ -6848,7 +6848,7 @@ comment at the start of cc-engine.el for more info." | |||
| 6848 | ;; checking `c-new-id-start' and `c-new-id-end'. That's done to avoid | 6848 | ;; checking `c-new-id-start' and `c-new-id-end'. That's done to avoid |
| 6849 | ;; adding all prefixes of a type as it's being entered and font locked. | 6849 | ;; adding all prefixes of a type as it's being entered and font locked. |
| 6850 | ;; This is a bit rough and ready, but now covers adding characters into the | 6850 | ;; This is a bit rough and ready, but now covers adding characters into the |
| 6851 | ;; middle of an identifer. | 6851 | ;; middle of an identifier. |
| 6852 | ;; | 6852 | ;; |
| 6853 | ;; This function might do hidden buffer changes. | 6853 | ;; This function might do hidden buffer changes. |
| 6854 | (if (and c-new-id-start c-new-id-end | 6854 | (if (and c-new-id-start c-new-id-end |
diff --git a/lisp/progmodes/erts-mode.el b/lisp/progmodes/erts-mode.el index 31a8bded8ad..1b88540ff38 100644 --- a/lisp/progmodes/erts-mode.el +++ b/lisp/progmodes/erts-mode.el | |||
| @@ -51,17 +51,17 @@ | |||
| 51 | :foreground "blue") | 51 | :foreground "blue") |
| 52 | (t | 52 | (t |
| 53 | :bold t)) | 53 | :bold t)) |
| 54 | "Face used for displaying specificaton values." | 54 | "Face used for displaying specification values." |
| 55 | :group 'erts-mode) | 55 | :group 'erts-mode) |
| 56 | 56 | ||
| 57 | (defface erts-mode-start-test | 57 | (defface erts-mode-start-test |
| 58 | '((t :inherit font-lock-keyword-face)) | 58 | '((t :inherit font-lock-keyword-face)) |
| 59 | "Face used for displaying specificaton test start markers." | 59 | "Face used for displaying specification test start markers." |
| 60 | :group 'erts-mode) | 60 | :group 'erts-mode) |
| 61 | 61 | ||
| 62 | (defface erts-mode-end-test | 62 | (defface erts-mode-end-test |
| 63 | '((t :inherit font-lock-comment-face)) | 63 | '((t :inherit font-lock-comment-face)) |
| 64 | "Face used for displaying specificaton test start markers." | 64 | "Face used for displaying specification test start markers." |
| 65 | :group 'erts-mode) | 65 | :group 'erts-mode) |
| 66 | 66 | ||
| 67 | (defvar erts-mode-map | 67 | (defvar erts-mode-map |
diff --git a/lisp/progmodes/sql.el b/lisp/progmodes/sql.el index 979b743a65d..7bb4fef0c09 100644 --- a/lisp/progmodes/sql.el +++ b/lisp/progmodes/sql.el | |||
| @@ -4179,7 +4179,7 @@ must tell Emacs. Here's how to do that in your init file: | |||
| 4179 | ;; start a comment. | 4179 | ;; start a comment. |
| 4180 | (string-to-syntax ".") | 4180 | (string-to-syntax ".") |
| 4181 | ;; Inside a comment, ignore it to avoid -*/ not | 4181 | ;; Inside a comment, ignore it to avoid -*/ not |
| 4182 | ;; being intepreted as a comment end. | 4182 | ;; being interpreted as a comment end. |
| 4183 | (forward-char -1) | 4183 | (forward-char -1) |
| 4184 | nil))))) | 4184 | nil))))) |
| 4185 | ;; Set syntax and font-face highlighting | 4185 | ;; Set syntax and font-face highlighting |
diff --git a/lisp/replace.el b/lisp/replace.el index 81282deb140..3d0877a9a64 100644 --- a/lisp/replace.el +++ b/lisp/replace.el | |||
| @@ -2684,7 +2684,7 @@ It is called with three arguments, as if it were | |||
| 2684 | "Function to convert the FROM string of query-replace commands to a regexp. | 2684 | "Function to convert the FROM string of query-replace commands to a regexp. |
| 2685 | This is used by `query-replace', `query-replace-regexp', etc. as | 2685 | This is used by `query-replace', `query-replace-regexp', etc. as |
| 2686 | the value of `isearch-regexp-function' when they search for the | 2686 | the value of `isearch-regexp-function' when they search for the |
| 2687 | occurences of the string/regexp to be replaced. This is intended | 2687 | occurrences of the string/regexp to be replaced. This is intended |
| 2688 | to be used when the string to be replaced, as typed by the user, | 2688 | to be used when the string to be replaced, as typed by the user, |
| 2689 | is not to be interpreted literally, but instead should be converted | 2689 | is not to be interpreted literally, but instead should be converted |
| 2690 | to a regexp that is actually used for the search.") | 2690 | to a regexp that is actually used for the search.") |
diff --git a/lisp/x-dnd.el b/lisp/x-dnd.el index 13a73aa7fb3..f3abb9d5e6d 100644 --- a/lisp/x-dnd.el +++ b/lisp/x-dnd.el | |||
| @@ -784,7 +784,7 @@ FORMAT is 32 (not used). MESSAGE is the data part of an XClientMessageEvent." | |||
| 784 | ;;; Handling drops. | 784 | ;;; Handling drops. |
| 785 | 785 | ||
| 786 | (defun x-dnd-handle-unsupported-drop (targets _x _y action _window-id _frame _time) | 786 | (defun x-dnd-handle-unsupported-drop (targets _x _y action _window-id _frame _time) |
| 787 | "Return non-nil if the drop described by TARGETS and ACTION should not proceeed." | 787 | "Return non-nil if the drop described by TARGETS and ACTION should not proceed." |
| 788 | (not (and (or (eq action 'XdndActionCopy) | 788 | (not (and (or (eq action 'XdndActionCopy) |
| 789 | (eq action 'XdndActionMove)) | 789 | (eq action 'XdndActionMove)) |
| 790 | (or (member "STRING" targets) | 790 | (or (member "STRING" targets) |
diff --git a/lisp/xwidget.el b/lisp/xwidget.el index 62da16d486a..88bc8ff6c5e 100644 --- a/lisp/xwidget.el +++ b/lisp/xwidget.el | |||
| @@ -451,7 +451,7 @@ XWIDGET instance, XWIDGET-EVENT-TYPE depends on the originating xwidget." | |||
| 451 | xwidget-webkit--progress-update-timer | 451 | xwidget-webkit--progress-update-timer |
| 452 | (run-at-time 0.5 0.5 #'xwidget-webkit--update-progress-timer-function | 452 | (run-at-time 0.5 0.5 #'xwidget-webkit--update-progress-timer-function |
| 453 | xwidget))))) | 453 | xwidget))))) |
| 454 | ;; This funciton will be called multi times, so only | 454 | ;; This function will be called multi times, so only |
| 455 | ;; change buffer name when the load actually completes | 455 | ;; change buffer name when the load actually completes |
| 456 | ;; this can limit buffer-name flicker in mode-line. | 456 | ;; this can limit buffer-name flicker in mode-line. |
| 457 | (when (or (string-equal (nth 3 last-input-event) | 457 | (when (or (string-equal (nth 3 last-input-event) |