# HG changeset patch # User Eli Zaretskii # Date 1170105118 0 # Node ID 5eb40940fe827cfca6f6db93c8d0fdd0db1f0506 # Parent 069aeec240276ff00a7b5dbe6886606d16bf0f0d (Top): Add "Standard Errors", "Standard Buffer-Local Variables", and "Standard Keymaps" to the detailed menu. diff -r 069aeec24027 -r 5eb40940fe82 lispref/elisp.texi --- a/lispref/elisp.texi Mon Jan 29 20:53:30 2007 +0000 +++ b/lispref/elisp.texi Mon Jan 29 21:11:58 2007 +0000 @@ -365,6 +365,7 @@ * Processing of Errors:: What Emacs does when you report an error. * Handling Errors:: How you can trap errors and continue execution. * Error Symbols:: How errors are classified for trapping them. +* Standard Errors:: List of all error symbols. Variables @@ -386,6 +387,8 @@ * Variable Aliases:: Variables that are aliases for other variables. * Variables with Restricted Values:: Non-constant variables whose value can @emph{not} be an arbitrary Lisp object. +* Standard Buffer-Local Variables:: + List of variables buffer-local in all buffers. Scoping Rules for Variable Bindings @@ -617,8 +620,9 @@ * Remapping Commands:: A keymap can translate one command to another. * Key Binding Commands:: Interactive interfaces for redefining keys. * Scanning Keymaps:: Looking through all keymaps, for printing help. -* Menu Keymaps:: A keymap can define a menu for X - or for use from the terminal. +* Menu Keymaps:: A keymap can define a menu for X + or for use from the terminal. +* Standard Keymaps:: List of standard keymaps. Major and Minor Modes