annotate lisp/README @ 39787:b44e34df3fa2

(help-buffer): New function. Returns the buffer-name to use for help output. Change all the code to use it instead of hard-coding *Help*. (help-mode-map): Put back the mouse-2 binding. (help-xref-stack): Change the format and make buffer-local. (help-xref-stack-item): Make buffer-local. (help-setup-xref): Do the `push' here rather than in help-do-xref. (help-xref-interned): Display the face doc as well. (help-follow-mouse): Re-introduce. (help-xref-go-back): Adapt to the new use of help-xref-stack. (help-do-xref): Don't `push' any more. (help-follow): Also follow face names.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 11 Oct 2001 23:33:52 +0000
parents 1ae53bd2e777
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
35378
1ae53bd2e777 *** empty log message ***
Dave Love <fx@gnu.org>
parents:
diff changeset
1 This directory contains source code for the parts of Emacs that are
1ae53bd2e777 *** empty log message ***
Dave Love <fx@gnu.org>
parents:
diff changeset
2 written in Emacs Lisp. *.el files are Emacs Lisp source, and the
1ae53bd2e777 *** empty log message ***
Dave Love <fx@gnu.org>
parents:
diff changeset
3 corresponding *.elc files are byte-compiled versions. Byte-compiled
1ae53bd2e777 *** empty log message ***
Dave Love <fx@gnu.org>
parents:
diff changeset
4 files are architecture-independent.
1ae53bd2e777 *** empty log message ***
Dave Love <fx@gnu.org>
parents:
diff changeset
5
1ae53bd2e777 *** empty log message ***
Dave Love <fx@gnu.org>
parents:
diff changeset
6 The term subdirectory contains Lisp files that customize Emacs for
1ae53bd2e777 *** empty log message ***
Dave Love <fx@gnu.org>
parents:
diff changeset
7 certain terminal types. When Emacs starts, it checks the TERM
1ae53bd2e777 *** empty log message ***
Dave Love <fx@gnu.org>
parents:
diff changeset
8 environment variable to get the terminal type and loads
1ae53bd2e777 *** empty log message ***
Dave Love <fx@gnu.org>
parents:
diff changeset
9 `term/${TERM}.el' if it exists.
1ae53bd2e777 *** empty log message ***
Dave Love <fx@gnu.org>
parents:
diff changeset
10
1ae53bd2e777 *** empty log message ***
Dave Love <fx@gnu.org>
parents:
diff changeset
11 The other subdirectories hold Lisp packages grouped by their general
1ae53bd2e777 *** empty log message ***
Dave Love <fx@gnu.org>
parents:
diff changeset
12 purpose.
1ae53bd2e777 *** empty log message ***
Dave Love <fx@gnu.org>
parents:
diff changeset
13