aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGlenn Morris2014-01-25 19:39:34 -0800
committerGlenn Morris2014-01-25 19:39:34 -0800
commitde6a923b0bedaf6dccf9832e09cc7fff66440c3c (patch)
treed275550380a6ed5e0fd0ec40406d3a83e20ef667 /doc
parente6f29a682914083dd1a7ed5a4391ae72b7f3e764 (diff)
downloademacs-de6a923b0bedaf6dccf9832e09cc7fff66440c3c.tar.gz
emacs-de6a923b0bedaf6dccf9832e09cc7fff66440c3c.zip
Doc updates for opascal.el
* lisp/progmodes/opascal.el (opascal-tab-always-indents, opascal-tab): Doc fix. Make obsolete. (opascal-mode): No longer mention opascal-tab-always-indents in doc. * doc/emacs/ack.texi (Acknowledgments): * doc/emacs/programs.texi (Program Modes): Update for delphi.el -> opascal.el renaming. * etc/NEWS: Edits.
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/ChangeLog4
-rw-r--r--doc/emacs/ack.texi4
-rw-r--r--doc/emacs/programs.texi10
3 files changed, 11 insertions, 7 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index 2a0123ee269..ce43ff1a474 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,5 +1,9 @@
12014-01-26 Glenn Morris <rgm@gnu.org> 12014-01-26 Glenn Morris <rgm@gnu.org>
2 2
3 * ack.texi (Acknowledgments):
4 * programs.texi (Program Modes):
5 Update for delphi.el -> opascal.el renaming.
6
3 * misc.texi (Sorting): Add findex for reverse-region. 7 * misc.texi (Sorting): Add findex for reverse-region.
4 8
5 * killing.texi (Deletion): Mention delete-duplicate-lines. 9 * killing.texi (Deletion): Mention delete-duplicate-lines.
diff --git a/doc/emacs/ack.texi b/doc/emacs/ack.texi
index 74d96c4aa77..8f8e741c910 100644
--- a/doc/emacs/ack.texi
+++ b/doc/emacs/ack.texi
@@ -126,8 +126,8 @@ by Oliver Seidel), a package for maintaining @file{TODO} list files.
126Anna M. Bigatti wrote @file{cal-html.el}, which produces HTML calendars. 126Anna M. Bigatti wrote @file{cal-html.el}, which produces HTML calendars.
127 127
128@item 128@item
129Ray Blaak and Simon South wrote @file{delphi.el}, a mode for editing 129Ray Blaak and Simon South wrote @file{opascal.el}, a mode for editing
130Delphi (Object Pascal) source code. 130Object Pascal source code.
131 131
132@item 132@item
133Martin Blais, Stefan Merten, and David Goodger wrote @file{rst.el}, a 133Martin Blais, Stefan Merten, and David Goodger wrote @file{rst.el}, a
diff --git a/doc/emacs/programs.texi b/doc/emacs/programs.texi
index f38edd4fe73..8e62a031293 100644
--- a/doc/emacs/programs.texi
+++ b/doc/emacs/programs.texi
@@ -75,17 +75,17 @@ mode for the C programming language is @code{c-mode}.
75@cindex VHDL mode 75@cindex VHDL mode
76@cindex M4 mode 76@cindex M4 mode
77@cindex Shell-script mode 77@cindex Shell-script mode
78@cindex Delphi mode 78@cindex OPascal mode
79@cindex PostScript mode 79@cindex PostScript mode
80@cindex Conf mode 80@cindex Conf mode
81@cindex DNS mode 81@cindex DNS mode
82@cindex Javascript mode 82@cindex Javascript mode
83 Emacs has programming language modes for Lisp, Scheme, the 83 Emacs has programming language modes for Lisp, Scheme, the
84Scheme-based DSSSL expression language, Ada, ASM, AWK, C, C++, Delphi, 84Scheme-based DSSSL expression language, Ada, ASM, AWK, C, C++,
85Fortran, Icon, IDL (CORBA), IDLWAVE, Java, Javascript, Metafont 85Fortran, Icon, IDL (CORBA), IDLWAVE, Java, Javascript, Metafont
86(@TeX{}'s companion for font creation), Modula2, Objective-C, Octave, 86(@TeX{}'s companion for font creation), Modula2, Object Pascal, Objective-C,
87Pascal, Perl, Pike, PostScript, Prolog, Python, Ruby, Simula, Tcl, and 87Octave, Pascal, Perl, Pike, PostScript, Prolog, Python, Ruby, Simula, Tcl,
88VHDL@. An alternative mode for Perl is called CPerl mode. Modes are 88and VHDL@. An alternative mode for Perl is called CPerl mode. Modes are
89also available for the scripting languages of the common GNU and Unix 89also available for the scripting languages of the common GNU and Unix
90shells, VMS DCL, and MS-DOS/MS-Windows @samp{BAT} files, and for 90shells, VMS DCL, and MS-DOS/MS-Windows @samp{BAT} files, and for
91makefiles, DNS master files, and various sorts of configuration files. 91makefiles, DNS master files, and various sorts of configuration files.