When a line of text is longer than the width of the window, it
takes up more than one screen line when displayed. We say that the
text line is continued, and all screen lines used for it after the
-first are called continuation lines. @xref{Basic,Continuation,Basic
-Editing}. A related Emacs feature is `filling' (q.v.@:).
+first are called continuation lines. @xref{Continuation Lines}.
+A related Emacs feature is `filling' (q.v.@:).
@item Control Character
A control character is a character that you type by holding down the
called point (q.v.@:) at which insertion and deletion takes place.
The cursor is on or under the character that follows point. Often
people speak of `the cursor' when, strictly speaking, they mean
-`point.' @xref{Basic,Cursor,Basic Editing}.
+`point.' @xref{Point,Cursor}.
@item Customization
Customization is making minor changes in the way Emacs works. It is
@key{DEL} is a character that runs the command to delete one character
of text before the cursor. It is typically either the @key{DELETE}
key or the @key{BACKSPACE} key, whichever one is easy to type.
-@xref{Basic,DEL,Basic Editing}.
+@xref{Erasing,DEL}.
@item Deletion
Deletion means erasing text without copying it into the kill ring
Control (q.v.@:) characters are graphic characters. These include
letters, digits, punctuation, and spaces; they do not include
@key{RET} or @key{ESC}. In Emacs, typing a graphic character inserts
-that character (in ordinary editing modes). @xref{Basic,,Basic Editing}.
+that character (in ordinary editing modes). @xref{Inserting Text}.
@item Highlighting
Highlighting text means displaying it with a different foreground and/or
@item Justification
Justification means adding extra spaces within lines of text to make
them extend exactly to a specified width.
-@xref{Filling,Justification}.
+@xref{Format Justification}.
@item Keyboard Macro
Keyboard macros are a way of defining new Emacs commands from
@item @kbd{M-}
@kbd{M-} in the name of a character is an abbreviation for @key{META},
one of the modifier keys that can accompany any character.
-@xref{User Input}.
+@xref{User Input,M-}.
@item @kbd{M-C-}
@kbd{M-C-} in the name of a character is an abbreviation for
Point is the place in the buffer at which insertion and deletion
occur. Point is considered to be between two characters, not at one
character. The terminal's cursor (q.v.@:) indicates the location of
-point. @xref{Basic,Point,Basic Editing}.
+point. @xref{Point}.
@item Prefix Argument
See `numeric argument.'
inserts itself; so in this context, a special character is any character
that does not normally insert itself (such as @key{DEL}, for example),
and quoting it makes it insert itself as if it were not special. Not
-all contexts allow quoting. @xref{Basic,Quoting,Basic Editing}.
+all contexts allow quoting. @xref{Inserting Text,Quoting}.
@item Quoting File Names
Quoting a file name turns off the special significance of constructs
@item Scrolling
Scrolling means shifting the text in the Emacs window so as to see a
-different part of the buffer. @xref{Display,Scrolling}.
+different part of the buffer. @xref{Scrolling}.
@item Searching
Searching means moving point to the next occurrence of a specified
@item Selecting
Selecting a buffer means making it the current (q.v.@:) buffer.
-@xref{Buffers,Selecting}.
+@xref{Select Buffer}.
@item Selection
Windowing systems allow an application program to specify
Truncating text lines in the display means leaving out any text on a
line that does not fit within the right margin of the window
displaying it. See also `continuation line.'
-@xref{Basic,Truncation,Basic Editing}.
+@xref{Continuation Lines,Truncation}.
@item TTY
See `text-only terminal.'