[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/ess fb477619de 2/2: preparing docs for upcoming 24.12.0
From: |
ELPA Syncer |
Subject: |
[elpa] externals/ess fb477619de 2/2: preparing docs for upcoming 24.12.0 |
Date: |
Mon, 16 Dec 2024 12:58:24 -0500 (EST) |
branch: externals/ess
commit fb477619de1c84505b8e27de219cfc6596d0c7fa
Author: rsparapa <rsparapa@mcw.edu>
Commit: rsparapa <rsparapa@mcw.edu>
preparing docs for upcoming 24.12.0
---
doc/newfeat.texi | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/doc/newfeat.texi b/doc/newfeat.texi
index 555a13baac..44d2d87494 100644
--- a/doc/newfeat.texi
+++ b/doc/newfeat.texi
@@ -5,15 +5,14 @@ Changes and New Features in 24.12.0:
@itemize @bullet
@item polymode: In our transition from literate libraries
-(such as noweb documented below with respect to 19.04), we now
-recommend the polymode packages as a more suitable replacement.
-Furthermore, we suggest the related polymodes including
-poly-noweb, poly-markdown and poly-R. The package polymode itself, as well
+(such as noweb documented below with respect to 19.04), we now recommend
+the polymode packages as a more suitable replacement. Furthermore, we
+suggest the related polymodes including poly-noweb, poly-markdown and
+poly-R (installed in that order). The package polymode itself, as well
as the polymodes packages, are all on MELPA rather than ELPA. Therefore,
you need to add MELPA to the list of installation archives as follows.
@samp{(add-to-list 'package-archives '("melpa-stable" .
-"https://stable.melpa.org/packages/";))} for
-@kbd{M-x package-install}
+"https://stable.melpa.org/packages/";))} for @kbd{M-x package-install}
@item ESS[R]: The shorthand notation for lambda functions
and the question mark are now fontified as keywords.