summaryrefslogtreecommitdiff
path: root/lispref
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2007-01-29 21:12:42 +0000
committerEli Zaretskii <eliz@gnu.org>2007-01-29 21:12:42 +0000
commited4af17b77a8e26fe90fc111378af277974e7ad8 (patch)
treedd26c7d944f0c38fa249c0ef55fde433bc98540a /lispref
parentcb5918d9f05c20a2d143447e19c0482a4e30dd00 (diff)
downloademacs-ed4af17b77a8e26fe90fc111378af277974e7ad8.tar.gz
(Top): Add "Standard Errors", "Standard Buffer-Local Variables", and
"Standard Keymaps" to the detailed menu.
Diffstat (limited to 'lispref')
-rw-r--r--lispref/ChangeLog3
-rw-r--r--lispref/elisp.texi8
2 files changed, 9 insertions, 2 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 41ae844efdd..de524bc6500 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,5 +1,8 @@
2007-01-29 Eli Zaretskii <eliz@gnu.org>
+ * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
+ Variables", and "Standard Keymaps" to the detailed menu.
+
* variables.texi (Future Local Variables): Add index entry.
2007-01-28 Richard Stallman <rms@gnu.org>
diff --git a/lispref/elisp.texi b/lispref/elisp.texi
index b3486fb5c8d..9bbe806033c 100644
--- a/lispref/elisp.texi
+++ b/lispref/elisp.texi
@@ -365,6 +365,7 @@ Errors
* 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 @@ Variables
* 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 @@ Keymaps
* 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