]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix typos
authorStefan Kangas <stefan@marxist.se>
Fri, 12 Nov 2021 12:50:55 +0000 (13:50 +0100)
committerStefan Kangas <stefan@marxist.se>
Fri, 12 Nov 2021 12:59:58 +0000 (13:59 +0100)
16 files changed:
ChangeLog.3
doc/misc/ChangeLog.1
doc/misc/efaq-w32.texi
doc/misc/flymake.texi
doc/misc/org.org
etc/PROBLEMS
lisp/ChangeLog.12
lisp/cedet/ChangeLog.1
lisp/env.el
lisp/erc/erc-services.el
lisp/mh-e/ChangeLog.1
lisp/progmodes/flymake.el
lisp/progmodes/xref.el
lisp/xdg.el
src/ChangeLog.11
test/lisp/mh-e/mh-utils-tests.el

index 9ec19e91d7f6102611cbbaad226b2a85b12020c6..ad659694a99df936f83f6ea3a8f725011dccb844 100644 (file)
        Impl. json-pretty-print with replace-region-contents + minimization
 
        * lisp/json.el (json-pretty-print): Use the new
-         replace-region-contents.  Add prefix arg for minimzation.
-       (json-pretty-print-buffer): Add prefix arg for minimzation.
-       (json-pretty-print-buffer-ordered): Add prefix arg for minimzation.
-       (json-pretty-print-ordered): Add prefix arg for minimzation.
+         replace-region-contents.  Add prefix arg for minimization.
+       (json-pretty-print-buffer): Add prefix arg for minimization.
+       (json-pretty-print-buffer-ordered): Add prefix arg for minimization.
+       (json-pretty-print-ordered): Add prefix arg for minimization.
 
 2019-02-08  Tassilo Horn  <tsdh@gnu.org>
 
 
 2012-08-15  Tom Tromey  <tromey@redhat.com>
 
-       This parameterizes the GC a bit to make it thread-ready.
+       This parametrizes the GC a bit to make it thread-ready.
 
        The basic idea is that whenever a thread "exits lisp" -- that is,
        releases the global lock in favor of another thread -- it must save
index c050e5d4cb86f612520b72ae9d365e822db5743f..be2a7cad1bcf0f39a8f1693567637be53f8f922d 100644 (file)
        names when publishing to the source directory.
        (Clean view): Document `org-indent-mode'.
        (Clocking work time): Add documentation for the
-       new :timetamp option when creating a clock report.
+       new :timestamp option when creating a clock report.
        (Paragraphs): Fix many typos.
        (Plain lists): Remove duplicate explanation about the
        `C-c *' command.
index ba1077d0acdde5d1b3d0c1d35f228deddfcec5b6..a5b5251d6ea270104b1fa98d219f74dbfef075d3 100644 (file)
@@ -628,7 +628,7 @@ REGEDIT4
 @node Swap Caps 98
 @subsubsection Windows 95/98/ME
 
-Microsoft has a tool called keyremap that is part of their Kernel Toys add ons
+Microsoft has a tool called keyremap that is part of their Kernel Toys add-ons
 for Windows 95.  The tool has also been confirmed to work on Windows 98.
 
 @node Make Emacs like a Windows app
index 309bed77609e6ad33a45aaedd8ca740d58c617f3..f741ee5d72378d8b462ad3bf65439af98d816359 100644 (file)
@@ -218,7 +218,7 @@ can use the variables @code{flymake-mode-line-format} and
 
 @cindex disabled backends
 @cindex backends, disabled
-As Flymake supports multiple simutaneously active external backends,
+As Flymake supports multiple simultaneously active external backends,
 is becomes useful to monitor their status.  For example, some backends
 may take longer than others to respond or complete, and some may
 decide to @emph{disable} themselves if they are not suitable for the
@@ -343,7 +343,7 @@ The following sections discuss each approach in detail.
 To customize the appearance of error types, the user must set
 properties on the symbols associated with each diagnostic type.
 
-The three standard diagnostic keyowrd symbols -- @code{:error},
+The three standard diagnostic keyword symbols -- @code{:error},
 @code{:warning} and @code{:note} -- have pre-configured appearances.
 However a backend may define more (@pxref{Backend functions}).
 
index 17fd2dc39f7823faa4cff15871b2452be8b43ceb..df2724dd9c0e38e770bbcaa67d3d16ad581707ff 100644 (file)
@@ -16556,7 +16556,7 @@ identifying a reference in the bibliography.
 - Each key starts with the character =@=.
 
 - Each key can be qualified by a /prefix/ (e.g.\nbsp{}"see ") and/or
-  a /suffix/ (e.g.\nbsp{}"p.\nbsp{}123"), giving informations useful or necessary
+  a /suffix/ (e.g.\nbsp{}"p.\nbsp{}123"), giving information useful or necessary
   fo the comprehension of the citation but not included in the
   reference.
 
index 9ab2caff758d0a12eeaee585d8724eda4095a0c3..f94d8492d5764e9e92842be65fd50f4596ace60a 100644 (file)
@@ -2792,7 +2792,7 @@ its path available to Emacs.  Errors such as:
     Error: Internal native compiler error failed to compile
 
 indicate Emacs can't find the library in running time.  One can set
-the "LIBRARY_PATH" environment variable in the early initalization
+the "LIBRARY_PATH" environment variable in the early initialization
 file; for example:
 
 (setenv "LIBRARY_PATH"
index 5d424570d834cf8e4dac53376d0de31c4f6b2a9e..d841a75c5d780c9f7c7c3a5bc1dda0739aabca6f 100644 (file)
 
 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>
 
index fb3dcd23965084a0d6bed358acda0814ab41e74f..0fe55739efb96f673394b47dbadffce19593ff86 100644 (file)
 
 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.
index 2f7cd9d3dbb2d31935d810fd636b4a6eff30d3ca..fc48059cfd358916d51db3673c009d5a97d750ff 100644 (file)
@@ -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).
index adb3f521cdd9f7e49f851e5002aa9983f2dbb7cf..5e4cef5253a3494fc4693eef63eddb9ecff4792e 100644 (file)
@@ -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.
index b0fdd02e3b3b76a0ccc481b7a9bab533de932fe4..e87bb343cf196aeac7d9f86269f231f93ce4702a 100644 (file)
        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>
 
        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
index 403925c8557355c64f67fa4010a84420d9be9727..4f9506c98b99292bbcb0ad4a58ffa192d00123f0 100644 (file)
@@ -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
index 46922a3f3b970c1f822086c0ed6c0053a51f65a5..492be9a104df7479d22aa79d0649f1f1c20735ae 100644 (file)
@@ -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
index db890f9494b25969e0b7bd0fb78c9bbdcc329788..ee5d292ce65d4afd0d750a573d8b666744e94cfd 100644 (file)
@@ -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.\""
index 41c35babda0f1e1444f271b6a787d4056ec78c39..cf5e7b7a2a235a6f6184084f29a30d1235ad6a54 100644 (file)
        * Makefile.in (${lispsource}international/charprop.el):
        Delete this target.
 
-       * search.c (boyer_moore): Fix incorrect synching of the trunk and
+       * search.c (boyer_moore): Fix incorrect syncing of the trunk and
        emacs-unicode-2.
 
 2008-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
 
        * xfaces.c (face_for_overlay_string): Call lookup_face with
-       correct arguments (fix of synching with the trunk).
+       correct arguments (fix of syncing with the trunk).
 
 2008-02-01  Kenichi Handa  <handa@m17n.org>
 
index ed979232a417d919cd7fff16def3c99bd934deed..d9a26e58959ff109656fc6ef0392226d75cf113b 100644 (file)
@@ -152,7 +152,7 @@ select which."
 (defun mh-test-utils-setup ()
   "Set dynamically bound variables needed by mock and/or variants.
 Call `mh-variant-set' to look through the directories named by
-envionment variable `TEST_MH_PATH' (default: `mh-path' and `mh-sys-path')
+environment variable `TEST_MH_PATH' (default: `mh-path' and `mh-sys-path')
 to find the MH variant to use, if any.
 Return the name of the root of the created directory tree, if any."
   (when (getenv "TEST_MH_PATH")