summaryrefslogtreecommitdiff
path: root/src/search.c
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>1997-08-26 11:42:33 +0000
committerKenichi Handa <handa@m17n.org>1997-08-26 11:42:33 +0000
commit6af439748536834b17413a8c8ca3dc727a4b70ad (patch)
treed690a3d78fe6d3fc8e2f80b60584d845080a04e1 /src/search.c
parent35c5f181c75a1fef88e7070e70b189cb9c4de760 (diff)
downloademacs-6af439748536834b17413a8c8ca3dc727a4b70ad.tar.gz
emacs-6af439748536834b17413a8c8ca3dc727a4b70ad.tar.bz2
emacs-6af439748536834b17413a8c8ca3dc727a4b70ad.zip
(Fsearch_backward): Inherit the current input method on
reading STRING. (Fsearch_forward): Likewise.
Diffstat (limited to 'src/search.c')
-rw-r--r--src/search.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/search.c b/src/search.c
index 6ac8ef21e6c..9a356c05ebc 100644
--- a/src/search.c
+++ b/src/search.c
@@ -1254,7 +1254,7 @@ wordify (string)
}
DEFUN ("search-backward", Fsearch_backward, Ssearch_backward, 1, 4,
- "sSearch backward: ",
+ "MSearch backward: ",
"Search backward from point for STRING.\n\
Set point to the beginning of the occurrence found, and return point.\n\
An optional second argument bounds the search; it is a buffer position.\n\
@@ -1269,7 +1269,7 @@ See also the functions `match-beginning', `match-end' and `replace-match'.")
return search_command (string, bound, noerror, count, -1, 0, 0);
}
-DEFUN ("search-forward", Fsearch_forward, Ssearch_forward, 1, 4, "sSearch: ",
+DEFUN ("search-forward", Fsearch_forward, Ssearch_forward, 1, 4, "MSearch: ",
"Search forward from point for STRING.\n\
Set point to the end of the occurrence found, and return point.\n\
An optional second argument bounds the search; it is a buffer position.\n\