diff options
-rw-r--r-- | lisp/ChangeLog | 6 | ||||
-rw-r--r-- | lispref/anti.texi | 5 | ||||
-rw-r--r-- | lispref/tips.texi | 2 |
3 files changed, 11 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ce9d8c42006..78ae669dfc7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2000-05-23 Gerd Moellmann <gerd@gnu.org> + + * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'. + + * files.el (interpreter-mode-alist): Add `bash2'. + 2000-05-22 Dave Love <fx@gnu.org> * loadhist.el (feature-symbols, file-provides, file-requires): Use diff --git a/lispref/anti.texi b/lispref/anti.texi index 0950af3d3f4..c4521b6a967 100644 --- a/lispref/anti.texi +++ b/lispref/anti.texi @@ -2,7 +2,10 @@ @c This is part of the GNU Emacs Lisp Reference Manual. @c Copyright (C) 1999 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. -@node Antinews, Tips, System Interface, Top + +@c This node must have no pointers. + +@c @node Antinews, GNU Free Documentation License, System Interface, Top @appendix Emacs 20 Antinews For those users who live backwards in time, here is information about diff --git a/lispref/tips.texi b/lispref/tips.texi index b24f53f3747..8854bb80614 100644 --- a/lispref/tips.texi +++ b/lispref/tips.texi @@ -4,7 +4,7 @@ @c Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../info/tips -@node Tips, GNU Emacs Internals, Antinews, Top +@node Tips, GNU Emacs Internals, Copying, Top @appendix Tips and Conventions @cindex tips @cindex standards of coding style |