]> code.delx.au - gnu-emacs/blobdiff - doc/emacs/indent.texi
Document 'describe-symbol'
[gnu-emacs] / doc / emacs / indent.texi
index 8340d1031baadb9421a2d8516b8cd5dce5a21b7c..76dfa55211ddc37fd661448f00fbfb1afc26aa65 100644 (file)
@@ -1,5 +1,5 @@
 @c This is part of the Emacs manual.
-@c Copyright (C) 1985-1987, 1993-1995, 1997, 2001-2014 Free Software
+@c Copyright (C) 1985-1987, 1993-1995, 1997, 2001-2015 Free Software
 @c Foundation, Inc.
 @c See file emacs.texi for copying conditions.
 @node Indentation
@@ -35,7 +35,7 @@ mode and related major modes, @key{TAB} normally inserts some
 combination of space and tab characters to advance point to the next
 tab stop (@pxref{Tab Stops}).  For this purpose, the position of the
 first non-whitespace character on the preceding line is treated as an
-additional tab stop, so you can use @key{TAB} to ``align'' point with
+additional tab stop, so you can use @key{TAB} to align point with
 the preceding line.  If the region is active (@pxref{Using Region}),
 @key{TAB} acts specially: it indents each line in the region so that
 its first non-whitespace character is aligned with the preceding line.
@@ -98,7 +98,7 @@ argument, in which case do nothing.
 @kindex M-^
 @findex delete-indentation
 Merge the previous and the current line (@code{delete-indentation}).
-This ``joins'' the two lines cleanly, by replacing any indentation at
+This joins the two lines cleanly, by replacing any indentation at
 the front of the current line, together with the line boundary, with a
 single space.
 
@@ -123,13 +123,13 @@ that column number.
 @findex indent-rigidly
 @cindex remove indentation
 This command is used to change the indentation of all lines that begin
-in the region, moving the affected lines as a ``rigid'' unit.
+in the region, moving the affected lines as a rigid unit.
 
 If called with no argument, the command activates a transient mode for
 adjusting the indentation of the affected lines interactively.  While
-this transient mode is active, typing @key{left} or @key{right}
+this transient mode is active, typing @key{LEFT} or @key{RIGHT}
 indents leftward and rightward, respectively, by one space.  You can
-also type @kbd{S-@key{left}} or @kbd{S-@key{right}} to indent leftward
+also type @kbd{S-@key{LEFT}} or @kbd{S-@key{RIGHT}} to indent leftward
 or rightward to the next tab stop (@pxref{Tab Stops}).  Typing any
 other key disables the transient mode, and resumes normal editing.
 
@@ -198,7 +198,7 @@ are always displayed as empty spaces extending to the next
 @dfn{display tab stop}.  @xref{Text Display}.
 
 @node Just Spaces
-@section Tabs vs. Spaces
+@section Tabs vs.@: Spaces
 
 @vindex tab-width
   Normally, indentation commands insert (or remove) an optimal mix of