1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 14:30:50 -08:00

Replace some colons in Texinfo index entries

* doc/lispintro/emacs-lisp-intro.texi (Recursive Patterns):
* doc/misc/mh-e.texi, doc/misc/viper.texi:
Do not use colons in index entries.

Fixes: debbugs:16652
This commit is contained in:
Glenn Morris 2014-02-05 21:26:57 -05:00
parent f8b1815084
commit 36a672f6b0
5 changed files with 195 additions and 186 deletions

View file

@ -11610,7 +11610,7 @@ and this provides a sense of its primal capabilities.
@node Every
@unnumberedsubsubsec Recursive Pattern: @emph{every}
@cindex Every, type of recursive pattern
@cindex Recursive pattern: every
@cindex Recursive pattern - every
In the @code{every} recursive pattern, an action is performed on every
element of a list.
@ -11709,7 +11709,7 @@ But when the list has at least one element,
@node Accumulate
@unnumberedsubsubsec Recursive Pattern: @emph{accumulate}
@cindex Accumulate, type of recursive pattern
@cindex Recursive pattern: accumulate
@cindex Recursive pattern - accumulate
Another recursive pattern is called the @code{accumulate} pattern. In
the @code{accumulate} recursive pattern, an action is performed on
@ -11760,7 +11760,7 @@ accumulate pattern.
@node Keep
@unnumberedsubsubsec Recursive Pattern: @emph{keep}
@cindex Keep, type of recursive pattern
@cindex Recursive pattern: keep
@cindex Recursive pattern - keep
A third recursive pattern is called the @code{keep} pattern.
In the @code{keep} recursive pattern, each element of a list is tested;