]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix typos
authorRobert Pluim <rpluim@gmail.com>
Mon, 7 Jul 2025 12:49:23 +0000 (14:49 +0200)
committerEshel Yaron <me@eshelyaron.com>
Thu, 24 Jul 2025 07:48:34 +0000 (09:48 +0200)
* lisp/emacs-lisp/warnings.el (warning-display-at-bottom): Fix typo.
* lisp/replace.el (query-replace-help): Typo fix.

(cherry picked from commit ebb65d41630786f1dac7727f9490d52d8f55e2f9)

lisp/emacs-lisp/warnings.el
lisp/replace.el

index b473c1140084f27387fa87a0ca05e2f344209b34..aa892005127925db8968e808a3bf63f9d040500b 100644 (file)
@@ -135,7 +135,7 @@ customizations.  In particular, the category designated by the
 symbol `warning' can be used in `display-buffer-alist' to customize
 the display of this buffer.
 
-This option affects display of all the buffers shown by `dispay-warning',
+This option affects display of all the buffers shown by `display-warning',
 including warnings from byte-compiler and native-compiler,
 from `check-declare', etc."
   :type 'boolean
index 042aee251745fe8aeb220bed8a7d8f56ede537cb..b8ea53eb14a868210bcb4935aa0848c1e7b712aa 100644 (file)
@@ -2440,7 +2440,7 @@ To be added to `context-menu-functions'."
 multi-buffer replacements) with no more questions,
 \\`N' (in multi-buffer replacements) to skip to the next buffer without
 replacing remaining matches in the current buffer.
-Any other character exits interactive replacement loop and is then
+Any other character exits the interactive replacement loop, and is then
 re-executed as a normal key sequence."
   "Help message while in `query-replace'.")