aboutsummaryrefslogtreecommitdiffstats
path: root/lispref
Commit message (Collapse)AuthorAgeFilesLines
* (Mode Hooks): Fix typo.Luc Teirlinck2005-05-291-1/+1
|
* *** empty log message ***Luc Teirlinck2005-05-291-0/+5
|
* (Major Mode Conventions): A derived mode only needs to put the call toLuc Teirlinck2005-05-291-4/+2
| | | | the parent mode inside `delay-mode-hooks'.
* *** empty log message ***Richard M. Stallman2005-05-291-0/+5
|
* (Mode Hooks): Explain that after-change-major-mode-hook isRichard M. Stallman2005-05-291-24/+32
| | | | new, and what that implies. Clarify.
* (Locating Files): Clean up the text.Richard M. Stallman2005-05-291-24/+23
|
* (Window Frame Parameters): Document user-size.Richard M. Stallman2005-05-292-14/+17
| | | | Shorten entry for top by referring to left.
* (Dialog Boxes): Minor fixes.Richard M. Stallman2005-05-242-2/+6
|
* Write about `mode-line-highlight'.Masatake YAMATO2005-05-242-0/+9
|
* (Dialog Boxes): HEADER argument to `x-popup-dialog' is optional.Luc Teirlinck2005-05-241-1/+1
|
* *** empty log message ***Luc Teirlinck2005-05-241-0/+5
|
* *** empty log message ***Nick Roberts2005-05-241-0/+4
|
* (Dialog Boxes): Add double space.Nick Roberts2005-05-241-1/+1
|
* (Dialog Boxes): Descibe new optional argument.Nick Roberts2005-05-241-7/+12
|
* (Font Lock Basics, Syntactic Font Lock): RecommendLute Kamstra2005-05-232-8/+12
| | | | syntax-begin-function over font-lock-beginning-of-syntax-function.
* *** empty log message ***Luc Teirlinck2005-05-211-0/+3
|
* (Reading File Names): Update description of `read-directory-name'.Luc Teirlinck2005-05-211-3/+3
|
* (Derived Modes): Clarify :group keyword.Luc Teirlinck2005-05-211-3/+7
|
* *** empty log message ***Luc Teirlinck2005-05-211-0/+4
|
* *** empty log message ***Eli Zaretskii2005-05-211-0/+5
|
* (Locating Files): New subsection. Describe locate-file and executable-find.Eli Zaretskii2005-05-211-4/+67
|
* *** empty log message ***Eli Zaretskii2005-05-211-0/+5
|
* (Initial Parameters): Update cross reference to "Emacs Invocation".Eli Zaretskii2005-05-211-2/+2
|
* (Active Keymaps): Add anchor.Luc Teirlinck2005-05-192-0/+3
|
* (Hooks): Delete confusing and unnecessary sentence.Luc Teirlinck2005-05-191-23/+29
| | | | | | | | | | | | | (Major Mode Conventions): Refer to `Auto Major Mode' in more appropriate place. (Derived Modes): Small clarifications. (Minor Mode Conventions, Keymaps and Minor Modes): Replace references to nodes with references to anchors. (Mode Line Data): Warn that `(:eval FORM)' should not load any files. Clarify description of lists whose first element is an integer. (Mode Line Variables): Add anchor. (%-Constructs): Clarify description of integer after %. (Emulating Mode Line): Describe nil value for FACE.
* *** empty log message ***Luc Teirlinck2005-05-191-0/+14
|
* (Derived Modes): Correct references to non-existing variableLuc Teirlinck2005-05-181-2/+2
| | | | standard-syntax-table.
* *** empty log message ***Luc Teirlinck2005-05-181-0/+5
|
* *** empty log message ***Lute Kamstra2005-05-171-0/+4
|
* (Defining Minor Modes): Mention the mode hook.Lute Kamstra2005-05-171-3/+4
|
* *** empty log message ***Kim F. Storm2005-05-151-0/+5
|
* (Network): Remove open-network-stream-nowait.Kim F. Storm2005-05-151-40/+1
| | | | (Network Servers): Remove open-network-stream-server.
* *** empty log message ***Luc Teirlinck2005-05-151-0/+9
|
* (Top): Update detailed menu for node changes.Luc Teirlinck2005-05-151-1/+1
|
* Reorder nodes.Luc Teirlinck2005-05-151-87/+87
| | | | (Variables): Update menu.
* (File Local Variables): Do not refer to the `-*-' line asLuc Teirlinck2005-05-151-17/+17
| | | | a "local variables list". Add pxref.
* (Derived Modes): Correct typos. Add pxref.Luc Teirlinck2005-05-151-3/+3
|
* (Top): Update detailed menu for node changes.Luc Teirlinck2005-05-141-2/+4
|
* *** empty log message ***Luc Teirlinck2005-05-141-0/+2
|
* (Modes): Update Menu.Luc Teirlinck2005-05-142-229/+316
| | | | | | | | | | | | (Hooks): Move to beginning of chapter. (Major Modes): Update Menu. (Major Mode Basics): New node, split off from `Major Modes'. (Major Mode Conventions): Correct xref. Explain how to handle auto-mode-alist if the major mode command has an autoload cookie. (Auto Major Mode): Major update. Add magic-mode-alist. (Derived Modes): Major update. (Mode Line Format): Update Menu. (Mode Line Basics): New node, split off from `Mode Line Format'.
* (Hooks): Most minor modes run mode hooks too.Luc Teirlinck2005-05-141-4/+8
| | | | `add-hook' can handle void hooks or hooks whose value is a single function.
* (Autoload): Mention `autoload cookie' as synonym forLuc Teirlinck2005-05-141-2/+6
| | | | `magic autoload comment'. Add index entries and anchor.
* *** empty log message ***Richard M. Stallman2005-05-141-0/+7
|
* (Coding Conventions): Explain how important it isRichard M. Stallman2005-05-141-11/+10
| | | | that just loading certain files not change Emacs behavior.
* (Defining Minor Modes): Define define-global-minor-mode.Richard M. Stallman2005-05-141-2/+14
|
* *** empty log message ***Lute Kamstra2005-05-121-0/+3
|
* (Generic Modes): Update.Lute Kamstra2005-05-121-14/+4
| | | | (Major Modes): Refer to node "Generic Modes".
* *** empty log message ***Lute Kamstra2005-05-111-0/+6
|
* (Customization): Add menu descriptions.Lute Kamstra2005-05-111-5/+6
|
* (Processes): Add menu description.Lute Kamstra2005-05-111-2/+2
|