diff options
author | Roland McGrath <roland@gnu.org> | 1991-05-09 21:50:34 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1991-05-09 21:50:34 +0000 |
commit | 7229064dbf9dfcb873824a6f2a9af0bdb112b550 (patch) | |
tree | f024dce4c7262b3a5803600360b1ade5bf8bdb59 /lisp/man.el | |
parent | d6003f63e9a3bee57bc3c87ac3e597326e221bb6 (diff) | |
download | emacs-7229064dbf9dfcb873824a6f2a9af0bdb112b550.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/man.el')
-rw-r--r-- | lisp/man.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/man.el b/lisp/man.el index a663373dea4..8f517627e08 100644 --- a/lisp/man.el +++ b/lisp/man.el @@ -17,6 +17,7 @@ ;; along with GNU Emacs; see the file COPYING. If not, write to ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +;;;###autoload (defun manual-entry (topic &optional section) "Display the Unix manual entry for TOPIC. TOPIC is either the title of the entry, or has the form TITLE(SECTION) |