emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r108388: Nuke hand-written node point


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r108388: Nuke hand-written node pointers in doc/lispref
Date: Sat, 26 May 2012 18:34:14 -0700
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 108388
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sat 2012-05-26 18:34:14 -0700
message:
  Nuke hand-written node pointers in doc/lispref
  Let makeinfo figure them out, as is recommended.
modified:
  doc/lispref/ChangeLog
  doc/lispref/abbrevs.texi
  doc/lispref/advice.texi
  doc/lispref/anti.texi
  doc/lispref/backups.texi
  doc/lispref/buffers.texi
  doc/lispref/commands.texi
  doc/lispref/compile.texi
  doc/lispref/control.texi
  doc/lispref/customize.texi
  doc/lispref/debugging.texi
  doc/lispref/display.texi
  doc/lispref/doclicense.texi
  doc/lispref/edebug.texi
  doc/lispref/elisp.texi
  doc/lispref/errors.texi
  doc/lispref/eval.texi
  doc/lispref/files.texi
  doc/lispref/frames.texi
  doc/lispref/functions.texi
  doc/lispref/gpl.texi
  doc/lispref/hash.texi
  doc/lispref/help.texi
  doc/lispref/hooks.texi
  doc/lispref/index.texi
  doc/lispref/internals.texi
  doc/lispref/intro.texi
  doc/lispref/keymaps.texi
  doc/lispref/lists.texi
  doc/lispref/loading.texi
  doc/lispref/macros.texi
  doc/lispref/maps.texi
  doc/lispref/markers.texi
  doc/lispref/minibuf.texi
  doc/lispref/modes.texi
  doc/lispref/nonascii.texi
  doc/lispref/numbers.texi
  doc/lispref/objects.texi
  doc/lispref/os.texi
  doc/lispref/package.texi
  doc/lispref/positions.texi
  doc/lispref/processes.texi
  doc/lispref/searching.texi
  doc/lispref/sequences.texi
  doc/lispref/streams.texi
  doc/lispref/strings.texi
  doc/lispref/symbols.texi
  doc/lispref/syntax.texi
  doc/lispref/text.texi
  doc/lispref/tips.texi
  doc/lispref/variables.texi
  doc/lispref/windows.texi
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2012-05-27 01:06:44 +0000
+++ b/doc/lispref/ChangeLog     2012-05-27 01:34:14 +0000
@@ -1,3 +1,18 @@
+2012-05-27  Glenn Morris  <address@hidden>
+
+       * abbrevs.texi, advice.texi, anti.texi, backups.texi:
+       * buffers.texi, commands.texi, compile.texi, control.texi:
+       * customize.texi, debugging.texi, display.texi, doclicense.texi:
+       * edebug.texi, elisp.texi, errors.texi, eval.texi, files.texi:
+       * frames.texi, functions.texi, gpl.texi, hash.texi, help.texi:
+       * hooks.texi, index.texi, internals.texi, intro.texi, keymaps.texi:
+       * lists.texi, loading.texi, macros.texi, maps.texi, markers.texi:
+       * minibuf.texi, modes.texi, nonascii.texi, numbers.texi:
+       * objects.texi, os.texi, package.texi, positions.texi:
+       * processes.texi, searching.texi, sequences.texi, streams.texi:
+       * strings.texi, symbols.texi, syntax.texi, text.texi, tips.texi:
+       * variables.texi, windows.texi: Nuke hand-written node pointers.
+
 2012-05-27  Chong Yidong  <address@hidden>
 
        * functions.texi (Obsolete Functions):

=== modified file 'doc/lispref/abbrevs.texi'
--- a/doc/lispref/abbrevs.texi  2012-04-14 01:59:01 +0000
+++ b/doc/lispref/abbrevs.texi  2012-05-27 01:34:14 +0000
@@ -2,7 +2,7 @@
 @c This is part of the GNU Emacs Lisp Reference Manual.
 @c Copyright (C) 1990-1994, 1999, 2001-2012 Free Software Foundation, Inc.
 @c See the file elisp.texi for copying conditions.
address@hidden Abbrevs, Processes, Syntax Tables, Top
address@hidden Abbrevs
 @chapter Abbrevs and Abbrev Expansion
 @cindex abbrev
 @c  @cindex abbrev table  Redundant with "abbrev".
@@ -56,7 +56,7 @@
                                 Which properties have which effect.
 @end menu
 
address@hidden Abbrev Tables, Defining Abbrevs, Abbrevs, Abbrevs
address@hidden Abbrev Tables
 @section Abbrev Tables
 
   This section describes how to create and manipulate abbrev tables.
@@ -123,8 +123,7 @@
 to add these to @var{name} separately.)
 @end defun
 
address@hidden Defining Abbrevs, Abbrev Files, Abbrev Tables, Abbrevs
address@hidden  node-name,  next,  previous,  up
address@hidden Defining Abbrevs
 @section Defining Abbrevs
 
   @code{define-abbrev} is the low-level basic function for defining an
@@ -179,7 +178,7 @@
 callers.
 @end defopt
 
address@hidden Abbrev Files, Abbrev Expansion, Defining Abbrevs, Abbrevs
address@hidden Abbrev Files
 @section Saving Abbrevs in Files
 
   A file of saved abbrev definitions is actually a file of Lisp code.
@@ -230,8 +229,7 @@
 @code{abbrev-file-name} is used.  This function returns @code{nil}.
 @end deffn
 
address@hidden Abbrev Expansion, Standard Abbrev Tables, Abbrev Files, Abbrevs
address@hidden  node-name,  next,  previous,  up
address@hidden Abbrev Expansion
 @section Looking Up and Expanding Abbreviations
 
   Abbrevs are usually expanded by certain interactive commands,
@@ -367,8 +365,7 @@
                         nil t)))
 @end smallexample
 
address@hidden Standard Abbrev Tables, Abbrev Properties, Abbrev Expansion, 
Abbrevs
address@hidden  node-name,  next,  previous,  up
address@hidden Standard Abbrev Tables
 @section Standard Abbrev Tables
 
   Here we list the variables that hold the abbrev tables for the
@@ -410,7 +407,7 @@
 Properties}.
 @end defvar
 
address@hidden Abbrev Properties, Abbrev Table Properties, Standard Abbrev 
Tables, Abbrevs
address@hidden Abbrev Properties
 @section Abbrev Properties
 
 Abbrevs have properties, some of which influence the way they work.
@@ -450,7 +447,7 @@
 modifies the capitalization of the expansion.
 @end table
 
address@hidden Abbrev Table Properties,  , Abbrev Properties, Abbrevs
address@hidden Abbrev Table Properties
 @section Abbrev Table Properties
 
 Like abbrevs, abbrev tables have properties, some of which influence

=== modified file 'doc/lispref/advice.texi'
--- a/doc/lispref/advice.texi   2012-04-14 01:59:01 +0000
+++ b/doc/lispref/advice.texi   2012-05-27 01:34:14 +0000
@@ -2,7 +2,7 @@
 @c This is part of the GNU Emacs Lisp Reference Manual.
 @c Copyright (C) 1998-1999, 2001-2012 Free Software Foundation, Inc.
 @c See the file elisp.texi for copying conditions.
address@hidden Advising Functions, Debugging, Byte Compilation, Top
address@hidden Advising Functions
 @chapter Advising Emacs Lisp Functions
 @cindex advising functions
 

=== modified file 'doc/lispref/anti.texi'
--- a/doc/lispref/anti.texi     2012-05-08 06:38:27 +0000
+++ b/doc/lispref/anti.texi     2012-05-27 01:34:14 +0000
@@ -5,7 +5,7 @@
 
 @c This node must have no pointers.
 
address@hidden Antinews, GNU Free Documentation License, Packaging, Top
address@hidden Antinews
 @appendix Emacs 23 Antinews
 @c Update the elisp.texi Antinews menu entry with the above version number.
 

=== modified file 'doc/lispref/backups.texi'
--- a/doc/lispref/backups.texi  2012-04-14 01:59:01 +0000
+++ b/doc/lispref/backups.texi  2012-05-27 01:34:14 +0000
@@ -2,7 +2,7 @@
 @c This is part of the GNU Emacs Lisp Reference Manual.
 @c Copyright (C) 1990-1995, 1999, 2001-2012 Free Software Foundation, Inc.
 @c See the file elisp.texi for copying conditions.
address@hidden Backups and Auto-Saving, Buffers, Files, Top
address@hidden Backups and Auto-Saving
 @chapter Backups and Auto-Saving
 @cindex backups and auto-saving
 

=== modified file 'doc/lispref/buffers.texi'
--- a/doc/lispref/buffers.texi  2012-04-27 03:10:38 +0000
+++ b/doc/lispref/buffers.texi  2012-05-27 01:34:14 +0000
@@ -3,7 +3,7 @@
 @c Copyright (C) 1990-1995, 1998-1999, 2001-2012
 @c   Free Software Foundation, Inc.
 @c See the file elisp.texi for copying conditions.
address@hidden Buffers, Windows, Backups and Auto-Saving, Top
address@hidden Buffers
 @chapter Buffers
 @cindex buffer
 
@@ -34,7 +34,6 @@
 @end menu
 
 @node Buffer Basics
address@hidden  node-name,  next,  previous,  up
 @section Buffer Basics
 
 @ifnottex
@@ -588,7 +587,6 @@
 @end defun
 
 @node Modification Time
address@hidden  node-name,  next,  previous,  up
 @section Buffer Modification Time
 @cindex comparing file modification time
 @cindex modification time of buffer

=== modified file 'doc/lispref/commands.texi'
--- a/doc/lispref/commands.texi 2012-05-27 01:06:44 +0000
+++ b/doc/lispref/commands.texi 2012-05-27 01:34:14 +0000
@@ -2,7 +2,7 @@
 @c This is part of the GNU Emacs Lisp Reference Manual.
 @c Copyright (C) 1990-1995, 1998-1999, 2001-2012 Free Software Foundation, Inc.
 @c See the file elisp.texi for copying conditions.
address@hidden Command Loop, Keymaps, Minibuffers, Top
address@hidden Command Loop
 @chapter Command Loop
 @cindex editor command loop
 @cindex command loop
@@ -286,7 +286,6 @@
 @end defun
 
 @node Interactive Codes
address@hidden  node-name,  next,  previous,  up
 @subsection Code Characters for @code{interactive}
 @cindex interactive code description
 @cindex description for interactive codes
@@ -508,7 +507,6 @@
 @end table
 
 @node Interactive Examples
address@hidden  node-name,  next,  previous,  up
 @subsection Examples of Using @code{interactive}
 @cindex examples of using @code{interactive}
 @cindex @code{interactive}, examples of using
@@ -783,7 +781,6 @@
 @end example
 
 @node Command Loop Info
address@hidden  node-name,  next,  previous,  up
 @section Information from the Command Loop
 
 The editor command loop sets several Lisp variables to keep status

=== modified file 'doc/lispref/compile.texi'
--- a/doc/lispref/compile.texi  2012-05-27 01:06:44 +0000
+++ b/doc/lispref/compile.texi  2012-05-27 01:34:14 +0000
@@ -2,7 +2,7 @@
 @c This is part of the GNU Emacs Lisp Reference Manual.
 @c Copyright (C) 1990-1994, 2001-2012 Free Software Foundation, Inc.
 @c See the file elisp.texi for copying conditions.
address@hidden Byte Compilation, Advising Functions, Loading, Top
address@hidden Byte Compilation
 @chapter Byte Compilation
 @cindex byte compilation
 @cindex byte-code
@@ -80,7 +80,6 @@
 results are representative, but actual results may vary.
 
 @node Compilation Functions
address@hidden  node-name,  next,  previous,  up
 @section Byte-Compilation Functions
 @cindex compilation functions
 

=== modified file 'doc/lispref/control.texi'
--- a/doc/lispref/control.texi  2012-05-09 03:06:08 +0000
+++ b/doc/lispref/control.texi  2012-05-27 01:34:14 +0000
@@ -2,7 +2,7 @@
 @c This is part of the GNU Emacs Lisp Reference Manual.
 @c Copyright (C) 1990-1995, 1998-1999, 2001-2012 Free Software Foundation, Inc.
 @c See the file elisp.texi for copying conditions.
address@hidden Control Structures, Variables, Evaluation, Top
address@hidden Control Structures
 @chapter Control Structures
 @cindex special forms for control structures
 @cindex control structures

=== modified file 'doc/lispref/customize.texi'
--- a/doc/lispref/customize.texi        2012-05-09 03:06:08 +0000
+++ b/doc/lispref/customize.texi        2012-05-27 01:34:14 +0000
@@ -2,7 +2,7 @@
 @c This is part of the GNU Emacs Lisp Reference Manual.
 @c Copyright (C) 1997-2012 Free Software Foundation, Inc.
 @c See the file elisp.texi for copying conditions.
address@hidden Customization, Loading, Macros, Top
address@hidden Customization
 @chapter Customization Settings
 
 @cindex customization item

=== modified file 'doc/lispref/debugging.texi'
--- a/doc/lispref/debugging.texi        2012-05-27 01:06:44 +0000
+++ b/doc/lispref/debugging.texi        2012-05-27 01:34:14 +0000
@@ -2,7 +2,7 @@
 @c This is part of the GNU Emacs Lisp Reference Manual.
 @c Copyright (C) 1990-1994, 1998-1999, 2001-2012 Free Software Foundation, Inc.
 @c See the file elisp.texi for copying conditions.
address@hidden Debugging, Read and Print, Advising Functions, Top
address@hidden Debugging
 @chapter Debugging Lisp Programs
 
   There are several ways to find and investigate problems in an Emacs

=== modified file 'doc/lispref/display.texi'
--- a/doc/lispref/display.texi  2012-05-27 01:06:44 +0000
+++ b/doc/lispref/display.texi  2012-05-27 01:34:14 +0000
@@ -2,7 +2,7 @@
 @c This is part of the GNU Emacs Lisp Reference Manual.
 @c Copyright (C) 1990-1995, 1998-2012 Free Software Foundation, Inc.
 @c See the file elisp.texi for copying conditions.
address@hidden Display, System Interface, Processes, Top
address@hidden Display
 @chapter Emacs Display
 
   This chapter describes a number of features related to the display

=== modified file 'doc/lispref/doclicense.texi'
--- a/doc/lispref/doclicense.texi       2011-01-15 23:16:57 +0000
+++ b/doc/lispref/doclicense.texi       2012-05-27 01:34:14 +0000
@@ -1,6 +1,6 @@
 @c -*-texinfo-*-
 @c The GNU Free Documentation License.
address@hidden GNU Free Documentation License, GPL, Antinews, Top
address@hidden GNU Free Documentation License
 
 @appendix GNU Free Documentation License
 @center Version 1.3, 3 November 2008

=== modified file 'doc/lispref/edebug.texi'
--- a/doc/lispref/edebug.texi   2012-05-05 01:16:54 +0000
+++ b/doc/lispref/edebug.texi   2012-05-27 01:34:14 +0000
@@ -9,7 +9,7 @@
 
 @c , Bugs and Todo List, Top, Top
 
address@hidden Edebug, Syntax Errors, Debugger, Debugging
address@hidden Edebug
 @section Edebug
 @cindex Edebug debugging facility
 

=== modified file 'doc/lispref/elisp.texi'
--- a/doc/lispref/elisp.texi    2012-05-09 03:11:41 +0000
+++ b/doc/lispref/elisp.texi    2012-05-27 01:34:14 +0000
@@ -156,7 +156,7 @@
 
 
 @ifnottex
address@hidden Top, Introduction, (dir), (dir)
address@hidden Top
 @top Emacs Lisp
 
 @insertcopying
@@ -1597,7 +1597,7 @@
 @end ifclear
 
 @ignore
address@hidden New Symbols, , Index, Top
address@hidden New Symbols
 @unnumbered New Symbols Since the Previous Edition
 
 @printindex tp

=== modified file 'doc/lispref/errors.texi'
--- a/doc/lispref/errors.texi   2012-04-14 01:59:01 +0000
+++ b/doc/lispref/errors.texi   2012-05-27 01:34:14 +0000
@@ -2,7 +2,7 @@
 @c This is part of the GNU Emacs Lisp Reference Manual.
 @c Copyright (C) 1990-1993, 1999, 2001-2012 Free Software Foundation, Inc.
 @c See the file elisp.texi for copying conditions.
address@hidden Standard Errors, Standard Keymaps, GNU Emacs Internals, Top
address@hidden Standard Errors
 @appendix Standard Errors
 @cindex standard errors
 

=== modified file 'doc/lispref/eval.texi'
--- a/doc/lispref/eval.texi     2012-05-09 03:06:08 +0000
+++ b/doc/lispref/eval.texi     2012-05-27 01:34:14 +0000
@@ -2,7 +2,7 @@
 @c This is part of the GNU Emacs Lisp Reference Manual.
 @c Copyright (C) 1990-1994, 1998, 2001-2012 Free Software Foundation, Inc.
 @c See the file elisp.texi for copying conditions.
address@hidden Evaluation, Control Structures, Symbols, Top
address@hidden Evaluation
 @chapter Evaluation
 @cindex evaluation
 @cindex  interpreter

=== modified file 'doc/lispref/files.texi'
--- a/doc/lispref/files.texi    2012-05-27 01:06:44 +0000
+++ b/doc/lispref/files.texi    2012-05-27 01:34:14 +0000
@@ -3,8 +3,7 @@
 @c Copyright (C) 1990-1995, 1998-1999, 2001-2012
 @c   Free Software Foundation, Inc.
 @c See the file elisp.texi for copying conditions.
address@hidden Files, Backups and Auto-Saving, Documentation, Top
address@hidden  node-name,  next,  previous,  up
address@hidden Files
 @chapter Files
 
   This chapter describes the Emacs Lisp functions and variables to
@@ -250,7 +249,6 @@
 @end defvar
 
 @node Subroutines of Visiting
address@hidden  node-name,  next,  previous,  up
 @subsection Subroutines of Visiting
 
   The @code{find-file-noselect} function uses two important subroutines
@@ -506,7 +504,6 @@
 Name}).
 
 @node Reading from Files
address@hidden  node-name,  next,  previous,  up
 @section Reading from Files
 @cindex reading from files
 
@@ -569,7 +566,6 @@
 @ref{Magic File Names}.
 
 @node Writing to Files
address@hidden  node-name,  next,  previous,  up
 @section Writing to Files
 @cindex writing to files
 
@@ -789,7 +785,6 @@
 @end menu
 
 @node Testing Accessibility
address@hidden  node-name,  next,  previous,  up
 @subsection Testing Accessibility
 @cindex accessibility of a file
 @cindex file accessibility
@@ -947,7 +942,6 @@
 @end defun
 
 @node Kinds of Files
address@hidden  node-name,  next,  previous,  up
 @subsection Distinguishing Kinds of Files
 
   This section describes how to distinguish various kinds of files, such
@@ -1100,7 +1094,6 @@
   @xref{Buffer File Name}, for related information.
 
 @node File Attributes
address@hidden  node-name,  next,  previous,  up
 @subsection Other Information about Files
 
   This section describes the functions for getting detailed
@@ -1918,7 +1911,6 @@
 @end defun
 
 @node Directory Names
address@hidden  node-name,  next,  previous,  up
 @subsection Directory Names
 @cindex directory name
 @cindex file name of directory

=== modified file 'doc/lispref/frames.texi'
--- a/doc/lispref/frames.texi   2012-05-27 01:06:44 +0000
+++ b/doc/lispref/frames.texi   2012-05-27 01:34:14 +0000
@@ -2,7 +2,7 @@
 @c This is part of the GNU Emacs Lisp Reference Manual.
 @c Copyright (C) 1990-1995, 1998-1999, 2001-2012 Free Software Foundation, Inc.
 @c See the file elisp.texi for copying conditions.
address@hidden Frames, Positions, Windows, Top
address@hidden Frames
 @chapter Frames
 @cindex frame
 

=== modified file 'doc/lispref/functions.texi'
--- a/doc/lispref/functions.texi        2012-05-27 01:06:44 +0000
+++ b/doc/lispref/functions.texi        2012-05-27 01:34:14 +0000
@@ -3,7 +3,7 @@
 @c Copyright (C) 1990-1995, 1998-1999, 2001-2012
 @c   Free Software Foundation, Inc.
 @c See the file elisp.texi for copying conditions.
address@hidden Functions, Macros, Variables, Top
address@hidden Functions
 @chapter Functions
 
   A Lisp program is composed mainly of Lisp functions.  This chapter

=== modified file 'doc/lispref/gpl.texi'
--- a/doc/lispref/gpl.texi      2012-04-14 01:59:01 +0000
+++ b/doc/lispref/gpl.texi      2012-05-27 01:34:14 +0000
@@ -1,7 +1,6 @@
 @c -*-texinfo-*-
 
address@hidden GPL, Tips, GNU Free Documentation License, Top
address@hidden  node-name,  next,  previous,  up
address@hidden GPL
 @appendix GNU General Public License
 @c The GNU General Public License.
 @center Version 3, 29 June 2007

=== modified file 'doc/lispref/hash.texi'
--- a/doc/lispref/hash.texi     2012-04-27 03:10:38 +0000
+++ b/doc/lispref/hash.texi     2012-05-27 01:34:14 +0000
@@ -2,7 +2,7 @@
 @c This is part of the GNU Emacs Lisp Reference Manual.
 @c Copyright (C) 1999, 2001-2012 Free Software Foundation, Inc.
 @c See the file elisp.texi for copying conditions.
address@hidden Hash Tables, Symbols, Sequences Arrays Vectors, Top
address@hidden Hash Tables
 @chapter Hash Tables
 @cindex hash tables
 @cindex lookup tables

=== modified file 'doc/lispref/help.texi'
--- a/doc/lispref/help.texi     2012-05-27 01:06:44 +0000
+++ b/doc/lispref/help.texi     2012-05-27 01:34:14 +0000
@@ -3,7 +3,7 @@
 @c Copyright (C) 1990-1995, 1998-1999, 2001-2012
 @c   Free Software Foundation, Inc.
 @c See the file elisp.texi for copying conditions.
address@hidden Documentation, Files, Modes, Top
address@hidden Documentation
 @chapter Documentation
 @cindex documentation strings
 
@@ -34,7 +34,6 @@
 @end menu
 
 @node Documentation Basics
address@hidden  node-name,  next,  previous,  up
 @section Documentation Basics
 @cindex documentation conventions
 @cindex writing a documentation string

=== modified file 'doc/lispref/hooks.texi'
--- a/doc/lispref/hooks.texi    2012-04-14 01:59:01 +0000
+++ b/doc/lispref/hooks.texi    2012-05-27 01:34:14 +0000
@@ -2,7 +2,7 @@
 @c This is part of the GNU Emacs Lisp Reference Manual.
 @c Copyright (C) 1990-1993, 1998, 2001-2012 Free Software Foundation, Inc.
 @c See the file elisp.texi for copying conditions.
address@hidden Standard Hooks, Index, Standard Keymaps, Top
address@hidden Standard Hooks
 @appendix Standard Hooks
 @cindex standard hooks
 @cindex hook variables, list of

=== modified file 'doc/lispref/index.texi'
--- a/doc/lispref/index.texi    2012-04-14 01:59:01 +0000
+++ b/doc/lispref/index.texi    2012-05-27 01:34:14 +0000
@@ -18,7 +18,7 @@
 
 @c pindex is used for .el files and Unix programs
 
address@hidden Index, , Standard Hooks, Top
address@hidden Index
 @unnumbered Index
 
 @c Print the indices

=== modified file 'doc/lispref/internals.texi'
--- a/doc/lispref/internals.texi        2012-05-09 03:06:08 +0000
+++ b/doc/lispref/internals.texi        2012-05-27 01:34:14 +0000
@@ -2,8 +2,7 @@
 @c This is part of the GNU Emacs Lisp Reference Manual.
 @c Copyright (C) 1990-1993, 1998-1999, 2001-2012 Free Software Foundation, Inc.
 @c See the file elisp.texi for copying conditions.
address@hidden GNU Emacs Internals, Standard Errors, Tips, Top
address@hidden  node-name,  next,  previous,  up
address@hidden GNU Emacs Internals
 @appendix GNU Emacs Internals
 
 This chapter describes how the runnable Emacs executable is dumped with

=== modified file 'doc/lispref/intro.texi'
--- a/doc/lispref/intro.texi    2012-05-09 03:06:08 +0000
+++ b/doc/lispref/intro.texi    2012-05-27 01:34:14 +0000
@@ -3,8 +3,7 @@
 @c Copyright (C) 1990-1994, 2001-2012 Free Software Foundation, Inc.
 @c See the file elisp.texi for copying conditions.
 
address@hidden Introduction, Lisp Data Types, Top, Top
address@hidden  node-name,  next,  previous,  up
address@hidden Introduction
 @chapter Introduction
 
   Most of the GNU Emacs text editor is written in the programming

=== modified file 'doc/lispref/keymaps.texi'
--- a/doc/lispref/keymaps.texi  2012-04-27 03:10:38 +0000
+++ b/doc/lispref/keymaps.texi  2012-05-27 01:34:14 +0000
@@ -2,7 +2,7 @@
 @c This is part of the GNU Emacs Lisp Reference Manual.
 @c Copyright (C) 1990-1994, 1998-2012 Free Software Foundation, Inc.
 @c See the file elisp.texi for copying conditions.
address@hidden Keymaps, Modes, Command Loop, Top
address@hidden Keymaps
 @chapter Keymaps
 @cindex keymap
 

=== modified file 'doc/lispref/lists.texi'
--- a/doc/lispref/lists.texi    2012-05-09 03:06:08 +0000
+++ b/doc/lispref/lists.texi    2012-05-27 01:34:14 +0000
@@ -2,7 +2,7 @@
 @c This is part of the GNU Emacs Lisp Reference Manual.
 @c Copyright (C) 1990-1995, 1998-1999, 2001-2012 Free Software Foundation, Inc.
 @c See the file elisp.texi for copying conditions.
address@hidden Lists, Sequences Arrays Vectors, Strings and Characters, Top
address@hidden Lists
 @chapter Lists
 @cindex lists
 @cindex element (of list)
@@ -369,7 +369,6 @@
 @end defun
 
 @node Building Lists
address@hidden  node-name,  next,  previous,  up
 @section Building Cons Cells and Lists
 @cindex cons cells
 @cindex building lists

=== modified file 'doc/lispref/loading.texi'
--- a/doc/lispref/loading.texi  2012-05-10 02:57:10 +0000
+++ b/doc/lispref/loading.texi  2012-05-27 01:34:14 +0000
@@ -3,7 +3,7 @@
 @c Copyright (C) 1990-1995, 1998-1999, 2001-2012
 @c   Free Software Foundation, Inc.
 @c See the file elisp.texi for copying conditions.
address@hidden Loading, Byte Compilation, Customization, Top
address@hidden Loading
 @chapter Loading
 @cindex loading
 @cindex library

=== modified file 'doc/lispref/macros.texi'
--- a/doc/lispref/macros.texi   2012-05-09 03:06:08 +0000
+++ b/doc/lispref/macros.texi   2012-05-27 01:34:14 +0000
@@ -2,7 +2,7 @@
 @c This is part of the GNU Emacs Lisp Reference Manual.
 @c Copyright (C) 1990-1995, 1998, 2001-2012 Free Software Foundation, Inc.
 @c See the file elisp.texi for copying conditions.
address@hidden Macros, Customization, Functions, Top
address@hidden Macros
 @chapter Macros
 @cindex macros
 

=== modified file 'doc/lispref/maps.texi'
--- a/doc/lispref/maps.texi     2012-04-14 01:59:01 +0000
+++ b/doc/lispref/maps.texi     2012-05-27 01:34:14 +0000
@@ -2,7 +2,7 @@
 @c This is part of the GNU Emacs Lisp Reference Manual.
 @c Copyright (C) 1990-1993, 1999, 2001-2012 Free Software Foundation, Inc.
 @c See the file elisp.texi for copying conditions.
address@hidden Standard Keymaps, Standard Hooks, Standard Errors, Top
address@hidden Standard Keymaps
 @appendix Standard Keymaps
 @cindex keymaps, standard
 

=== modified file 'doc/lispref/markers.texi'
--- a/doc/lispref/markers.texi  2012-05-27 01:06:44 +0000
+++ b/doc/lispref/markers.texi  2012-05-27 01:34:14 +0000
@@ -2,7 +2,7 @@
 @c This is part of the GNU Emacs Lisp Reference Manual.
 @c Copyright (C) 1990-1995, 1998-1999, 2001-2012 Free Software Foundation, Inc.
 @c See the file elisp.texi for copying conditions.
address@hidden Markers, Text, Positions, Top
address@hidden Markers
 @chapter Markers
 @cindex markers
 

=== modified file 'doc/lispref/minibuf.texi'
--- a/doc/lispref/minibuf.texi  2012-05-27 01:06:44 +0000
+++ b/doc/lispref/minibuf.texi  2012-05-27 01:34:14 +0000
@@ -3,7 +3,7 @@
 @c Copyright (C) 1990-1995, 1998-1999, 2001-2012
 @c   Free Software Foundation, Inc.
 @c See the file elisp.texi for copying conditions.
address@hidden Minibuffers, Command Loop, Read and Print, Top
address@hidden Minibuffers
 @chapter Minibuffers
 @cindex arguments, reading
 @cindex complex arguments

=== modified file 'doc/lispref/modes.texi'
--- a/doc/lispref/modes.texi    2012-05-27 01:06:44 +0000
+++ b/doc/lispref/modes.texi    2012-05-27 01:34:14 +0000
@@ -2,7 +2,7 @@
 @c This is part of the GNU Emacs Lisp Reference Manual.
 @c Copyright (C) 1990-1995, 1998-1999, 2001-2012 Free Software Foundation, Inc.
 @c See the file elisp.texi for copying conditions.
address@hidden Modes, Documentation, Keymaps, Top
address@hidden Modes
 @chapter Major and Minor Modes
 @cindex mode
 

=== modified file 'doc/lispref/nonascii.texi'
--- a/doc/lispref/nonascii.texi 2012-04-14 01:59:01 +0000
+++ b/doc/lispref/nonascii.texi 2012-05-27 01:34:14 +0000
@@ -2,7 +2,7 @@
 @c This is part of the GNU Emacs Lisp Reference Manual.
 @c Copyright (C) 1998-1999, 2001-2012 Free Software Foundation, Inc.
 @c See the file elisp.texi for copying conditions.
address@hidden Non-ASCII Characters, Searching and Matching, Text, Top
address@hidden Non-ASCII Characters
 @chapter address@hidden Characters
 @cindex multibyte characters
 @cindex characters, multi-byte

=== modified file 'doc/lispref/numbers.texi'
--- a/doc/lispref/numbers.texi  2012-05-09 03:06:08 +0000
+++ b/doc/lispref/numbers.texi  2012-05-27 01:34:14 +0000
@@ -3,7 +3,7 @@
 @c Copyright (C) 1990-1995, 1998-1999, 2001-2012
 @c   Free Software Foundation, Inc.
 @c See the file elisp.texi for copying conditions.
address@hidden Numbers, Strings and Characters, Lisp Data Types, Top
address@hidden Numbers
 @chapter Numbers
 @cindex integers
 @cindex numbers
@@ -31,7 +31,6 @@
 @end menu
 
 @node Integer Basics
address@hidden  node-name,  next,  previous,  up
 @section Integer Basics
 
   The range of values for an integer depends on the machine.  The

=== modified file 'doc/lispref/objects.texi'
--- a/doc/lispref/objects.texi  2012-05-09 03:06:08 +0000
+++ b/doc/lispref/objects.texi  2012-05-27 01:34:14 +0000
@@ -3,7 +3,7 @@
 @c Copyright (C) 1990-1995, 1998-1999, 2001-2012
 @c   Free Software Foundation, Inc.
 @c See the file elisp.texi for copying conditions.
address@hidden Lisp Data Types, Numbers, Introduction, Top
address@hidden Lisp Data Types
 @chapter Lisp Data Types
 @cindex object
 @cindex Lisp object
@@ -60,7 +60,6 @@
 @end menu
 
 @node Printed Representation
address@hidden  node-name,  next,  previous,  up
 @section Printed Representation and Read Syntax
 @cindex printed representation
 @cindex read syntax
@@ -107,7 +106,6 @@
 @code{read}, the basic function for reading objects.
 
 @node Comments
address@hidden  node-name,  next,  previous,  up
 @section Comments
 @cindex comments
 @cindex @samp{;} in comment
@@ -913,7 +911,6 @@
 @end ifnottex
 
 @node Association List Type
address@hidden  node-name,  next,  previous,  up
 @subsubsection Association List Type
 
   An @dfn{association list} or @dfn{alist} is a specially-constructed

=== modified file 'doc/lispref/os.texi'
--- a/doc/lispref/os.texi       2012-05-27 01:06:44 +0000
+++ b/doc/lispref/os.texi       2012-05-27 01:34:14 +0000
@@ -3,7 +3,7 @@
 @c Copyright (C) 1990-1995, 1998-1999, 2001-2012
 @c   Free Software Foundation, Inc.
 @c See the file elisp.texi for copying conditions.
address@hidden System Interface, Packaging, Display, Top
address@hidden System Interface
 @chapter Operating System Interface
 
   This chapter is about starting and getting out of Emacs, access to
@@ -611,7 +611,6 @@
 @end menu
 
 @node Killing Emacs
address@hidden  node-name,  next,  previous,  up
 @subsection Killing Emacs
 @cindex killing Emacs
 

=== modified file 'doc/lispref/package.texi'
--- a/doc/lispref/package.texi  2012-05-27 01:06:44 +0000
+++ b/doc/lispref/package.texi  2012-05-27 01:34:14 +0000
@@ -2,7 +2,7 @@
 @c This is part of the GNU Emacs Lisp Reference Manual.
 @c Copyright (C) 2010-2012 Free Software Foundation, Inc.
 @c See the file elisp.texi for copying conditions.
address@hidden Packaging, Antinews, System Interface, Top
address@hidden Packaging
 @chapter Preparing Lisp code for distribution
 @cindex package
 @cindex Lisp package

=== modified file 'doc/lispref/positions.texi'
--- a/doc/lispref/positions.texi        2012-04-14 01:59:01 +0000
+++ b/doc/lispref/positions.texi        2012-05-27 01:34:14 +0000
@@ -2,7 +2,7 @@
 @c This is part of the GNU Emacs Lisp Reference Manual.
 @c Copyright (C) 1990-1995, 1998-2012 Free Software Foundation, Inc.
 @c See the file elisp.texi for copying conditions.
address@hidden Positions, Markers, Frames, Top
address@hidden Positions
 @chapter Positions
 @cindex position (in buffer)
 
@@ -614,7 +614,6 @@
 @end defun
 
 @node List Motion
address@hidden  node-name,  next,  previous,  up
 @subsection Moving over Balanced Expressions
 @cindex sexp motion
 @cindex Lisp expression motion
@@ -725,7 +724,6 @@
 @end defvar
 
 @node Skipping Characters
address@hidden  node-name,  next,  previous,  up
 @subsection Skipping Characters
 @cindex skipping characters
 

=== modified file 'doc/lispref/processes.texi'
--- a/doc/lispref/processes.texi        2012-05-27 01:06:44 +0000
+++ b/doc/lispref/processes.texi        2012-05-27 01:34:14 +0000
@@ -3,7 +3,7 @@
 @c Copyright (C) 1990-1995, 1998-1999, 2001-2012
 @c   Free Software Foundation, Inc.
 @c See the file elisp.texi for copying conditions.
address@hidden Processes, Display, Abbrevs, Top
address@hidden Processes
 @chapter Processes
 @cindex child process
 @cindex parent process

=== modified file 'doc/lispref/searching.texi'
--- a/doc/lispref/searching.texi        2012-04-14 01:59:01 +0000
+++ b/doc/lispref/searching.texi        2012-05-27 01:34:14 +0000
@@ -3,7 +3,7 @@
 @c Copyright (C) 1990-1995, 1998-1999, 2001-2012
 @c   Free Software Foundation, Inc.
 @c See the file elisp.texi for copying conditions.
address@hidden Searching and Matching, Syntax Tables, Non-ASCII Characters, Top
address@hidden Searching and Matching
 @chapter Searching and Matching
 @cindex searching
 
@@ -831,7 +831,6 @@
 an @code{invalid-regexp} error is signaled.
 
 @node Regexp Example
address@hidden  node-name,  next,  previous,  up
 @subsection Complex Regexp Example
 
   Here is a complicated regexp which was formerly used by Emacs to

=== modified file 'doc/lispref/sequences.texi'
--- a/doc/lispref/sequences.texi        2012-05-09 03:06:08 +0000
+++ b/doc/lispref/sequences.texi        2012-05-27 01:34:14 +0000
@@ -3,7 +3,7 @@
 @c Copyright (C) 1990-1995, 1998-1999, 2001-2012
 @c   Free Software Foundation, Inc.
 @c See the file elisp.texi for copying conditions.
address@hidden Sequences Arrays Vectors, Hash Tables, Lists, Top
address@hidden Sequences Arrays Vectors
 @chapter Sequences, Arrays, and Vectors
 @cindex sequence
 

=== modified file 'doc/lispref/streams.texi'
--- a/doc/lispref/streams.texi  2012-05-09 03:06:08 +0000
+++ b/doc/lispref/streams.texi  2012-05-27 01:34:14 +0000
@@ -2,8 +2,7 @@
 @c This is part of the GNU Emacs Lisp Reference Manual.
 @c Copyright (C) 1990-1994, 1998-1999, 2001-2012 Free Software Foundation, Inc.
 @c See the file elisp.texi for copying conditions.
address@hidden Read and Print, Minibuffers, Debugging, Top
address@hidden  node-name,  next,  previous,  up
address@hidden Read and Print
 @chapter Reading and Printing Lisp Objects
 
   @dfn{Printing} and @dfn{reading} are the operations of converting Lisp

=== modified file 'doc/lispref/strings.texi'
--- a/doc/lispref/strings.texi  2012-04-14 01:59:01 +0000
+++ b/doc/lispref/strings.texi  2012-05-27 01:34:14 +0000
@@ -3,8 +3,7 @@
 @c Copyright (C) 1990-1995, 1998-1999, 2001-2012
 @c   Free Software Foundation, Inc.
 @c See the file elisp.texi for copying conditions.
address@hidden Strings and Characters, Lists, Numbers, Top
address@hidden  node-name,  next,  previous,  up
address@hidden Strings and Characters
 @chapter Strings and Characters
 @cindex strings
 @cindex character arrays
@@ -554,7 +553,6 @@
 @ref{Regexp Search}.
 
 @node String Conversion
address@hidden  node-name,  next,  previous,  up
 @section Conversion of Characters and Strings
 @cindex conversion of strings
 
@@ -670,7 +668,6 @@
 @end table
 
 @node Formatting Strings
address@hidden  node-name,  next,  previous,  up
 @section Formatting Strings
 @cindex formatting strings
 @cindex strings, formatting them
@@ -903,7 +900,6 @@
 characters.
 
 @node Case Conversion
address@hidden node-name, next, previous, up
 @section Case Conversion in Lisp
 @cindex upper case
 @cindex lower case

=== modified file 'doc/lispref/symbols.texi'
--- a/doc/lispref/symbols.texi  2012-05-09 03:06:08 +0000
+++ b/doc/lispref/symbols.texi  2012-05-27 01:34:14 +0000
@@ -2,7 +2,7 @@
 @c This is part of the GNU Emacs Lisp Reference Manual.
 @c Copyright (C) 1990-1995, 1998-1999, 2001-2012 Free Software Foundation, Inc.
 @c See the file elisp.texi for copying conditions.
address@hidden Symbols, Evaluation, Hash Tables, Top
address@hidden Symbols
 @chapter Symbols
 @cindex symbol
 
@@ -30,7 +30,7 @@
                                for recording miscellaneous information.
 @end menu
 
address@hidden Symbol Components, Definitions, Symbols, Symbols
address@hidden Symbol Components
 @section Symbol Components
 @cindex symbol components
 
@@ -112,7 +112,7 @@
      @result{} #<subr buffer-file-name>
 @end example
 
address@hidden Definitions, Creating Symbols, Symbol Components, Symbols
address@hidden Definitions
 @section Defining Symbols
 @cindex definitions of symbols
 
@@ -161,7 +161,7 @@
 containing links to the relevant variable, function, or macro
 definitions.  @xref{Name Help,,, emacs, The GNU Emacs Manual}.
 
address@hidden Creating Symbols, Property Lists, Definitions, Symbols
address@hidden Creating Symbols
 @section Creating and Interning Symbols
 @cindex reading symbols
 
@@ -376,7 +376,7 @@
 it returns @code{nil}.
 @end defun
 
address@hidden Property Lists,, Creating Symbols, Symbols
address@hidden Property Lists
 @section Property Lists
 @cindex property list
 @cindex plist

=== modified file 'doc/lispref/syntax.texi'
--- a/doc/lispref/syntax.texi   2012-04-27 03:10:38 +0000
+++ b/doc/lispref/syntax.texi   2012-05-27 01:34:14 +0000
@@ -3,7 +3,7 @@
 @c Copyright (C) 1990-1995, 1998-1999, 2001-2012
 @c   Free Software Foundation, Inc.
 @c See the file elisp.texi for copying conditions.
address@hidden Syntax Tables, Abbrevs, Searching and Matching, Top
address@hidden Syntax Tables
 @chapter Syntax Tables
 @cindex parsing buffer text
 @cindex syntax table

=== modified file 'doc/lispref/text.texi'
--- a/doc/lispref/text.texi     2012-05-27 01:06:44 +0000
+++ b/doc/lispref/text.texi     2012-05-27 01:34:14 +0000
@@ -2,7 +2,7 @@
 @c This is part of the GNU Emacs Lisp Reference Manual.
 @c Copyright (C) 1990-1995, 1998-2012 Free Software Foundation, Inc.
 @c See the file elisp.texi for copying conditions.
address@hidden Text, Non-ASCII Characters, Markers, Top
address@hidden Text
 @chapter Text
 @cindex text
 
@@ -823,7 +823,6 @@
 @end menu
 
 @node Kill Ring Concepts
address@hidden  node-name,  next,  previous,  up
 @subsection Kill Ring Concepts
 
   The kill ring records killed text as strings in a list, most recent
@@ -850,7 +849,6 @@
 list.
 
 @node Kill Functions
address@hidden  node-name,  next,  previous,  up
 @subsection Functions for Killing
 
   @code{kill-region} is the usual subroutine for killing text.  Any
@@ -967,7 +965,6 @@
 @end defopt
 
 @node Yank Commands
address@hidden  node-name,  next,  previous,  up
 @subsection Functions for Yanking
 
   This section describes higher-level commands for yanking, which are
@@ -1123,7 +1120,6 @@
 @end defvar
 
 @node Internals of Kill Ring
address@hidden  node-name,  next,  previous,  up
 @subsection Internals of the Kill Ring
 
   The variable @code{kill-ring} holds the kill ring contents, in the
@@ -1196,7 +1192,6 @@
 @end defopt
 
 @node Undo
address@hidden  node-name,  next,  previous,  up
 @section Undo
 @cindex redo
 
@@ -1399,7 +1394,6 @@
 @end defopt
 
 @node Filling
address@hidden  node-name,  next,  previous,  up
 @section Filling
 @cindex filling text
 
@@ -1777,7 +1771,6 @@
 @end defopt
 
 @node Auto Filling
address@hidden  node-name,  next,  previous,  up
 @section Auto Filling
 @cindex filling, automatic
 @cindex Auto Fill mode
@@ -2072,7 +2065,6 @@
 @end deffn
 
 @node Columns
address@hidden  node-name,  next,  previous,  up
 @section Counting Columns
 @cindex columns
 @cindex counting columns
@@ -2415,7 +2407,6 @@
 @end deffn
 
 @node Indent Tabs
address@hidden  node-name,  next,  previous,  up
 @subsection Adjustable ``Tab Stops''
 @cindex tabs stops for indentation
 
@@ -2474,7 +2465,6 @@
 @end deffn
 
 @node Case Changes
address@hidden  node-name,  next,  previous,  up
 @section Case Changes
 @cindex case conversion in buffers
 

=== modified file 'doc/lispref/tips.texi'
--- a/doc/lispref/tips.texi     2012-04-27 03:10:38 +0000
+++ b/doc/lispref/tips.texi     2012-05-27 01:34:14 +0000
@@ -3,7 +3,7 @@
 @c Copyright (C) 1990-1993, 1995, 1998-1999, 2001-2012
 @c   Free Software Foundation, Inc.
 @c See the file elisp.texi for copying conditions.
address@hidden Tips, GNU Emacs Internals, GPL, Top
address@hidden Tips
 @appendix Tips and Conventions
 @cindex tips for writing Lisp
 @cindex standards of coding style

=== modified file 'doc/lispref/variables.texi'
--- a/doc/lispref/variables.texi        2012-05-27 01:06:44 +0000
+++ b/doc/lispref/variables.texi        2012-05-27 01:34:14 +0000
@@ -2,7 +2,7 @@
 @c This is part of the GNU Emacs Lisp Reference Manual.
 @c Copyright (C) 1990-1995, 1998-2012 Free Software Foundation, Inc.
 @c See the file elisp.texi for copying conditions.
address@hidden Variables, Functions, Control Structures, Top
address@hidden Variables
 @chapter Variables
 @cindex variable
 

=== modified file 'doc/lispref/windows.texi'
--- a/doc/lispref/windows.texi  2012-05-27 01:06:44 +0000
+++ b/doc/lispref/windows.texi  2012-05-27 01:34:14 +0000
@@ -3,7 +3,7 @@
 @c Copyright (C) 1990-1995, 1998-1999, 2001-2012
 @c   Free Software Foundation, Inc.
 @c See the file elisp.texi for copying conditions.
address@hidden Windows, Frames, Buffers, Top
address@hidden Windows
 @chapter Windows
 
 This chapter describes the functions and variables related to Emacs


reply via email to

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