summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2021-11-12 13:50:55 +0100
committerStefan Kangas <stefan@marxist.se>2021-11-12 13:59:58 +0100
commit42d4e24ff3f13ccbd401d93d70ecdee99b88a26d (patch)
treeaeef828e8a85139d1fcebabc85b2a07bce4b2229 /lisp
parent0d0125daaeb77af5aa6091059ff6d0c1ce9f6cff (diff)
downloademacs-42d4e24ff3f13ccbd401d93d70ecdee99b88a26d.tar.gz
emacs-42d4e24ff3f13ccbd401d93d70ecdee99b88a26d.tar.bz2
emacs-42d4e24ff3f13ccbd401d93d70ecdee99b88a26d.zip
; Fix typos
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog.122
-rw-r--r--lisp/cedet/ChangeLog.12
-rw-r--r--lisp/env.el2
-rw-r--r--lisp/erc/erc-services.el2
-rw-r--r--lisp/mh-e/ChangeLog.14
-rw-r--r--lisp/progmodes/flymake.el4
-rw-r--r--lisp/progmodes/xref.el2
-rw-r--r--lisp/xdg.el4
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 @@
2007-04-19 Glenn Morris <rgm@gnu.org>
- * calendar/todo-mode.el: Fix typo: "threshhold" -> "threshold".
+ * calendar/todo-mode.el: Fix typo for "threshold".
2007-04-18 Glenn Morris <rgm@gnu.org>
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 @@
2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
- inaccessable -> inaccessible spelling fix (Bug#10052)
+ "inaccessible" spelling fix (Bug#10052)
* semantic/wisent/comp.el (wisent-inaccessible-symbols):
Rename from wisent-inaccessable-symbols, fixing a misspelling.
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."
;;;###autoload
(defmacro with-environment-variables (variables &rest body)
- "Set VARIABLES in the environent and execute BODY.
+ "Set VARIABLES in the environment and execute BODY.
VARIABLES is a list of variable settings of the form (VAR VALUE),
where VAR is the name of the variable (a string) and VALUE
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."
Identification will either use NICK or the current nick if not
provided, and some password obtained through
`erc-nickserv-get-password' (which see). If no password can be
-found, an error is reported trough `erc-error'.
+found, an error is reported through `erc-error'.
Interactively, the user will be prompted for NICK, an empty
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 @@
mh-header-subject-font-lock instead of regexp for subject headers,
which may go multiple lines.
(mh-header-subject-font-lock): New function.
- Fix typos (hightlight -> highlight).
+ Fix typos ("highlight").
2001-12-04 Eric Ding <ericding@alum.mit.edu>
@@ -10881,7 +10881,7 @@
loop in emacs20 font-locking.
(mh-header-field-font-lock): Preventive fix with similar change.
- * mh-comp.el (mh-reply-show-message-p): Typo. diplayed -> displayed.
+ * mh-comp.el (mh-reply-show-message-p): Fix typo for "displayed".
* MH-E-NEWS: Same.
* 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'.
If LOCUS is a buffer BEG and END should be buffer positions
inside it. If LOCUS designates a file, BEG and END should be a
cons (LINE . COL) indicating a file position. In this second
-case, END may be ommited in which case the region is computed
+case, END may be omitted in which case the region is computed
using `flymake-diag-region' if the diagnostic is appended to an
actual buffer.
@@ -870,7 +870,7 @@ and other buffers."
(dolist (d diags) (setf (flymake--diag-backend d) backend))
(save-restriction
(widen)
- ;; First, clean up. Remove diagnostics from bookeeping lists and
+ ;; First, clean up. Remove diagnostics from bookkeeping lists and
;; their overlays from buffers.
;;
(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
(run-hooks 'xref-after-update-hook))
(defun xref--group-name-for-display (group project-root)
- "Return GROUP formatted in the prefered style.
+ "Return GROUP formatted in the preferred style.
The style is determined by the value of `xref-file-name-display'.
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
\"$XDG_CONFIG_DIRS defines the preference-ordered set of base
directories to search for configuration files in addition to
the $XDG_CONFIG_HOME base directory. The directories in
- $XDG_CONFIG_DIRS should be seperated with a colon ':'.
+ $XDG_CONFIG_DIRS should be separated with a colon ':'.
\"If $XDG_CONFIG_DIRS is either not set or empty, a value equal to
/etc/xdg should be used.\""
@@ -124,7 +124,7 @@ According to the XDG Base Directory Specification version
\"$XDG_DATA_DIRS defines the preference-ordered set of base
directories to search for data files in addition to the
$XDG_DATA_HOME base directory. The directories in
- $XDG_DATA_DIRS should be seperated with a colon ':'.
+ $XDG_DATA_DIRS should be separated with a colon ':'.
\"If $XDG_DATA_DIRS is either not set or empty, a value equal
to /usr/local/share/:/usr/share/ should be used.\""