comparison doc/lispref/help.texi @ 111098:1529ab88805c

Replace digest-doc and sorted-doc C programs with Lisp commands. * lib-src/digest-doc.c, lib-src/sorted-doc.c: Remove files. * lib-src/Makefile.in (UTILITIES): Remove digest-doc and sorted-doc. (digest-doc${EXEEXT}, sorted-doc${EXEEXT}): Remove rules. * lib-src/makefile.w32-in (ALL): Remove digest-doc and sorted-doc. ($(BLD)/sorted-doc.exe, $(BLD)/digest-doc.exe, sorted-doc, digest-doc) ($(BLD)/digest-doc.$(O), $(BLD)/sorted-doc.$(O)): Remove rules. (install): Don't install digest-doc.exe or sorted-doc.exe. * lisp/help-fns.el (doc-file-to-man, doc-file-to-info): New commands. * doc/lispref/help.texi (Documentation Basics): Remove mentions of digest-doc and sorted-doc. * INSTALL, nt/README, nt/README.W32: Do not mention digest-doc and sorted-doc. * etc/NEWS: Mention this change.
author Glenn Morris <rgm@gnu.org>
date Fri, 22 Oct 2010 19:46:06 -0700
parents 1d1d5d9bd884
children 141d3f14d8c3
comparison
equal deleted inserted replaced
111097:811daa44285f 111098:1529ab88805c
1 @c -*-texinfo-*- 1 @c -*-texinfo-*-
2 @c This is part of the GNU Emacs Lisp Reference Manual. 2 @c This is part of the GNU Emacs Lisp Reference Manual.
3 @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2001, 3 @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2001,
4 @c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. 4 @c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
5 @c Free Software Foundation, Inc.
5 @c See the file elisp.texi for copying conditions. 6 @c See the file elisp.texi for copying conditions.
6 @setfilename ../../info/help 7 @setfilename ../../info/help
7 @node Documentation, Files, Modes, Top 8 @node Documentation, Files, Modes, Top
8 @chapter Documentation 9 @chapter Documentation
9 @cindex documentation strings 10 @cindex documentation strings
103 a list containing a file name and an integer, in place of the 104 a list containing a file name and an integer, in place of the
104 documentation string. The functions @code{documentation} and 105 documentation string. The functions @code{documentation} and
105 @code{documentation-property} use that information to fetch the 106 @code{documentation-property} use that information to fetch the
106 documentation string from the appropriate file; this is transparent to 107 documentation string from the appropriate file; this is transparent to
107 the user. 108 the user.
108
109 @c Wordy to prevent overfull hbox. --rjc 15mar92
110 The @file{emacs/lib-src} directory contains two utilities that you can
111 use to print nice-looking hardcopy for the file
112 @file{emacs/etc/DOC-@var{version}}. These are @file{sorted-doc} and
113 @file{digest-doc}.
114 109
115 @node Accessing Documentation 110 @node Accessing Documentation
116 @section Access to Documentation Strings 111 @section Access to Documentation Strings
117 112
118 @defun documentation-property symbol property &optional verbatim 113 @defun documentation-property symbol property &optional verbatim
699 @code{make-help-screen} display their @var{help-line} strings in the 694 @code{make-help-screen} display their @var{help-line} strings in the
700 echo area at first, and display the longer @var{help-text} strings only 695 echo area at first, and display the longer @var{help-text} strings only
701 if the user types the help character again. 696 if the user types the help character again.
702 @end defopt 697 @end defopt
703 698
704 @ignore
705 arch-tag: ba36b4c2-e60f-49e2-bc25-61158fdcd815
706 @end ignore