# HG changeset patch # User Chong Yidong # Date 1238354061 0 # Node ID 733d22c5aaf226b7c4a6e89dad66bb4b0338e78b # Parent 823b27b8881ec3ed84664aedfab38dad9bb1154b (Help Functions): Remove a sentence about long-obsolete Emacs versions. diff -r 823b27b8881e -r 733d22c5aaf2 doc/lispref/help.texi --- a/doc/lispref/help.texi Sun Mar 29 19:14:13 2009 +0000 +++ b/doc/lispref/help.texi Sun Mar 29 19:14:21 2009 +0000 @@ -532,7 +532,6 @@ with a one-line description taken from the beginning of its documentation string. -@c Emacs 19 feature If @var{do-all} is non-@code{nil}, or if the user option @code{apropos-do-all} is non-@code{nil}, then @code{apropos} also shows key bindings for the functions that are found; it also shows @@ -645,15 +644,12 @@ This can be customized by changing the map @code{Helper-help-map}. @end deffn -@c Emacs 19 feature @defvar data-directory @anchor{Definition of data-directory} This variable holds the name of the directory in which Emacs finds -certain documentation and text files that come with Emacs. In older -Emacs versions, @code{exec-directory} was used for this. +certain documentation and text files that come with Emacs. @end defvar -@c Emacs 19 feature @defmac make-help-screen fname help-line help-text help-map This macro defines a help command named @var{fname} that acts like a prefix key that shows a list of the subcommands it offers.