mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
Minor documentation and NEWS tweak
* doc/lispintro/emacs-lisp-intro.texi (fwd-para let): Add an index entry.
This commit is contained in:
parent
d987e6d671
commit
f665b49fa3
2 changed files with 5 additions and 2 deletions
|
|
@ -4938,6 +4938,8 @@ result of this, point is placed at the beginning of the buffer and mark
|
||||||
is set at the end of the buffer. The whole buffer is, therefore, the
|
is set at the end of the buffer. The whole buffer is, therefore, the
|
||||||
region.
|
region.
|
||||||
|
|
||||||
|
@c FIXME: the definition of append-to-buffer has been changed (in
|
||||||
|
@c 2010-03-30).
|
||||||
@node append-to-buffer
|
@node append-to-buffer
|
||||||
@section The Definition of @code{append-to-buffer}
|
@section The Definition of @code{append-to-buffer}
|
||||||
@findex append-to-buffer
|
@findex append-to-buffer
|
||||||
|
|
@ -12920,6 +12922,7 @@ The next line of the @code{forward-paragraph} function begins a
|
||||||
@code{let*} expression. This is a different than @code{let}. The
|
@code{let*} expression. This is a different than @code{let}. The
|
||||||
symbol is @code{let*} not @code{let}.
|
symbol is @code{let*} not @code{let}.
|
||||||
|
|
||||||
|
@findex let*
|
||||||
The @code{let*} special form is like @code{let} except that Emacs sets
|
The @code{let*} special form is like @code{let} except that Emacs sets
|
||||||
each variable in sequence, one after another, and variables in the
|
each variable in sequence, one after another, and variables in the
|
||||||
latter part of the varlist can make use of the values to which Emacs
|
latter part of the varlist can make use of the values to which Emacs
|
||||||
|
|
|
||||||
4
etc/NEWS
4
etc/NEWS
|
|
@ -116,8 +116,8 @@ For instance, the " will match all variants of unicode double quotes
|
||||||
cousins, even those composed of multiple characters, as well as many
|
cousins, even those composed of multiple characters, as well as many
|
||||||
other symbols like ℀, ℁, ⒜, and ⓐ.
|
other symbols like ℀, ℁, ⒜, and ⓐ.
|
||||||
|
|
||||||
** New function `character-folded-regexp' can be used
|
** New function `character-fold-to-regexp' can be used
|
||||||
by searching commands to produce a a regexp matching anything that
|
by searching commands to produce a regexp matching anything that
|
||||||
character-folds into STRING.
|
character-folds into STRING.
|
||||||
|
|
||||||
** New command `checkdoc-package-keywords' checks if the
|
** New command `checkdoc-package-keywords' checks if the
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue