summaryrefslogtreecommitdiff
path: root/lisp/ChangeLog.16
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2022-12-26 10:43:57 +0100
committerStefan Kangas <stefankangas@gmail.com>2022-12-31 12:43:32 +0100
commit9292f595a71870eec1ffdfd187b859cc990c2f0b (patch)
tree1068180db18bc10359ed9e18dd7616ce6072923e /lisp/ChangeLog.16
parent43c7e05a2acadf1ba3ff24fba1706317e347a2ac (diff)
downloademacs-9292f595a71870eec1ffdfd187b859cc990c2f0b.tar.gz
emacs-9292f595a71870eec1ffdfd187b859cc990c2f0b.tar.bz2
emacs-9292f595a71870eec1ffdfd187b859cc990c2f0b.zip
; Fix typos
Diffstat (limited to 'lisp/ChangeLog.16')
-rw-r--r--lisp/ChangeLog.1610
1 files changed, 5 insertions, 5 deletions
diff --git a/lisp/ChangeLog.16 b/lisp/ChangeLog.16
index ef230bf9edb..d2480c6fa36 100644
--- a/lisp/ChangeLog.16
+++ b/lisp/ChangeLog.16
@@ -10968,8 +10968,8 @@
* comint.el (comint-history-isearch-end):
Use `isearch-search-fun-default'.
(comint-history-isearch-search): Use `isearch-search-fun-default'
- and remove spacial case for `isearch-word'.
- (comint-history-isearch-wrap): Remove spacial case for
+ and remove special case for `isearch-word'.
+ (comint-history-isearch-wrap): Remove special case for
`isearch-word'.
* hexl.el (hexl-isearch-search-function):
@@ -10982,13 +10982,13 @@
Use `isearch-search-fun-default'.
* simple.el (minibuffer-history-isearch-search):
- Use `isearch-search-fun-default' and remove spacial case for
+ Use `isearch-search-fun-default' and remove special case for
`isearch-word'.
- (minibuffer-history-isearch-wrap): Remove spacial case for
+ (minibuffer-history-isearch-wrap): Remove special case for
`isearch-word'.
* textmodes/reftex-global.el (reftex-isearch-wrap-function):
- Remove spacial case for `isearch-word'.
+ Remove special case for `isearch-word'.
(reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>