XEmacs 21.4.15
[chise/xemacs-chise.git.1] / man / new-users-guide / search.texi
index cedc71e..70b321a 100644 (file)
@@ -11,10 +11,10 @@ complete typing the whole string. All searches in Emacs ignore the case
 of the text they are searching, i.e. if you are searching for "String",
 then "string" will also be one of the selections. If you want a case
 sensitive search select the @b{Case Sensitive Search} from the
-@b{Option} menu. You can also set the variable @var{case-fold-search} to
-@var{nil} for making searches case-sensitive. For information on setting
+@b{Option} menu. You can also set the variable @code{case-fold-search} to
+@code{nil} for making searches case-sensitive. For information on setting
 variables, @xref{Setting Variables}. The two commands for searching for
-strings in XEmacs are: 
+strings in XEmacs are:
 
 @table @kbd
 @item C-s
@@ -34,9 +34,9 @@ string which has been found so far. If you find the correct match just
 hit @key{RET} or type @kbd{C-f} or @kbd{C-b} to set the cursor's
 position. If you find a matching string "myname" but you were looking
 for a different occurrence of it, use @kbd{C-s} again. If the search is
-unable to find the string, it will give you an error message.  
+unable to find the string, it will give you an error message.
 
-@item C-r 
+@item C-r
 @findex isearch-backward
 @kindex C-r
 This command will perform an incremental search in the backward
@@ -56,7 +56,7 @@ you an error message.
    If you make a mistake while typing the string names when you use the
 above commands, you can use the @key{DEL} key to erase characters. Each
 @key{DEL} will erase the last character. At any time if you want to quit
-the search, just type @kbd{C-g}. 
+the search, just type @kbd{C-g}.
 
    To do a non-incremental search i.e. to start the search only after
 you have typed the whole string you can use the following commands:
@@ -64,7 +64,7 @@ you have typed the whole string you can use the following commands:
 @table @kbd
 @item C-s RET @dfn{string} RET
 This command will search for the specified string in the forward
-direction and will give an error message if the string is not found. 
+direction and will give an error message if the string is not found.
 
 @item C-r RET @dfn{string} RET
 This command will search for the specified string in the backward
@@ -72,13 +72,13 @@ direction.
 @end table
 
   For information on how Emacs searches for words and regular
-expressions, @xref{Search,,,xemacs,XEmacs User's Manual}. 
+expressions, @xref{Search,,,xemacs,XEmacs User's Manual}.
 
   To replace all occurrences of a string in Emacs, you can use the
-following command: 
+following command:
 @findex replace-string
 @example
-M-x replace-string 
+M-x replace-string
 @end example
 
 @noindent
@@ -111,8 +111,8 @@ check the spelling of a word or a region. You can use menus to
 check for spellings:
 
 @noindent
-Evaluate the expression @code{(load "big-menubar")}. To evaluate this 
+Evaluate the expression @code{(load "big-menubar")}. To evaluate this
 expression you need to hit the @key{META} or the @key{ESC} key twice and
 type in the expression in the echo area before hitting @key{RET}. You
 will get an extensive menubar. Select the @b{Spell Check} menu item from
-the @b{Utilities} menu for checking spellings. 
+the @b{Utilities} menu for checking spellings.