1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
From 776918ad7edcd01f3f89ea1f0188dde9c3d3375b Mon Sep 17 00:00:00 2001
From: Rob Browning <rlb@defaultvalue.org>
Date: Mon, 4 Apr 2011 22:46:25 -0500
Subject: Adjust documentation references for Debian
Various documentation references have been adjusted for Debian.
References to /usr/local/... have been changed to /usr/... as
appropriate, etc.
---
etc/NEWS | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/etc/NEWS b/etc/NEWS
index 1a68e70ce48..8f0a46ced60 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -15,6 +15,11 @@ in older Emacs versions.
You can narrow news to a specific version by calling 'view-emacs-news'
with a prefix argument or by typing 'C-u C-h C-n'.
+
+* Debian specific changes to Emacs
+
+Please see /usr/share/doc/emacs-common/README.Debian.gz.
+
* Installation Changes in Emacs 30.1
|