diff options
| author | Richard M. Stallman | 2003-07-07 20:42:32 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2003-07-07 20:42:32 +0000 |
| commit | a70a412f7d7247e3824bba3b96db3fa87337fbe5 (patch) | |
| tree | 1c4248e56b91b02b5b40feef06d903840298476b | |
| parent | 5905025ce48d3bb727000c4a7c5221737d9f48e8 (diff) | |
| download | emacs-a70a412f7d7247e3824bba3b96db3fa87337fbe5.tar.gz emacs-a70a412f7d7247e3824bba3b96db3fa87337fbe5.zip | |
(Library Keywords): Use @multitable.
| -rw-r--r-- | man/help.texi | 72 |
1 files 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 | |||
| 341 | libraries by topic keywords. Here is a partial list of keywords you can | 341 | libraries by topic keywords. Here is a partial list of keywords you can |
| 342 | use: | 342 | use: |
| 343 | 343 | ||
| 344 | @display | 344 | @multitable {emulations} {aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa} |
| 345 | abbrev --- abbreviation handling, typing shortcuts, macros. | 345 | @item abbrev@tab abbreviation handling, typing shortcuts, macros. |
| 346 | bib --- support for the bibliography processor @code{bib}. | 346 | @item bib@tab support for the bibliography processor @code{bib}. |
| 347 | c --- C and C++ language support. | 347 | @item c@tab C and C++ language support. |
| 348 | calendar --- calendar and time management support. | 348 | @item calendar@tab calendar and time management support. |
| 349 | comm --- communications, networking, remote access to files. | 349 | @item comm@tab communications, networking, remote access to files. |
| 350 | data --- support for editing files of data. | 350 | @item data@tab support for editing files of data. |
| 351 | docs --- support for Emacs documentation. | 351 | @item docs@tab support for Emacs documentation. |
| 352 | emulations --- emulations of other editors. | 352 | @item emulations@tab emulations of other editors. |
| 353 | extensions --- Emacs Lisp language extensions. | 353 | @item extensions@tab Emacs Lisp language extensions. |
| 354 | faces --- support for using faces (fonts and colors; @pxref{Faces}). | 354 | @item faces@tab support for using faces (fonts and colors; @pxref{Faces}). |
| 355 | frames --- support for Emacs frames and window systems. | 355 | @item frames@tab support for Emacs frames and window systems. |
| 356 | games --- games, jokes and amusements. | 356 | @item games@tab games, jokes and amusements. |
| 357 | hardware --- support for interfacing with exotic hardware. | 357 | @item hardware@tab support for interfacing with exotic hardware. |
| 358 | help --- support for on-line help systems. | 358 | @item help@tab support for on-line help systems. |
| 359 | hypermedia --- support for links within text, or other media types. | 359 | @item hypermedia@tab support for links within text, or other media types. |
| 360 | i18n --- internationalization and alternate character-set support. | 360 | @item i18n@tab internationalization and alternate character-set support. |
| 361 | internal --- code for Emacs internals, build process, defaults. | 361 | @item internal@tab code for Emacs internals, build process, defaults. |
| 362 | languages --- specialized modes for editing programming languages. | 362 | @item languages@tab specialized modes for editing programming languages. |
| 363 | lisp --- support for using Lisp (including Emacs Lisp). | 363 | @item lisp@tab support for using Lisp (including Emacs Lisp). |
| 364 | local --- libraries local to your site. | 364 | @item local@tab libraries local to your site. |
| 365 | maint --- maintenance aids for the Emacs development group. | 365 | @item maint@tab maintenance aids for the Emacs development group. |
| 366 | mail --- modes for electronic-mail handling. | 366 | @item mail@tab modes for electronic-mail handling. |
| 367 | matching --- searching and matching. | 367 | @item matching@tab searching and matching. |
| 368 | news --- support for netnews reading and posting. | 368 | @item news@tab support for netnews reading and posting. |
| 369 | non-text --- support for editing files that are not ordinary text. | 369 | @item non-text@tab support for editing files that are not ordinary text. |
| 370 | oop --- support for object-oriented programming. | 370 | @item oop@tab support for object-oriented programming. |
| 371 | outlines --- hierarchical outlining. | 371 | @item outlines@tab hierarchical outlining. |
| 372 | processes --- process, subshell, compilation, and job control support. | 372 | @item processes@tab process, subshell, compilation, and job control support. |
| 373 | terminals --- support for terminal types. | 373 | @item terminals@tab support for terminal types. |
| 374 | tex --- support for the @TeX{} formatter. | 374 | @item tex@tab support for the @TeX{} formatter. |
| 375 | tools --- programming tools. | 375 | @item tools@tab programming tools. |
| 376 | unix --- front-ends/assistants for, or emulators of, system features. | 376 | @item unix@tab front-ends/assistants for, or emulators of, system features. |
| 377 | vms --- support code for VMS. | 377 | @item vms@tab support code for VMS. |
| 378 | wp --- word processing. | 378 | @item wp@tab word processing. |
| 379 | @end display | 379 | @end multitable |
| 380 | 380 | ||
| 381 | @node Language Help | 381 | @node Language Help |
| 382 | @section Help for International Language Support | 382 | @section Help for International Language Support |