From: Glenn Morris Date: Fri, 2 Mar 2012 02:54:47 +0000 (-0500) Subject: Standardize some lispref menu entries. X-Git-Tag: emacs-pretest-24.0.05~196 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4186e877855ab028c38f434d49cafd87381a5ab0;p=emacs.git Standardize some lispref menu entries. --- diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 85fea55c93f..5dd028341b7 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,5 +1,7 @@ 2012-03-02 Glenn Morris + * elisp.texi, vol1.texi, vol2.texi: Standardize some menu entries. + * hooks.texi (Standard Hooks): General update. Put related hooks together. Add and remove items. * commands.texi (Keyboard Macros): Remove cross-ref to Standard Hooks. diff --git a/doc/lispref/elisp.texi b/doc/lispref/elisp.texi index f4f1dbe4888..3f7ce582b9a 100644 --- a/doc/lispref/elisp.texi +++ b/doc/lispref/elisp.texi @@ -169,9 +169,9 @@ Appendices * Tips:: Advice and coding conventions for Emacs Lisp. * GNU Emacs Internals:: Building and dumping Emacs; internal data structures. -* Standard Errors:: List of main error symbols. -* Standard Keymaps:: List of standard keymaps. -* Standard Hooks:: List of standard hook variables. +* Standard Errors:: List of some standard error symbols. +* Standard Keymaps:: List of some standard keymaps. +* Standard Hooks:: List of some standard hook variables. * Index:: Index including concepts, functions, variables, and other terms. diff --git a/doc/lispref/vol1.texi b/doc/lispref/vol1.texi index 4f9202dea80..05158fbebb7 100644 --- a/doc/lispref/vol1.texi +++ b/doc/lispref/vol1.texi @@ -187,9 +187,9 @@ Appendices * Tips:: Advice and coding conventions for Emacs Lisp. * GNU Emacs Internals:: Building and dumping Emacs; internal data structures. -* Standard Errors:: List of main error symbols. -* Standard Keymaps:: List of standard keymaps. -* Standard Hooks:: List of standard hook variables. +* Standard Errors:: List of some standard error symbols. +* Standard Keymaps:: List of some standard keymaps. +* Standard Hooks:: List of some standard hook variables. * Index:: Index including concepts, functions, variables, and other terms. diff --git a/doc/lispref/vol2.texi b/doc/lispref/vol2.texi index ab0399b3c54..27597d07d3e 100644 --- a/doc/lispref/vol2.texi +++ b/doc/lispref/vol2.texi @@ -186,9 +186,9 @@ Appendices * Tips:: Advice and coding conventions for Emacs Lisp. * GNU Emacs Internals:: Building and dumping Emacs; internal data structures. -* Standard Errors:: List of main error symbols. -* Standard Keymaps:: List of standard keymaps. -* Standard Hooks:: List of standard hook variables. +* Standard Errors:: List of some standard error symbols. +* Standard Keymaps:: List of some standard keymaps. +* Standard Hooks:: List of some standard hook variables. * Index:: Index including concepts, functions, variables, and other terms.