aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man/help.texi28
1 files changed, 15 insertions, 13 deletions
diff --git a/man/help.texi b/man/help.texi
index f9c873db0c2..56fb9f542d4 100644
--- a/man/help.texi
+++ b/man/help.texi
@@ -71,7 +71,7 @@ Similar, but searches for @var{topic} (which can be a regular
71expression) in the @emph{text} of the manual rather than in its 71expression) in the @emph{text} of the manual rather than in its
72indices. 72indices.
73 73
74@item C-h F 74@item C-h C-f
75This brings up the Emacs FAQ, where you can use the usual search 75This brings up the Emacs FAQ, where you can use the usual search
76commands (@pxref{Search}) to find the information. 76commands (@pxref{Search}) to find the information.
77 77
@@ -343,38 +343,40 @@ use:
343 343
344@multitable {emulations} {aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa} 344@multitable {emulations} {aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa}
345@item abbrev@tab abbreviation handling, typing shortcuts, macros. 345@item abbrev@tab abbreviation handling, typing shortcuts, macros.
346@item bib@tab support for the bibliography processor @code{bib}. 346@item bib@tab code related to the @code{bib} bibliography processor.
347@item c@tab C and C++ language support. 347@item c@tab support for the C language and related languages.
348@item calendar@tab calendar and time management support. 348@item calendar@tab calendar and time management support.
349@item comm@tab communications, networking, remote access to files. 349@item comm@tab communications, networking, remote access to files.
350@item convenience@tab convenience features for faster editing.
350@item data@tab support for editing files of data. 351@item data@tab support for editing files of data.
351@item docs@tab support for Emacs documentation. 352@item docs@tab support for Emacs documentation.
352@item emulations@tab emulations of other editors. 353@item emulations@tab emulations of other editors.
353@item extensions@tab Emacs Lisp language extensions. 354@item extensions@tab Emacs Lisp language extensions.
354@item faces@tab support for using faces (fonts and colors; @pxref{Faces}). 355@item faces@tab support for multiple fonts.
356@item files@tab support for editing and manipulating files.
355@item frames@tab support for Emacs frames and window systems. 357@item frames@tab support for Emacs frames and window systems.
356@item games@tab games, jokes and amusements. 358@item games@tab games, jokes and amusements.
357@item hardware@tab support for interfacing with exotic hardware. 359@item hardware@tab support for interfacing with exotic hardware.
358@item help@tab support for on-line help systems. 360@item help@tab support for on-line help systems.
359@item hypermedia@tab support for links within text, or other media types. 361@item hypermedia@tab support for links between text or other media types.
360@item i18n@tab internationalization and alternate character-set support. 362@item i18n@tab internationalization and alternate character-set support.
361@item internal@tab code for Emacs internals, build process, defaults. 363@item internal@tab code for Emacs internals, build process, defaults.
362@item languages@tab specialized modes for editing programming languages. 364@item languages@tab specialized modes for editing programming languages.
363@item lisp@tab support for using Lisp (including Emacs Lisp). 365@item lisp@tab Lisp support, including Emacs Lisp.
364@item local@tab libraries local to your site. 366@item local@tab code local to your site.
365@item maint@tab maintenance aids for the Emacs development group. 367@item maint@tab maintenance aids for the Emacs development group.
366@item mail@tab modes for electronic-mail handling. 368@item mail@tab modes for electronic-mail handling.
367@item matching@tab searching and matching. 369@item matching@tab various sorts of searching and matching.
370@item mouse@tab mouse support.
371@item multimedia@tab images and sound support.
368@item news@tab support for netnews reading and posting. 372@item news@tab support for netnews reading and posting.
369@item non-text@tab support for editing files that are not ordinary text.
370@item oop@tab support for object-oriented programming. 373@item oop@tab support for object-oriented programming.
371@item outlines@tab hierarchical outlining. 374@item outlines@tab support for hierarchical outlining.
372@item processes@tab process, subshell, compilation, and job control support. 375@item processes@tab process, subshell, compilation, and job control support.
373@item terminals@tab support for terminal types. 376@item terminals@tab support for terminal types.
374@item tex@tab support for the @TeX{} formatter. 377@item tex@tab supporting code for the @TeX{} formatter.
375@item tools@tab programming tools. 378@item tools@tab programming tools.
376@item unix@tab front-ends/assistants for, or emulators of, system features. 379@item unix@tab front-ends/assistants for, or emulators of, UNIX-like features.
377@item vms@tab support code for VMS.
378@item wp@tab word processing. 380@item wp@tab word processing.
379@end multitable 381@end multitable
380 382