diff options
author | Glenn Morris <rgm@gnu.org> | 2012-05-26 18:34:14 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-05-26 18:34:14 -0700 |
commit | ecc6530da9ff482d5af402242301f5c1bb817c18 (patch) | |
tree | 205c1c223a55015e19a7f7eb65c32ed62e5d39b2 /doc/lispref/text.texi | |
parent | abb9615e98fc80f5c5dd00d470601de1a4a93f88 (diff) | |
download | emacs-ecc6530da9ff482d5af402242301f5c1bb817c18.tar.gz |
Nuke hand-written node pointers in doc/lispref
Let makeinfo figure them out, as is recommended.
Diffstat (limited to 'doc/lispref/text.texi')
-rw-r--r-- | doc/lispref/text.texi | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi index 8a656dc3ef6..e2bdc707c5b 100644 --- a/doc/lispref/text.texi +++ b/doc/lispref/text.texi @@ -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. -@node Text, Non-ASCII Characters, Markers, Top +@node Text @chapter Text @cindex text @@ -823,7 +823,6 @@ would be difficult to change the terminology now. @end menu @node Kill Ring Concepts -@comment 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 @@ change the list itself---the most recent entry always comes first in the list. @node Kill Functions -@comment node-name, next, previous, up @subsection Functions for Killing @code{kill-region} is the usual subroutine for killing text. Any @@ -967,7 +965,6 @@ specifying key bindings. @end defopt @node Yank Commands -@comment node-name, next, previous, up @subsection Functions for Yanking This section describes higher-level commands for yanking, which are @@ -1123,7 +1120,6 @@ window system's clipboard. @xref{Window System Selections}. @end defvar @node Internals of Kill Ring -@comment 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 @@ value for @code{kill-ring-max} is 60. @end defopt @node Undo -@comment node-name, next, previous, up @section Undo @cindex redo @@ -1399,7 +1394,6 @@ leak memory if the user waits too long before answering the question. @end defopt @node Filling -@comment node-name, next, previous, up @section Filling @cindex filling text @@ -1777,7 +1771,6 @@ prefix or @code{nil}, meaning it has failed to determine a prefix. @end defopt @node Auto Filling -@comment node-name, next, previous, up @section Auto Filling @cindex filling, automatic @cindex Auto Fill mode @@ -2072,7 +2065,6 @@ utility program. @end deffn @node Columns -@comment node-name, next, previous, up @section Counting Columns @cindex columns @cindex counting columns @@ -2415,7 +2407,6 @@ column, this command does nothing. @end deffn @node Indent Tabs -@comment node-name, next, previous, up @subsection Adjustable ``Tab Stops'' @cindex tabs stops for indentation @@ -2474,7 +2465,6 @@ If @var{arg} is omitted or @code{nil}, it defaults to 1. @end deffn @node Case Changes -@comment node-name, next, previous, up @section Case Changes @cindex case conversion in buffers |