aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Pluim2025-07-07 14:49:23 +0200
committerRobert Pluim2025-07-07 14:49:23 +0200
commitebb65d41630786f1dac7727f9490d52d8f55e2f9 (patch)
tree647e595bc68ff20c57e9490290531ec76d017004
parentb4b7ddb603f917a7883c71211b3042e4fc29049b (diff)
downloademacs-ebb65d41630786f1dac7727f9490d52d8f55e2f9.tar.gz
emacs-ebb65d41630786f1dac7727f9490d52d8f55e2f9.zip
; Fix typos
* lisp/emacs-lisp/warnings.el (warning-display-at-bottom): Fix typo. * lisp/replace.el (query-replace-help): Typo fix.
-rw-r--r--lisp/emacs-lisp/warnings.el2
-rw-r--r--lisp/replace.el2
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/warnings.el b/lisp/emacs-lisp/warnings.el
index 8d62193bb22..609e66ee1a0 100644
--- a/lisp/emacs-lisp/warnings.el
+++ b/lisp/emacs-lisp/warnings.el
@@ -135,7 +135,7 @@ customizations. In particular, the category designated by the
135symbol `warning' can be used in `display-buffer-alist' to customize 135symbol `warning' can be used in `display-buffer-alist' to customize
136the display of this buffer. 136the display of this buffer.
137 137
138This option affects display of all the buffers shown by `dispay-warning', 138This option affects display of all the buffers shown by `display-warning',
139including warnings from byte-compiler and native-compiler, 139including warnings from byte-compiler and native-compiler,
140from `check-declare', etc." 140from `check-declare', etc."
141 :type 'boolean 141 :type 'boolean
diff --git a/lisp/replace.el b/lisp/replace.el
index cfa879e9e96..ab3db69bd20 100644
--- a/lisp/replace.el
+++ b/lisp/replace.el
@@ -2461,7 +2461,7 @@ To be added to `context-menu-functions'."
2461multi-buffer replacements) with no more questions, 2461multi-buffer replacements) with no more questions,
2462\\`N' (in multi-buffer replacements) to skip to the next buffer without 2462\\`N' (in multi-buffer replacements) to skip to the next buffer without
2463replacing remaining matches in the current buffer. 2463replacing remaining matches in the current buffer.
2464Any other character exits interactive replacement loop and is then 2464Any other character exits the interactive replacement loop, and is then
2465re-executed as a normal key sequence." 2465re-executed as a normal key sequence."
2466 "Help message while in `query-replace'.") 2466 "Help message while in `query-replace'.")
2467 2467