diff options
| author | Chong Yidong | 2009-03-29 19:14:21 +0000 |
|---|---|---|
| committer | Chong Yidong | 2009-03-29 19:14:21 +0000 |
| commit | bbe45ef7c04daf6073c3c48dfce1bfb2ebde69ed (patch) | |
| tree | 16e876e6da8400aacd098ef2d734d23811222f74 | |
| parent | 87f649f65c4ac920c307ded00d9d74cf909dfdee (diff) | |
| download | emacs-bbe45ef7c04daf6073c3c48dfce1bfb2ebde69ed.tar.gz emacs-bbe45ef7c04daf6073c3c48dfce1bfb2ebde69ed.zip | |
(Help Functions): Remove a sentence about long-obsolete Emacs versions.
| -rw-r--r-- | doc/lispref/help.texi | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/doc/lispref/help.texi b/doc/lispref/help.texi index 67bf1ace9a8..8d237eeb899 100644 --- a/doc/lispref/help.texi +++ b/doc/lispref/help.texi | |||
| @@ -532,7 +532,6 @@ It also displays the symbols in a buffer named @samp{*Apropos*}, each | |||
| 532 | with a one-line description taken from the beginning of its | 532 | with a one-line description taken from the beginning of its |
| 533 | documentation string. | 533 | documentation string. |
| 534 | 534 | ||
| 535 | @c Emacs 19 feature | ||
| 536 | If @var{do-all} is non-@code{nil}, or if the user option | 535 | If @var{do-all} is non-@code{nil}, or if the user option |
| 537 | @code{apropos-do-all} is non-@code{nil}, then @code{apropos} also | 536 | @code{apropos-do-all} is non-@code{nil}, then @code{apropos} also |
| 538 | shows key bindings for the functions that are found; it also shows | 537 | shows key bindings for the functions that are found; it also shows |
| @@ -645,15 +644,12 @@ bindings are, and what the mode is intended for. It returns @code{nil}. | |||
| 645 | This can be customized by changing the map @code{Helper-help-map}. | 644 | This can be customized by changing the map @code{Helper-help-map}. |
| 646 | @end deffn | 645 | @end deffn |
| 647 | 646 | ||
| 648 | @c Emacs 19 feature | ||
| 649 | @defvar data-directory | 647 | @defvar data-directory |
| 650 | @anchor{Definition of data-directory} | 648 | @anchor{Definition of data-directory} |
| 651 | This variable holds the name of the directory in which Emacs finds | 649 | This variable holds the name of the directory in which Emacs finds |
| 652 | certain documentation and text files that come with Emacs. In older | 650 | certain documentation and text files that come with Emacs. |
| 653 | Emacs versions, @code{exec-directory} was used for this. | ||
| 654 | @end defvar | 651 | @end defvar |
| 655 | 652 | ||
| 656 | @c Emacs 19 feature | ||
| 657 | @defmac make-help-screen fname help-line help-text help-map | 653 | @defmac make-help-screen fname help-line help-text help-map |
| 658 | This macro defines a help command named @var{fname} that acts like a | 654 | This macro defines a help command named @var{fname} that acts like a |
| 659 | prefix key that shows a list of the subcommands it offers. | 655 | prefix key that shows a list of the subcommands it offers. |