From a70a412f7d7247e3824bba3b96db3fa87337fbe5 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 7 Jul 2003 20:42:32 +0000 Subject: [PATCH] (Library Keywords): Use @multitable. --- man/help.texi | 72 +++++++++++++++++++++++++-------------------------- 1 file changed, 36 insertions(+), 36 deletions(-) diff --git a/man/help.texi b/man/help.texi index ad7c335acb3..b6431c5ede4 100644 --- a/man/help.texi +++ b/man/help.texi @@ -341,42 +341,42 @@ The @kbd{C-h p} command lets you search the standard Emacs Lisp libraries by topic keywords. Here is a partial list of keywords you can use: -@display -abbrev --- abbreviation handling, typing shortcuts, macros. -bib --- support for the bibliography processor @code{bib}. -c --- C and C++ language support. -calendar --- calendar and time management support. -comm --- communications, networking, remote access to files. -data --- support for editing files of data. -docs --- support for Emacs documentation. -emulations --- emulations of other editors. -extensions --- Emacs Lisp language extensions. -faces --- support for using faces (fonts and colors; @pxref{Faces}). -frames --- support for Emacs frames and window systems. -games --- games, jokes and amusements. -hardware --- support for interfacing with exotic hardware. -help --- support for on-line help systems. -hypermedia --- support for links within text, or other media types. -i18n --- internationalization and alternate character-set support. -internal --- code for Emacs internals, build process, defaults. -languages --- specialized modes for editing programming languages. -lisp --- support for using Lisp (including Emacs Lisp). -local --- libraries local to your site. -maint --- maintenance aids for the Emacs development group. -mail --- modes for electronic-mail handling. -matching --- searching and matching. -news --- support for netnews reading and posting. -non-text --- support for editing files that are not ordinary text. -oop --- support for object-oriented programming. -outlines --- hierarchical outlining. -processes --- process, subshell, compilation, and job control support. -terminals --- support for terminal types. -tex --- support for the @TeX{} formatter. -tools --- programming tools. -unix --- front-ends/assistants for, or emulators of, system features. -vms --- support code for VMS. -wp --- word processing. -@end display +@multitable {emulations} {aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa} +@item abbrev@tab abbreviation handling, typing shortcuts, macros. +@item bib@tab support for the bibliography processor @code{bib}. +@item c@tab C and C++ language support. +@item calendar@tab calendar and time management support. +@item comm@tab communications, networking, remote access to files. +@item data@tab support for editing files of data. +@item docs@tab support for Emacs documentation. +@item emulations@tab emulations of other editors. +@item extensions@tab Emacs Lisp language extensions. +@item faces@tab support for using faces (fonts and colors; @pxref{Faces}). +@item frames@tab support for Emacs frames and window systems. +@item games@tab games, jokes and amusements. +@item hardware@tab support for interfacing with exotic hardware. +@item help@tab support for on-line help systems. +@item hypermedia@tab support for links within text, or other media types. +@item i18n@tab internationalization and alternate character-set support. +@item internal@tab code for Emacs internals, build process, defaults. +@item languages@tab specialized modes for editing programming languages. +@item lisp@tab support for using Lisp (including Emacs Lisp). +@item local@tab libraries local to your site. +@item maint@tab maintenance aids for the Emacs development group. +@item mail@tab modes for electronic-mail handling. +@item matching@tab searching and matching. +@item news@tab support for netnews reading and posting. +@item non-text@tab support for editing files that are not ordinary text. +@item oop@tab support for object-oriented programming. +@item outlines@tab hierarchical outlining. +@item processes@tab process, subshell, compilation, and job control support. +@item terminals@tab support for terminal types. +@item tex@tab support for the @TeX{} formatter. +@item tools@tab programming tools. +@item unix@tab front-ends/assistants for, or emulators of, system features. +@item vms@tab support code for VMS. +@item wp@tab word processing. +@end multitable @node Language Help @section Help for International Language Support -- 2.39.2