emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/elisp.texi,v


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lispref/elisp.texi,v
Date: Mon, 29 Jan 2007 21:11:58 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    07/01/29 21:11:58

Index: elisp.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/lispref/elisp.texi,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -b -r1.88 -r1.89
--- elisp.texi  23 Jan 2007 00:47:29 -0000      1.88
+++ elisp.texi  29 Jan 2007 21:11:58 -0000      1.89
@@ -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
 
@@ -619,6 +622,7 @@
 * 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.
+* Standard Keymaps::            List of standard keymaps.
 
 Major and Minor Modes
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]