summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/eval.c4
-rw-r--r--src/frame.c2
-rw-r--r--src/haikuselect.c2
3 files changed, 4 insertions, 4 deletions
diff --git a/src/eval.c b/src/eval.c
index 78e606267f6..7327d681f9a 100644
--- a/src/eval.c
+++ b/src/eval.c
@@ -1329,7 +1329,7 @@ Then the value of the last BODY form is returned from the `condition-case'
expression.
The special handler (:success BODY...) is invoked if BODYFORM terminated
-without signalling an error. BODY is then evaluated with VAR bound to
+without signaling an error. BODY is then evaluated with VAR bound to
the value returned by BODYFORM.
See also the function `signal' for more info.
@@ -1809,7 +1809,7 @@ signal_or_quit (Lisp_Object error_symbol, Lisp_Object data, bool keyboard_quit)
unbind_to (count, Qnil);
}
- /* If an error is signalled during a Lisp hook in redisplay, write a
+ /* If an error is signaled during a Lisp hook in redisplay, write a
backtrace into the buffer *Redisplay-trace*. */
if (!debugger_called && !NILP (error_symbol)
&& backtrace_on_redisplay_error
diff --git a/src/frame.c b/src/frame.c
index bfdd03e5013..f63a19e7dcf 100644
--- a/src/frame.c
+++ b/src/frame.c
@@ -5953,7 +5953,7 @@ DEFUN ("reconsider-frame-fonts", Freconsider_frame_fonts,
Sreconsider_frame_fonts, 1, 1, 0,
doc: /* Recreate FRAME's default font using updated font parameters.
Signal an error if FRAME is not a window system frame. This should be
-called after a `config-changed' event is received, signalling that the
+called after a `config-changed' event is received, signaling that the
parameters (such as pixel density) used by the system to open fonts
have changed. */)
(Lisp_Object frame)
diff --git a/src/haikuselect.c b/src/haikuselect.c
index bd004f4900a..e8d3b5f0f7f 100644
--- a/src/haikuselect.c
+++ b/src/haikuselect.c
@@ -1260,7 +1260,7 @@ syms_of_haikuselect (void)
{
DEFVAR_BOOL ("haiku-signal-invalid-refs", haiku_signal_invalid_refs,
doc: /* If nil, silently ignore invalid file names in system messages.
-Otherwise, an error will be signalled if adding a file reference to a
+Otherwise, an error will be signaled if adding a file reference to a
system message failed. */);
haiku_signal_invalid_refs = true;