aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGlenn Morris2013-11-22 18:21:51 -0800
committerGlenn Morris2013-11-22 18:21:51 -0800
commit92f78ea3d1a1c1368bc419bcd57d6ad0472d99b9 (patch)
treed39e6ec6958f2b8eca2c8c2d0041332241e3794e /doc
parent17e0445be4a6a4f437f4be4924074c90d6477481 (diff)
downloademacs-92f78ea3d1a1c1368bc419bcd57d6ad0472d99b9.tar.gz
emacs-92f78ea3d1a1c1368bc419bcd57d6ad0472d99b9.zip
* etc/enriched.txt: Rename from enriched.doc.
Misc small updates for this hardly being "new" any more. * lisp/textmodes/enriched.el (enriched-mode): Doc fix. * lisp/emacs-lisp/authors.el (authors-renamed-files-alist): Add enriched.doc -> enriched.txt. Fixes: debbugs:15947
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/text.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/emacs/text.texi b/doc/emacs/text.texi
index b2cb5ee3d3b..e45189ba1d0 100644
--- a/doc/emacs/text.texi
+++ b/doc/emacs/text.texi
@@ -2011,8 +2011,8 @@ highlighting (@pxref{Font Lock}). Unlike Enriched mode, Font Lock
2011mode assigns text properties automatically, based on the current 2011mode assigns text properties automatically, based on the current
2012buffer contents; those properties are not saved to disk. 2012buffer contents; those properties are not saved to disk.
2013 2013
2014 The file @file{etc/enriched.doc} in the Emacs distribution serves as 2014 The file @file{enriched.txt} in Emacs's @code{data-directory}
2015an example of the features of Enriched mode. 2015serves as an example of the features of Enriched mode.
2016 2016
2017@menu 2017@menu
2018* Enriched Mode:: Entering and exiting Enriched mode. 2018* Enriched Mode:: Entering and exiting Enriched mode.