]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix typos
authorStefan Kangas <stefan@marxist.se>
Thu, 14 Jul 2022 10:43:52 +0000 (12:43 +0200)
committerStefan Kangas <stefan@marxist.se>
Thu, 14 Jul 2022 10:52:32 +0000 (12:52 +0200)
18 files changed:
doc/lispref/commands.texi
doc/lispref/variables.texi
doc/misc/eshell.texi
doc/misc/modus-themes.org
etc/emacs_lldb.py
lisp/doc-view.el
lisp/emacs-lisp/loaddefs-gen.el
lisp/face-remap.el
src/haiku_support.h
src/nsterm.m
src/xfns.c
src/xterm.c
test/lisp/erc/resources/erc-d/erc-d-tests.el
test/lisp/progmodes/python-tests.el
test/manual/etags/cp-src/clheir.hpp
test/manual/etags/merc-src/accumulator.m
test/manual/etags/prol-src/natded.prolog
test/manual/indent/perl.perl

index 865fa26b275935fc892232fb7988e53cdbacb7a0..e37f6002430a31ac1ad41e05172755cc82e6b9bf 100644 (file)
@@ -2078,7 +2078,7 @@ and @var{kind} as arguments.
 @item load-changed
 This xwidget event indicates that the @var{xwidget} has reached a
 particular point of the page-loading process.  When these events are
-sent, @var{arg} will contain a string that futher describes the status
+sent, @var{arg} will contain a string that further describes the status
 of the widget:
 
 @table @samp
index 13ad181cdd4438abb5811274306775e232aab4c6..242b1a3be9339682924fd33cbe2b76cc9cac3e91 100644 (file)
@@ -2843,7 +2843,7 @@ Common Lisp, this is not an error since the function @code{(setf
 it, that value won't be automatically restored.  Users usually set
 normal variables in their startup files, or use Customize
 (@pxref{Customization}) to set user options permanently, and various
-packages have various files wher they store the data (e.g., Gnus
+packages have various files where they store the data (e.g., Gnus
 stores this in @file{.newsrc.eld} and the URL library stores cookies
 in @file{~/.emacs.d/url/cookies}).
 
index 963657f102afa17108b667bfc017510d8af0f0a6..9f9c88582f358ae33acc2dccc69000dcbfbaafc5 100644 (file)
@@ -1072,7 +1072,7 @@ back to a number as above).  For example, @samp{$list("a" "b")c}
 returns @samp{("a" "bc")}.
 
 @item anything else
-Concatenate the string represenation of each value.
+Concatenate the string representation of each value.
 
 @end table
 
@@ -1615,7 +1615,7 @@ nor the decoded data, into Emacs buffers, as would normally happen.
 The command is interpreted as extending up to the next @code{|}
 character which is not preceded by an unescaped asterisk following
 whitespace, or the end of the input if there is no such character.
-Thus, all @code{<} and @code{>} redirections occuring before the next
+Thus, all @code{<} and @code{>} redirections occurring before the next
 asterisk-unprefixed @code{|} are implicitly prefixed with (whitespace
 and) asterisks.  An exception is that Eshell-specific redirects right
 at the end of the command are excluded.  This allows input like this:
index d0d985705f16baaf1dd1ae215855328b6b7f99fb..943294b626c58c0f7d317930fc100373d9690285 100644 (file)
@@ -1252,7 +1252,7 @@ accepts is as follows (order is not significant):
 
 The ~popup~ key takes the same values as ~selection~.
 
-Apart from specfying each key separately, a fallback list is accepted.
+Apart from specifying each key separately, a fallback list is accepted.
 This is only useful when the desired aesthetic is the same across all
 keys that are not explicitly referenced.  For example, this:
 
@@ -3347,7 +3347,7 @@ it if you plan to control face attributes.
 :end:
 #+cindex: Org custom emphasis faces
 
-Org provides the user option ~org-emphasis-alist~ which assosiates a
+Org provides the user option ~org-emphasis-alist~ which associates a
 character with a face, list of faces, or face attributes.  The default
 specification of that variable looks like this:
 
index 740cbc0956b0192aac7d32e32fa2f85755075059..b8530915f81c1a0b27c5c4c1343b4dfebd1c7fd9 100644 (file)
@@ -27,7 +27,7 @@ import lldb
 
 \f
 ########################################################################
-#                              Utilties
+#                              Utilities
 ########################################################################
 
 # Return the name of enumerator ENUM as a string.
index 0f659fb8b3703821d9da72fe83e48e627b3145bc..f05ec938e5561279134e131c05d3bc5c1c046b08 100644 (file)
@@ -238,7 +238,7 @@ Can be `dvi', `pdf', `ps', `djvu', `odf', `epub', `cbz', `fb2',
 (defun doc-view--epub-reconvert (&optional _event)
   "Reconvert all epub buffers.
 
-EVENT is unused, but neccesary to work with the filenotify API"
+EVENT is unused, but necessary to work with the filenotify API."
   (dolist (x (buffer-list))
     (with-current-buffer x
       (when (eq doc-view-doc-type 'epub)
index 2c92a8e7fe80b0320238b2e5796a5bd184767866..8a50b777da168ec26198ed67dfc5af559c620000 100644 (file)
@@ -329,9 +329,9 @@ expression, in which case we want to handle forms differently."
                                                     'string<))))))
 
 (defun loaddefs-generate--parse-file (file main-outfile &optional package-data)
-  "Examing FILE for ;;;###autoload statements.
+  "Examining FILE for ;;;###autoload statements.
 MAIN-OUTFILE is the main loaddefs file these statements are
-destined for, but this can be overriden by the buffer-local
+destined for, but this can be overridden by the buffer-local
 setting of `generated-autoload-file' in FILE, and
 by ;;;###foo-autoload statements.
 
index fd49c81ab3fa4ec964d7271c51f7e5b0c0916cb7..432385587b450d1d26e2e421a9ccaf66a4911169 100644 (file)
@@ -481,7 +481,7 @@ used to invoke the command, with all modifiers removed:
 After adjusting, further adjust the font size as long as the key,
 with all modifiers removed, is one of the above characters.
 
-Buffer-local face adjustements have higher priority than global
+Buffer-local face adjustments have higher priority than global
 face adjustments.
 
 The variable `global-text-scale-adjust-resizes-frames' controls
index 5f44494a8d3f03fc6f8a76a470781d88f472d050..5577d2f151f5cc80e63f89a090e928c06317027c 100644 (file)
@@ -398,7 +398,7 @@ struct haiku_font_pattern
   /* Temporary field used during font enumeration.  */
   int oblique_seen_p;
 
-  /* Whether or not to enable antialising in the font.  This field is
+  /* Whether or not to enable antialiasing in the font.  This field is
      special in that it's not handled by `BFont_open_pattern'.  */
   int use_antialiasing;
 };
index 8e0c4b84f0ec5122565b06cceba93a767465b3ca..2ba167f189ba94c2a764c0349f1d3ac38dd1e48a 100644 (file)
@@ -10917,7 +10917,7 @@ This variable is ignored on macOS < 10.7 and GNUstep.  Default is t.  */);
 It is called with three arguments FRAME, X, and Y, whenever the user
 moves the mouse over an Emacs frame as part of a drag-and-drop
 operation.  FRAME is the frame the mouse is on top of, and X and Y are
-the frame-relative positions of the mouse in the X and Y axises
+the frame-relative positions of the mouse in the X and Y axes
 respectively.  */);
   Vns_drag_motion_function = Qns_handle_drag_motion;
 
index 331f22763ee0c1ed940fe1fd0065e82048567406..41a9d710d44dbf87bee98bf9c8452e679460a3dc 100644 (file)
@@ -6963,7 +6963,7 @@ that mouse buttons are being held down, such as immediately after a
     xaction = FRAME_DISPLAY_INFO (f)->Xatom_XdndActionAsk;
   else if (SYMBOLP (action))
     /* This is to accommodate non-standard DND protocols such as XDS
-       that are explictly implemented by Emacs, and is not documented
+       that are explicitly implemented by Emacs, and is not documented
        for that reason.  */
     xaction = symbol_to_x_atom (FRAME_DISPLAY_INFO (f), action);
   else if (CONSP (action))
index 85367b78e3c665fa08ee40e54333216b6fbdae05..2ccd6b1613dfbd1b56a9b2566b22841ed4378add 100644 (file)
@@ -1433,7 +1433,7 @@ static bool x_dnd_use_toplevels;
 /* Motif drag-and-drop protocol support.  */
 
 /* Pointer to a variable which stores whether or not an X error
-   occured while trying to create the Motif drag window.  */
+   occurred while trying to create the Motif drag window.  */
 static volatile bool *xm_drag_window_error;
 
 typedef enum xm_byte_order
@@ -2308,7 +2308,7 @@ xm_get_drag_atom_1 (struct x_display_info *dpyinfo,
                           &actual_format, &nitems, &bytes_remaining,
                           &tmp_data);
   atom = None;
-  /* GCC thinks i is used unitialized, but it's always initialized if
+  /* GCC thinks i is used uninitialized, but it's always initialized if
      `atoms' exists at that particular spot.  */
   i = 0;
 
@@ -28203,7 +28203,7 @@ you, try increasing the value of
   x_mouse_click_focus_ignore_position = false;
 
   DEFVAR_INT ("x-mouse-click-focus-ignore-time", x_mouse_click_focus_ignore_time,
-    doc: /* Number of miliseconds for which to ignore buttons after focus change.
+    doc: /* Number of milliseconds for which to ignore buttons after focus change.
 This variable only takes effect if
 `x-mouse-click-focus-ignore-position' is non-nil, and should be
 adjusted if the default value does not work for whatever reason.  */);
index f64b5e8a74c0b36d82eb45b22c77a8bdeb3fe7e6..21005cd76006d4fdfeb990be6c6d3f436764aac6 100644 (file)
@@ -1046,7 +1046,7 @@ nonzero for this to work."
       (kill-buffer client-buffer)
       (kill-buffer dumb-server-buffer))))
 
-;; Without adjusting penalty, takes ~15 secs. With is comprable to direct ^.
+;; Without adjusting penalty, takes ~15 secs. With is comparable to direct ^.
 (ert-deftest erc-d-run-fuzzy ()
   :tags '(:expensive-test)
   (let ((erc-server-flood-penalty 1.2) ; penalty < margin/sends is basically 0
index d7b3c102f2d1edfd653528ebfdf24c586a39fb0a..92c20288c8ead2fc6202b431745e1b3c75e18cdc 100644 (file)
@@ -1875,7 +1875,7 @@ class C(object):
                 (python-tests-look-at "def m(self):" -1)
                 (beginning-of-line)
                 (point))))
-   ;; Nested defuns shuld be skipped.
+   ;; Nested defuns should be skipped.
    (python-tests-look-at "return a" -1)
    (should (= (save-excursion
                 (python-nav-beginning-of-defun)
index 55d91228fb34b81e780f36226760543f48896a38..831da5ca0954ec9a55fff7a00954b983dd25dca2 100644 (file)
@@ -2,7 +2,7 @@
 /*                                 CLHEIR.H                                */
 /* ======================================================================= */
 
-// CLASS HEIRARCHY
+// CLASS HIERARCHY
 // Locations or Agents are both of type generic_object. Generic_objects may
 // have states, and are responsible for updating their states appropriately
 // when their step() functions are executed.
index c82dbf58ff89dcd07c1a268a533952831216cd7f..0ee41216c110395a2976726e7b0a4f57e2708d61 100644 (file)
@@ -616,7 +616,7 @@ identify_recursive_calls(PredId, ProcId, GoalStore, Ids) :-
     % Determine the variables which are members of the sets Out and Out',
     % and initialize the substitutions between the two sets.
     %
-    % This is done by identifing those variables whose instantiatedness change
+    % This is done by identifying those variables whose instantiatedness change
     % in the goals after the recursive call and are headvars.
     %
     % Note that we are only identifying the output variables which will need
index f0ee6b41b127da4f4bdb0b304fa262704d57e70d..08c81d48f61c42ebf83770c909ce3240f5412e18 100644 (file)
@@ -371,7 +371,7 @@ derived_analyses([W|Ws],[W|DerWs]):-
 
 % build(Ws:+<list(<word>)>, Right:+<int>, Left:-<int>)
 % ----------------------------------------------------------------------
-% finishes building chart with Ws as remaing word, starting from
+% finishes building chart with Ws as remaining word, starting from
 % right position Right and finishing on left position Left
 %      -- counts backwards, so Left > Right
 % ----------------------------------------------------------------------
index db94552a92899c18712253a4b01d976eab780e96..b44593da028165929b2d358a85f117082c277158 100755 (executable)
@@ -90,7 +90,7 @@ s:abc:def:g;  # FIXME: the initial s is fontified like a label, and indented
 s'def'ghi'g;  # The middle ' should not end the quoting.
 s"ghi"ijk"g;  # The middle ' should not end the quoting.
 
-s#ijk#lmn#g;  # This is a regular expression sustitution.
+s#ijk#lmn#g;  # This is a regular expression substitution.
 
 s #lmn#opq#g; # FIXME: this should be a comment starting with "#lmn"
   /lmn/rst/g; # and this is the actual regular expression