Mercurial > hg > xemacs-beta
comparison man/lispref/help.texi @ 446:1ccc32a20af4 r21-2-38
Import from CVS: tag r21-2-38
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:37:21 +0200 |
parents | 576fb035e263 |
children | 0784d089fdc9 |
comparison
equal
deleted
inserted
replaced
445:34f3776fcf0e | 446:1ccc32a20af4 |
---|---|
92 @code{documentation} and @code{documentation-property} use that | 92 @code{documentation} and @code{documentation-property} use that |
93 information to read the documentation from the appropriate file; this is | 93 information to read the documentation from the appropriate file; this is |
94 transparent to the user. | 94 transparent to the user. |
95 | 95 |
96 For information on the uses of documentation strings, see @ref{Help, , | 96 For information on the uses of documentation strings, see @ref{Help, , |
97 Help, emacs, The XEmacs Reference Manual}. | 97 Help, xemacs, The XEmacs Reference Manual}. |
98 | 98 |
99 @c Wordy to prevent overfull hbox. --rjc 15mar92 | 99 @c Wordy to prevent overfull hbox. --rjc 15mar92 |
100 The @file{emacs/lib-src} directory contains two utilities that you can | 100 The @file{emacs/lib-src} directory contains two utilities that you can |
101 use to print nice-looking hardcopy for the file | 101 use to print nice-looking hardcopy for the file |
102 @file{emacs/etc/DOC-@var{version}}. These are @file{sorted-doc.c} and | 102 @file{emacs/etc/DOC-@var{version}}. These are @file{sorted-doc.c} and |
454 @section Help Functions | 454 @section Help Functions |
455 | 455 |
456 XEmacs provides a variety of on-line help functions, all accessible to | 456 XEmacs provides a variety of on-line help functions, all accessible to |
457 the user as subcommands of the prefix @kbd{C-h}, or on some keyboards, | 457 the user as subcommands of the prefix @kbd{C-h}, or on some keyboards, |
458 @kbd{help}. For more information about them, see @ref{Help, , Help, | 458 @kbd{help}. For more information about them, see @ref{Help, , Help, |
459 emacs, The XEmacs Reference Manual}. Here we describe some | 459 emacs, The XEmacs Lisp Reference Manual}. Here we describe some |
460 program-level interfaces to the same information. | 460 program-level interfaces to the same information. |
461 | 461 |
462 @deffn Command apropos regexp &optional do-all predicate | 462 @deffn Command apropos regexp &optional do-all predicate |
463 This function finds all symbols whose names contain a match for the | 463 This function finds all symbols whose names contain a match for the |
464 regular expression @var{regexp}, and returns a list of them | 464 regular expression @var{regexp}, and returns a list of them |