emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master f665b49: Minor documentation and NEWS tweak


From: Xue Fuqiao
Subject: [Emacs-diffs] master f665b49: Minor documentation and NEWS tweak
Date: Sun, 30 Aug 2015 12:54:48 +0000

branch: master
commit f665b49fa3efa08a3a2d249b6a227bcb5d0d5e82
Author: Xue Fuqiao <address@hidden>
Commit: Xue Fuqiao <address@hidden>

    Minor documentation and NEWS tweak
    
    * doc/lispintro/emacs-lisp-intro.texi (fwd-para let): Add an index
    entry.
---
 doc/lispintro/emacs-lisp-intro.texi |    3 +++
 etc/NEWS                            |    4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/doc/lispintro/emacs-lisp-intro.texi 
b/doc/lispintro/emacs-lisp-intro.texi
index 4406958..f1480a4 100644
--- a/doc/lispintro/emacs-lisp-intro.texi
+++ b/doc/lispintro/emacs-lisp-intro.texi
@@ -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.
 
address@hidden FIXME: the definition of append-to-buffer has been changed (in
address@hidden 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}.
 
address@hidden 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
diff --git a/etc/NEWS b/etc/NEWS
index 0f88e0c..408286a 100644
--- 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 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]