search-forward
search-forward string &optional limit noerror repeat
バッファとかで、M-: (search-forward "検索したい文字列")
などとして探してみる
なかったら search-forward
エラーが返却される。
search-forward
search-forward string &optional limit noerror repeat
バッファとかで、M-: (search-forward "検索したい文字列")
などとして探してみる
なかったら search-forward
エラーが返却される。