mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
Synchronize DIR entries with text in @direntry in Texinfo sources.
This commit is contained in:
parent
c6df94fff0
commit
7a1133685b
6 changed files with 14 additions and 12 deletions
14
info/dir
14
info/dir
|
|
@ -30,20 +30,20 @@ Emacs
|
|||
|
||||
* CL: (cl). Partial Common Lisp support for Emacs Lisp.
|
||||
* Dired-X: (dired-x). Dired Extra Features.
|
||||
* Ediff: (ediff). A comprehensive visual interface to diff & patch.
|
||||
* Ediff: (ediff). A visual interface for comparing and merging programs.
|
||||
* PCL-CVS: (pcl-cvs). Emacs front-end to CVS.
|
||||
* Speedbar: (speedbar). File/Tag summarizing utility.
|
||||
|
||||
* Ada mode: (ada-mode). The GNU Emacs mode for editing Ada code.
|
||||
* CC mode: (ccmode). The GNU Emacs mode for editing C, C++, Objective-C
|
||||
and Java code.
|
||||
* Ada mode: (ada-mode). Emacs mode for editing Ada code.
|
||||
* CC mode: (ccmode). Emacs mode for editing C, C++, Objective-C,
|
||||
Java, Pike, and IDL code.
|
||||
* Ebrowse: (ebrowse). A C++ class browser for Emacs.
|
||||
* IDLWAVE: (idlwave). Major mode and shell for IDL and WAVE/CL files.
|
||||
|
||||
* Gnus: (gnus). The news reader Gnus.
|
||||
* Message: (message). Mail and news composition mode that goes with Gnus.
|
||||
* MH-E: (mh-e). Emacs interface to the MH mail system.
|
||||
* MIME: (emacs-mime). The MIME de/composition library.
|
||||
* MIME: (emacs-mime). Emacs MIME de/composition library.
|
||||
* SC: (sc). Supercite lets you cite parts of messages you're
|
||||
replying to, in flexible ways.
|
||||
|
||||
|
|
@ -51,7 +51,7 @@ Emacs
|
|||
in Emacs.
|
||||
* Calc: (calc). Advanced desk calculator and mathematical tool.
|
||||
* Eshell: (eshell). A command shell implemented in Emacs Lisp.
|
||||
* EUDC: (eudc). Emacs Unified Directory Client.
|
||||
* EUDC: (eudc). An Emacs client for directory servers (LDAP, PH).
|
||||
* Forms: (forms). Emacs package for editing data bases
|
||||
by filling in forms.
|
||||
* RefTeX: (reftex). Emacs support for LaTeX cross-references and citations.
|
||||
|
|
@ -60,4 +60,6 @@ Emacs
|
|||
* WoMan: (woman). Browse UN*X Manual Pages "Wo (without) Man".
|
||||
|
||||
* VIPER: (viper). The newest Emacs VI-emulation mode.
|
||||
(also, A VI Plan for Emacs Rescue
|
||||
or the VI PERil.)
|
||||
* VIP: (vip). An older VI-emulation for Emacs.
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
@settitle Ada Mode
|
||||
@dircategory Emacs
|
||||
@direntry
|
||||
* Ada mode: (ada-mode). The GNU Emacs mode for editing Ada.
|
||||
* Ada mode: (ada-mode). Emacs mode for editing Ada code.
|
||||
@end direntry
|
||||
|
||||
@comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
@synindex pg cp
|
||||
@dircategory Emacs
|
||||
@direntry
|
||||
* Emacs MIME: (emacs-mime). The MIME de/composition library.
|
||||
* MIME: (emacs-mime). Emacs MIME de/composition library.
|
||||
@end direntry
|
||||
@iftex
|
||||
@finalout
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
@ifinfo
|
||||
@dircategory Emacs
|
||||
@direntry
|
||||
* EUDC: (eudc). A client for directory servers (LDAP, PH)
|
||||
* EUDC: (eudc). An Emacs client for directory servers (LDAP, PH).
|
||||
@end direntry
|
||||
|
||||
This file documents EUDC v1.30b
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
\input texinfo @c -*-texinfo-*- -*- coding: iso-latin-1 -*-
|
||||
\input texinfo @c -*- mode: texinfo; coding: iso-latin-1; -*-
|
||||
|
||||
@setfilename ../info/gnus
|
||||
@settitle Gnus Manual
|
||||
|
|
|
|||
|
|
@ -6,11 +6,11 @@
|
|||
@syncodeindex vr cp
|
||||
@syncodeindex ky cp
|
||||
@comment %**end of header
|
||||
@comment $Id: info.texi,v 1.17 2001/09/26 15:26:30 eliz Exp $
|
||||
@comment $Id: info.texi,v 1.18 2002/01/23 00:00:23 rms Exp $
|
||||
|
||||
@dircategory Texinfo documentation system
|
||||
@direntry
|
||||
* Info: (info). Documentation browsing system.
|
||||
* Info: (info). How to use the documentation browsing system.
|
||||
@end direntry
|
||||
|
||||
@ifinfo
|
||||
|
|
|
|||
Loading…
Reference in a new issue