diff options
Diffstat (limited to 'doc/lispref/help.texi')
| -rw-r--r-- | doc/lispref/help.texi | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/doc/lispref/help.texi b/doc/lispref/help.texi index 026258f2472..f21e16e104a 100644 --- a/doc/lispref/help.texi +++ b/doc/lispref/help.texi | |||
| @@ -1,7 +1,8 @@ | |||
| 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 |
| @@ -106,12 +107,6 @@ documentation string. The functions @code{documentation} and | |||
| 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 | ||
| 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 | |||
| 115 | @node Accessing Documentation | 110 | @node Accessing Documentation |
| 116 | @section Access to Documentation Strings | 111 | @section Access to Documentation Strings |
| 117 | 112 | ||
| @@ -551,7 +546,7 @@ follows: | |||
| 551 | 546 | ||
| 552 | @smallexample | 547 | @smallexample |
| 553 | @group | 548 | @group |
| 554 | (define-key global-map (char-to-string help-char) 'help-command) | 549 | (define-key global-map (string help-char) 'help-command) |
| 555 | (fset 'help-command help-map) | 550 | (fset 'help-command help-map) |
| 556 | @end group | 551 | @end group |
| 557 | @end smallexample | 552 | @end smallexample |
| @@ -701,6 +696,3 @@ 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 | ||