diff options
| author | Stefan Kangas | 2021-11-12 13:50:55 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2021-11-12 13:59:58 +0100 |
| commit | 42d4e24ff3f13ccbd401d93d70ecdee99b88a26d (patch) | |
| tree | aeef828e8a85139d1fcebabc85b2a07bce4b2229 /lisp | |
| parent | 0d0125daaeb77af5aa6091059ff6d0c1ce9f6cff (diff) | |
| download | emacs-42d4e24ff3f13ccbd401d93d70ecdee99b88a26d.tar.gz emacs-42d4e24ff3f13ccbd401d93d70ecdee99b88a26d.zip | |
; Fix typos
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog.12 | 2 | ||||
| -rw-r--r-- | lisp/cedet/ChangeLog.1 | 2 | ||||
| -rw-r--r-- | lisp/env.el | 2 | ||||
| -rw-r--r-- | lisp/erc/erc-services.el | 2 | ||||
| -rw-r--r-- | lisp/mh-e/ChangeLog.1 | 4 | ||||
| -rw-r--r-- | lisp/progmodes/flymake.el | 4 | ||||
| -rw-r--r-- | lisp/progmodes/xref.el | 2 | ||||
| -rw-r--r-- | lisp/xdg.el | 4 |
8 files changed, 11 insertions, 11 deletions
diff --git a/lisp/ChangeLog.12 b/lisp/ChangeLog.12 index 5d424570d83..d841a75c5d7 100644 --- a/lisp/ChangeLog.12 +++ b/lisp/ChangeLog.12 | |||
| @@ -182,7 +182,7 @@ | |||
| 182 | 182 | ||
| 183 | 2007-04-19 Glenn Morris <rgm@gnu.org> | 183 | 2007-04-19 Glenn Morris <rgm@gnu.org> |
| 184 | 184 | ||
| 185 | * calendar/todo-mode.el: Fix typo: "threshhold" -> "threshold". | 185 | * calendar/todo-mode.el: Fix typo for "threshold". |
| 186 | 186 | ||
| 187 | 2007-04-18 Glenn Morris <rgm@gnu.org> | 187 | 2007-04-18 Glenn Morris <rgm@gnu.org> |
| 188 | 188 | ||
diff --git a/lisp/cedet/ChangeLog.1 b/lisp/cedet/ChangeLog.1 index fb3dcd23965..0fe55739efb 100644 --- a/lisp/cedet/ChangeLog.1 +++ b/lisp/cedet/ChangeLog.1 | |||
| @@ -1705,7 +1705,7 @@ | |||
| 1705 | 1705 | ||
| 1706 | 2012-07-29 Paul Eggert <eggert@cs.ucla.edu> | 1706 | 2012-07-29 Paul Eggert <eggert@cs.ucla.edu> |
| 1707 | 1707 | ||
| 1708 | inaccessable -> inaccessible spelling fix (Bug#10052) | 1708 | "inaccessible" spelling fix (Bug#10052) |
| 1709 | * semantic/wisent/comp.el (wisent-inaccessible-symbols): | 1709 | * semantic/wisent/comp.el (wisent-inaccessible-symbols): |
| 1710 | Rename from wisent-inaccessable-symbols, fixing a misspelling. | 1710 | Rename from wisent-inaccessable-symbols, fixing a misspelling. |
| 1711 | Caller changed. | 1711 | Caller changed. |
diff --git a/lisp/env.el b/lisp/env.el index 2f7cd9d3dbb..fc48059cfd3 100644 --- a/lisp/env.el +++ b/lisp/env.el | |||
| @@ -220,7 +220,7 @@ in the environment list of the selected frame." | |||
| 220 | 220 | ||
| 221 | ;;;###autoload | 221 | ;;;###autoload |
| 222 | (defmacro with-environment-variables (variables &rest body) | 222 | (defmacro with-environment-variables (variables &rest body) |
| 223 | "Set VARIABLES in the environent and execute BODY. | 223 | "Set VARIABLES in the environment and execute BODY. |
| 224 | VARIABLES is a list of variable settings of the form (VAR VALUE), | 224 | VARIABLES is a list of variable settings of the form (VAR VALUE), |
| 225 | where VAR is the name of the variable (a string) and VALUE | 225 | where VAR is the name of the variable (a string) and VALUE |
| 226 | is its value (also a string). | 226 | is its value (also a string). |
diff --git a/lisp/erc/erc-services.el b/lisp/erc/erc-services.el index adb3f521cdd..5e4cef5253a 100644 --- a/lisp/erc/erc-services.el +++ b/lisp/erc/erc-services.el | |||
| @@ -492,7 +492,7 @@ Returns t if the message could be sent, nil otherwise." | |||
| 492 | Identification will either use NICK or the current nick if not | 492 | Identification will either use NICK or the current nick if not |
| 493 | provided, and some password obtained through | 493 | provided, and some password obtained through |
| 494 | `erc-nickserv-get-password' (which see). If no password can be | 494 | `erc-nickserv-get-password' (which see). If no password can be |
| 495 | found, an error is reported trough `erc-error'. | 495 | found, an error is reported through `erc-error'. |
| 496 | 496 | ||
| 497 | Interactively, the user will be prompted for NICK, an empty | 497 | Interactively, the user will be prompted for NICK, an empty |
| 498 | string meaning to default to the current nick. | 498 | string meaning to default to the current nick. |
diff --git a/lisp/mh-e/ChangeLog.1 b/lisp/mh-e/ChangeLog.1 index b0fdd02e3b3..e87bb343cf1 100644 --- a/lisp/mh-e/ChangeLog.1 +++ b/lisp/mh-e/ChangeLog.1 | |||
| @@ -10471,7 +10471,7 @@ | |||
| 10471 | mh-header-subject-font-lock instead of regexp for subject headers, | 10471 | mh-header-subject-font-lock instead of regexp for subject headers, |
| 10472 | which may go multiple lines. | 10472 | which may go multiple lines. |
| 10473 | (mh-header-subject-font-lock): New function. | 10473 | (mh-header-subject-font-lock): New function. |
| 10474 | Fix typos (hightlight -> highlight). | 10474 | Fix typos ("highlight"). |
| 10475 | 10475 | ||
| 10476 | 2001-12-04 Eric Ding <ericding@alum.mit.edu> | 10476 | 2001-12-04 Eric Ding <ericding@alum.mit.edu> |
| 10477 | 10477 | ||
| @@ -10881,7 +10881,7 @@ | |||
| 10881 | loop in emacs20 font-locking. | 10881 | loop in emacs20 font-locking. |
| 10882 | (mh-header-field-font-lock): Preventive fix with similar change. | 10882 | (mh-header-field-font-lock): Preventive fix with similar change. |
| 10883 | 10883 | ||
| 10884 | * mh-comp.el (mh-reply-show-message-p): Typo. diplayed -> displayed. | 10884 | * mh-comp.el (mh-reply-show-message-p): Fix typo for "displayed". |
| 10885 | * MH-E-NEWS: Same. | 10885 | * MH-E-NEWS: Same. |
| 10886 | 10886 | ||
| 10887 | * mh-e.el (mh-folder-tool-bar-map): Bug fix. I had | 10887 | * mh-e.el (mh-folder-tool-bar-map): Bug fix. I had |
diff --git a/lisp/progmodes/flymake.el b/lisp/progmodes/flymake.el index 403925c8557..4f9506c98b9 100644 --- a/lisp/progmodes/flymake.el +++ b/lisp/progmodes/flymake.el | |||
| @@ -332,7 +332,7 @@ retrieval with `flymake-diagnostic-data'. | |||
| 332 | If LOCUS is a buffer BEG and END should be buffer positions | 332 | If LOCUS is a buffer BEG and END should be buffer positions |
| 333 | inside it. If LOCUS designates a file, BEG and END should be a | 333 | inside it. If LOCUS designates a file, BEG and END should be a |
| 334 | cons (LINE . COL) indicating a file position. In this second | 334 | cons (LINE . COL) indicating a file position. In this second |
| 335 | case, END may be ommited in which case the region is computed | 335 | case, END may be omitted in which case the region is computed |
| 336 | using `flymake-diag-region' if the diagnostic is appended to an | 336 | using `flymake-diag-region' if the diagnostic is appended to an |
| 337 | actual buffer. | 337 | actual buffer. |
| 338 | 338 | ||
| @@ -870,7 +870,7 @@ and other buffers." | |||
| 870 | (dolist (d diags) (setf (flymake--diag-backend d) backend)) | 870 | (dolist (d diags) (setf (flymake--diag-backend d) backend)) |
| 871 | (save-restriction | 871 | (save-restriction |
| 872 | (widen) | 872 | (widen) |
| 873 | ;; First, clean up. Remove diagnostics from bookeeping lists and | 873 | ;; First, clean up. Remove diagnostics from bookkeeping lists and |
| 874 | ;; their overlays from buffers. | 874 | ;; their overlays from buffers. |
| 875 | ;; | 875 | ;; |
| 876 | (cond | 876 | (cond |
diff --git a/lisp/progmodes/xref.el b/lisp/progmodes/xref.el index 46922a3f3b9..492be9a104d 100644 --- a/lisp/progmodes/xref.el +++ b/lisp/progmodes/xref.el | |||
| @@ -1001,7 +1001,7 @@ GROUP is a string for decoration purposes and XREF is an | |||
| 1001 | (run-hooks 'xref-after-update-hook)) | 1001 | (run-hooks 'xref-after-update-hook)) |
| 1002 | 1002 | ||
| 1003 | (defun xref--group-name-for-display (group project-root) | 1003 | (defun xref--group-name-for-display (group project-root) |
| 1004 | "Return GROUP formatted in the prefered style. | 1004 | "Return GROUP formatted in the preferred style. |
| 1005 | 1005 | ||
| 1006 | The style is determined by the value of `xref-file-name-display'. | 1006 | The style is determined by the value of `xref-file-name-display'. |
| 1007 | If GROUP looks like a file name, its value is formatted according | 1007 | If GROUP looks like a file name, its value is formatted according |
diff --git a/lisp/xdg.el b/lisp/xdg.el index db890f9494b..ee5d292ce65 100644 --- a/lisp/xdg.el +++ b/lisp/xdg.el | |||
| @@ -106,7 +106,7 @@ According to the XDG Base Directory Specification version | |||
| 106 | \"$XDG_CONFIG_DIRS defines the preference-ordered set of base | 106 | \"$XDG_CONFIG_DIRS defines the preference-ordered set of base |
| 107 | directories to search for configuration files in addition to | 107 | directories to search for configuration files in addition to |
| 108 | the $XDG_CONFIG_HOME base directory. The directories in | 108 | the $XDG_CONFIG_HOME base directory. The directories in |
| 109 | $XDG_CONFIG_DIRS should be seperated with a colon ':'. | 109 | $XDG_CONFIG_DIRS should be separated with a colon ':'. |
| 110 | 110 | ||
| 111 | \"If $XDG_CONFIG_DIRS is either not set or empty, a value equal to | 111 | \"If $XDG_CONFIG_DIRS is either not set or empty, a value equal to |
| 112 | /etc/xdg should be used.\"" | 112 | /etc/xdg should be used.\"" |
| @@ -124,7 +124,7 @@ According to the XDG Base Directory Specification version | |||
| 124 | \"$XDG_DATA_DIRS defines the preference-ordered set of base | 124 | \"$XDG_DATA_DIRS defines the preference-ordered set of base |
| 125 | directories to search for data files in addition to the | 125 | directories to search for data files in addition to the |
| 126 | $XDG_DATA_HOME base directory. The directories in | 126 | $XDG_DATA_HOME base directory. The directories in |
| 127 | $XDG_DATA_DIRS should be seperated with a colon ':'. | 127 | $XDG_DATA_DIRS should be separated with a colon ':'. |
| 128 | 128 | ||
| 129 | \"If $XDG_DATA_DIRS is either not set or empty, a value equal | 129 | \"If $XDG_DATA_DIRS is either not set or empty, a value equal |
| 130 | to /usr/local/share/:/usr/share/ should be used.\"" | 130 | to /usr/local/share/:/usr/share/ should be used.\"" |