sed -f ../msdos/sedlibcf.inp < gnulib.mk-in > gnulib.tmp\r
sed -f ../msdos/sedlibmk.inp < gnulib.tmp > gnulib.mk\r
rm -f gnulib.tmp\r
-Rem Create directorys in lib/ that MKDIR_P is supposed to create\r
+Rem Create directories in lib/ that MKDIR_P is supposed to create\r
Rem but I have no idea how to do that on MS-DOS.\r
mkdir sys\r
Rem Create .d files for new files in lib/ and lib/malloc/\r
If EVAL is a string, it will be inserted as is, and then that
string will be `read' and evaluated.
-2. Document a form or string, but manually document its evalation
+2. Document a form or string, but manually document its evaluation
result. The provided form will not be evaluated.
(FUNC
VALUE is the potential value of the OPT, coming from args like
\"-fVALUE\" or \"--foo=VALUE\", or nil if no value was supplied. If
OPT doesn't consume a value, return VALUE unchanged so that it can be
-processed later; otherwsie, return nil.
+processed later; otherwise, return nil.
If the OPT consumes an argument for its value and VALUE is nil, the
argument list will be modified."
(defcustom image-convert-to-format "png"
"The image format to convert to.
This should be a string like \"png\" or \"ppm\" or some
-other (preferrably lossless) format that Emacs understands
+other (preferably lossless) format that Emacs understands
natively. The converter chosen has to support the format, and if
not, conversion will fail."
:group 'image
arg NOMESSAGE is non-nil.
If EVAL-FUNCTION, call that instead of calling `eval-buffer'
-directly. It is called with two paramameters: The buffer object
+directly. It is called with two parameters: The buffer object
and the file name.
Return t if file exists."
(replace-regexp-in-string ".utm_.*" "" url))
(defun eww--transform-url (url)
- "Appy `eww-url-transformers'."
+ "Apply `eww-url-transformers'."
(when url
(dolist (func eww-url-transformers)
(setq url (funcall func url)))
;; checking `c-new-id-start' and `c-new-id-end'. That's done to avoid
;; adding all prefixes of a type as it's being entered and font locked.
;; This is a bit rough and ready, but now covers adding characters into the
- ;; middle of an identifer.
+ ;; middle of an identifier.
;;
;; This function might do hidden buffer changes.
(if (and c-new-id-start c-new-id-end
:foreground "blue")
(t
:bold t))
- "Face used for displaying specificaton values."
+ "Face used for displaying specification values."
:group 'erts-mode)
(defface erts-mode-start-test
'((t :inherit font-lock-keyword-face))
- "Face used for displaying specificaton test start markers."
+ "Face used for displaying specification test start markers."
:group 'erts-mode)
(defface erts-mode-end-test
'((t :inherit font-lock-comment-face))
- "Face used for displaying specificaton test start markers."
+ "Face used for displaying specification test start markers."
:group 'erts-mode)
(defvar erts-mode-map
;; start a comment.
(string-to-syntax ".")
;; Inside a comment, ignore it to avoid -*/ not
- ;; being intepreted as a comment end.
+ ;; being interpreted as a comment end.
(forward-char -1)
nil)))))
;; Set syntax and font-face highlighting
"Function to convert the FROM string of query-replace commands to a regexp.
This is used by `query-replace', `query-replace-regexp', etc. as
the value of `isearch-regexp-function' when they search for the
-occurences of the string/regexp to be replaced. This is intended
+occurrences of the string/regexp to be replaced. This is intended
to be used when the string to be replaced, as typed by the user,
is not to be interpreted literally, but instead should be converted
to a regexp that is actually used for the search.")
;;; Handling drops.
(defun x-dnd-handle-unsupported-drop (targets _x _y action _window-id _frame _time)
- "Return non-nil if the drop described by TARGETS and ACTION should not proceeed."
+ "Return non-nil if the drop described by TARGETS and ACTION should not proceed."
(not (and (or (eq action 'XdndActionCopy)
(eq action 'XdndActionMove))
(or (member "STRING" targets)
xwidget-webkit--progress-update-timer
(run-at-time 0.5 0.5 #'xwidget-webkit--update-progress-timer-function
xwidget)))))
- ;; This funciton will be called multi times, so only
+ ;; This function will be called multi times, so only
;; change buffer name when the load actually completes
;; this can limit buffer-name flicker in mode-line.
(when (or (string-equal (nth 3 last-input-event)
/* Whether or not font selection was cancelled. */
bool_bf cancel : 1;
- /* Whether or not a size was explictly specified. */
+ /* Whether or not a size was explicitly specified. */
bool_bf size_specified : 1;
/* The index of the selected font family. */
haiku_flip_buffers (f);
}
-/* N.B. that support for TYPE must be explictly added to
+/* N.B. that support for TYPE must be explicitly added to
haiku_read_socket. */
void
haiku_wait_for_event (struct frame *f, int type)
goto gif_error;
}
- /* It's an animated image, so initalize the cache. */
+ /* It's an animated image, so initialize the cache. */
if (cache && !cache->handle)
{
cache->handle = gif;
/* Optimisation: since the placeholder is already
a cons, repurpose it as the actual value.
- This allows us to skip the substition below,
+ This allows us to skip the substitution below,
since the placeholder is already referenced
inside TEM at the appropriate places. */
Fsetcar (placeholder, XCAR (tem));
error ("Unknown color.");
/* On pgtk, this frame parameter should be ignored, and honor
- gtk theme. (It honors the GTK theme if not explictly set, so
+ gtk theme. (It honors the GTK theme if not explicitly set, so
I see no harm in letting users tinker a bit more.) */
char css[64];
sprintf (css, "scrollbar trough { background-color: #%06x; }",
Frame parameters may be changed if .Xdefaults contains
specifications for the default font. For example, if there is an
`Emacs.default.attributeBackground: pink', the `background-color'
- attribute of the frame get's set, which let's the internal border
+ attribute of the frame gets set, which lets the internal border
of the tooltip frame appear in pink. Prevent this. */
{
Lisp_Object bg = Fframe_parameter (frame, Qbackground_color);
}
/* Ignore minimum_offset if the amount of pixels was
- explictly specified. */
+ explicitly specified. */
if (!s->face->underline_pixels_above_descent_line)
position = max (position, underline_minimum_offset);
}
editing large files, we establish a minimum height by always
drawing handle bottoms VERTICAL_SCROLL_BAR_MIN_HANDLE pixels below
where they would be normally; the bottom and top are in a
- different co-ordinate system. */
+ different coordinate system. */
int start, end;
/* If the scroll bar handle is currently being dragged by the user,
}
-/* Compute the "power" of the first of two adjacent runs begining at
+/* Compute the "power" of the first of two adjacent runs beginning at
index S1, with the first having length N1 and the second (starting
at index S1+N1) having length N2. The run has total length N. */
if (!(s->face->underline_at_descent_line_p
/* Ignore minimum_offset if the amount of pixels
- was explictly specified. */
+ was explicitly specified. */
&& s->face->underline_pixels_above_descent_line))
position = max (position, minimum_offset);
}
INPUT FOCUS
Under X, the window where keyboard input is sent is not always
- explictly defined. When there is a focus window, it receives what
+ explicitly defined. When there is a focus window, it receives what
is referred to as "explicit focus", but when there is none, it
receives "implicit focus" whenever the pointer enters it, and loses
that focus when the pointer leaves. When the toplevel window of a
}
/* And the common case where there is no input rect and the
- bouding rect equals the window dimensions. */
+ bounding rect equals the window dimensions. */
if (tem->n_input_rects == -1
&& tem->n_bounding_rects == 1
}
/* Ignore minimum_offset if the amount of pixels was
- explictly specified. */
+ explicitly specified. */
if (!s->face->underline_pixels_above_descent_line)
position = max (position, minimum_offset);
}
}
/* And the common case where there is no input rect and the
- bouding rect equals the window dimensions. */
+ bounding rect equals the window dimensions. */
if (tem->n_input_rects == -1
&& tem->n_bounding_rects == 1
(should (ansi-color-tests-equal-props
propertized-str (buffer-string))))
- ;; \e not followed by '[' and invalid ANSI escape seqences
+ ;; \e not followed by '[' and invalid ANSI escape sequences
(dolist (fun (list ansi-filt ansi-app))
(with-temp-buffer
(should (equal (funcall fun "\e") ""))
specified inside ARGS-RESULTS.
During the call to FN-TEST,`read-event' is overridden with a function that
-just returns `n' and `kill-emacs' is overriden to do nothing.
+just returns `n' and `kill-emacs' is overridden to do nothing.
ARGS-RESULTS is a list of elements (FN-ARGS CALLERS-DIR EXPECTED), where
FN-ARGS are the arguments for FN-TEST;
(defun tramp--test-asynchronous-processes-p ()
"Whether asynchronous processes tests are run.
-This is used in tests which we dont't want to tag
+This is used in tests which we don't want to tag
`:tramp-asynchronous-processes' completely."
(and
(ert-select-tests
(defun tramp--test-expensive-test-p ()
"Whether expensive tests are run.
-This is used in tests which we dont't want to tag `:expensive'
+This is used in tests which we don't want to tag `:expensive'
completely."
(ert-select-tests
(ert--stats-selector ert--current-run-stats)