]> code.delx.au - gnu-emacs/commitdiff
Minor documentation and NEWS tweak
authorXue Fuqiao <xfq.free@gmail.com>
Sun, 30 Aug 2015 12:50:36 +0000 (20:50 +0800)
committerXue Fuqiao <xfq.free@gmail.com>
Sun, 30 Aug 2015 12:50:36 +0000 (20:50 +0800)
* doc/lispintro/emacs-lisp-intro.texi (fwd-para let): Add an index
entry.

doc/lispintro/emacs-lisp-intro.texi
etc/NEWS

index 4406958daa0799170fe7b7d9ab1a9c48c0c86dc3..f1480a44b3de0112858d1989516e4aeff7d90b23 100644 (file)
@@ -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
 region.
 
+@c FIXME: the definition of append-to-buffer has been changed (in
+@c 2010-03-30).
 @node append-to-buffer
 @section The Definition of @code{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
 symbol is @code{let*} not @code{let}.
 
+@findex let*
 The @code{let*} special form is like @code{let} except that Emacs sets
 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
index 0f88e0c90a5111a47ac49866e273fca6df36bdb9..408286a8cbd10fa0ee5ba9a419540298ffee14b4 100644 (file)
--- a/etc/NEWS
+++ b/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
 other symbols like ℀, ℁, ⒜, and ⓐ.
 
-** New function `character-folded-regexp' can be used
-by searching commands to produce a regexp matching anything that
+** New function `character-fold-to-regexp' can be used
+by searching commands to produce a regexp matching anything that
 character-folds into STRING.
 
 ** New command `checkdoc-package-keywords' checks if the