diff options
author | Xue Fuqiao <xfq.free@gmail.com> | 2015-08-30 20:50:36 +0800 |
---|---|---|
committer | Xue Fuqiao <xfq.free@gmail.com> | 2015-08-30 20:50:36 +0800 |
commit | f665b49fa3efa08a3a2d249b6a227bcb5d0d5e82 (patch) | |
tree | 7245fe4da1354377e496593efd77627aa2498579 /etc | |
parent | d987e6d6712540677aac32d0e85519eaed50c596 (diff) | |
download | emacs-f665b49fa3efa08a3a2d249b6a227bcb5d0d5e82.tar.gz |
Minor documentation and NEWS tweak
* doc/lispintro/emacs-lisp-intro.texi (fwd-para let): Add an index
entry.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |