aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref
diff options
context:
space:
mode:
Diffstat (limited to 'doc/lispref')
-rw-r--r--doc/lispref/ChangeLog6
-rw-r--r--doc/lispref/intro.texi2
-rw-r--r--doc/lispref/tips.texi6
3 files changed, 10 insertions, 4 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index 9123194d7eb..363e7aecd33 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,3 +1,9 @@
12014-11-19 Paul Eggert <eggert@cs.ucla.edu>
2
3 Lessen focus on ChangeLog files, as opposed to change log entries.
4 * intro.texi (Acknowledgments): ChangeLog file -> change log entries.
5 * tips.texi (Library Headers): Emacs uses a version control system.
6
12014-11-09 Glenn Morris <rgm@gnu.org> 72014-11-09 Glenn Morris <rgm@gnu.org>
2 8
3 * Makefile.in (version): Remove variable. 9 * Makefile.in (version): Remove variable.
diff --git a/doc/lispref/intro.texi b/doc/lispref/intro.texi
index 0c5346fbb63..1cd79bb2265 100644
--- a/doc/lispref/intro.texi
+++ b/doc/lispref/intro.texi
@@ -552,4 +552,4 @@ Trost, Rickard Westman, Jean White, Eduard Wiebe, Matthew Wilding,
552Carl Witty, Dale Worley, Rusty Wright, and David D. Zuhn. 552Carl Witty, Dale Worley, Rusty Wright, and David D. Zuhn.
553 553
554 For a more complete list of contributors, please see the relevant 554 For a more complete list of contributors, please see the relevant
555ChangeLog file in the Emacs sources. 555change log entries in the Emacs source repository.
diff --git a/doc/lispref/tips.texi b/doc/lispref/tips.texi
index d8b906d3bfe..f7f07e8fb74 100644
--- a/doc/lispref/tips.texi
+++ b/doc/lispref/tips.texi
@@ -1062,9 +1062,9 @@ context.
1062@item ;;; Change Log: 1062@item ;;; Change Log:
1063This begins an optional log of changes to the file over time. Don't 1063This begins an optional log of changes to the file over time. Don't
1064put too much information in this section---it is better to keep the 1064put too much information in this section---it is better to keep the
1065detailed logs in a separate @file{ChangeLog} file (as Emacs does), 1065detailed logs in a version control system (as Emacs does) or in a
1066and/or to use a version control system. @samp{History} is an 1066separate @file{ChangeLog} file. @samp{History} is an alternative to
1067alternative to @samp{Change Log}. 1067@samp{Change Log}.
1068 1068
1069@item ;;; Code: 1069@item ;;; Code:
1070This begins the actual code of the program. 1070This begins the actual code of the program.