aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2007-04-07 01:46:25 +0000
committerRichard M. Stallman2007-04-07 01:46:25 +0000
commit0fb7e7f267deea863662901441f17a2ff33c0829 (patch)
treea32f638f08f4b673529a851e381ca29673c157f1
parentc368b256590d0dbe4122a97d197f00ecdeee7091 (diff)
downloademacs-0fb7e7f267deea863662901441f17a2ff33c0829.tar.gz
emacs-0fb7e7f267deea863662901441f17a2ff33c0829.zip
Improve index entries. Remove redundant one.
-rw-r--r--lispref/searching.texi10
-rw-r--r--lispref/variables.texi9
2 files changed, 10 insertions, 9 deletions
diff --git a/lispref/searching.texi b/lispref/searching.texi
index 782a92977ce..056e1bd51a5 100644
--- a/lispref/searching.texi
+++ b/lispref/searching.texi
@@ -106,7 +106,7 @@ leaves point at the beginning of the match.
106@end deffn 106@end deffn
107 107
108@deffn Command word-search-forward string &optional limit noerror repeat 108@deffn Command word-search-forward string &optional limit noerror repeat
109@cindex word search 109@c @cindex word search Redundant
110This function searches forward from point for a ``word'' match for 110This function searches forward from point for a ``word'' match for
111@var{string}. If it finds a match, it sets point to the end of the 111@var{string}. If it finds a match, it sets point to the end of the
112match found, and returns the new value of point. 112match found, and returns the new value of point.
@@ -220,7 +220,7 @@ a regexp is a very powerful operation. This section explains how to write
220regexps; the following section says how to search for them. 220regexps; the following section says how to search for them.
221 221
222@findex re-builder 222@findex re-builder
223@cindex authoring regular expressions 223@cindex regular expressions, developing
224 For convenient interactive development of regular expressions, you 224 For convenient interactive development of regular expressions, you
225can use the @kbd{M-x re-builder} command. It provides a convenient 225can use the @kbd{M-x re-builder} command. It provides a convenient
226interface for creating regular expressions, by giving immediate visual 226interface for creating regular expressions, by giving immediate visual
@@ -1186,7 +1186,7 @@ match data around it, to prevent it from being overwritten.
1186 1186
1187@node Replacing Match 1187@node Replacing Match
1188@subsection Replacing the Text that Matched 1188@subsection Replacing the Text that Matched
1189@cindex replace match 1189@cindex replace matched text
1190 1190
1191 This function replaces all or part of the text matched by the last 1191 This function replaces all or part of the text matched by the last
1192search. It works by means of the match data. 1192search. It works by means of the match data.
@@ -1544,8 +1544,8 @@ associated with it still exists.
1544 1544
1545@node Search and Replace 1545@node Search and Replace
1546@section Search and Replace 1546@section Search and Replace
1547@cindex replacement 1547@cindex replacement after search
1548@cindex search and replace 1548@cindex searching and replacing
1549 1549
1550 If you want to find all matches for a regexp in part of the buffer, 1550 If you want to find all matches for a regexp in part of the buffer,
1551and replace them, the best way is to write an explicit loop using 1551and replace them, the best way is to write an explicit loop using
diff --git a/lispref/variables.texi b/lispref/variables.texi
index 33c9f1db149..9d9dc8260bb 100644
--- a/lispref/variables.texi
+++ b/lispref/variables.texi
@@ -102,9 +102,10 @@ x
102@section Variables that Never Change 102@section Variables that Never Change
103@kindex setting-constant 103@kindex setting-constant
104@cindex keyword symbol 104@cindex keyword symbol
105@cindex variable with constant value
105@cindex constant variables 106@cindex constant variables
106@cindex symbols that evaluate to themselves 107@cindex symbol that evaluates to itself
107@cindex symbols with constant values 108@cindex symbol with constant value
108 109
109 In Emacs Lisp, certain symbols normally evaluate to themselves. These 110 In Emacs Lisp, certain symbols normally evaluate to themselves. These
110include @code{nil} and @code{t}, as well as any symbol whose name starts 111include @code{nil} and @code{t}, as well as any symbol whose name starts
@@ -1080,7 +1081,7 @@ use short names like @code{x}.
1080 1081
1081@node Buffer-Local Variables 1082@node Buffer-Local Variables
1082@section Buffer-Local Variables 1083@section Buffer-Local Variables
1083@cindex variables, buffer-local 1084@cindex variable, buffer-local
1084@cindex buffer-local variables 1085@cindex buffer-local variables
1085 1086
1086 Global and local variable bindings are found in most programming 1087 Global and local variable bindings are found in most programming
@@ -1721,7 +1722,7 @@ This function returns non-@code{nil} if it is safe to give @var{sym}
1721the value @var{val}, based on the above criteria. 1722the value @var{val}, based on the above criteria.
1722@end defun 1723@end defun
1723 1724
1724@cindex risky local variable 1725@c @cindex risky local variable Duplicates risky-local-variable
1725 Some variables are considered @dfn{risky}. A variable whose name 1726 Some variables are considered @dfn{risky}. A variable whose name
1726ends in any of @samp{-command}, @samp{-frame-alist}, @samp{-function}, 1727ends in any of @samp{-command}, @samp{-frame-alist}, @samp{-function},
1727@samp{-functions}, @samp{-hook}, @samp{-hooks}, @samp{-form}, 1728@samp{-functions}, @samp{-hook}, @samp{-hooks}, @samp{-form},