]> git.eshelyaron.com Git - emacs.git/commitdiff
Minor cleanup.
authorRichard M. Stallman <rms@gnu.org>
Wed, 8 Aug 2001 23:36:56 +0000 (23:36 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 8 Aug 2001 23:36:56 +0000 (23:36 +0000)
man/building.texi
man/indent.texi

index 891bc140e5fe0629c7694448492fb26004beb696..a4c63ed6878b3d6059e4d347bd8c7af87290195e 100644 (file)
@@ -514,7 +514,7 @@ debugger interaction buffer:
 
   This defines a command named @var{function} which sends
 @var{cmdstring} to the debugger process, and gives it the documentation
-string @var{docstring}.  You can then use the command @var{function}\ in any
+string @var{docstring}.  You can then use the command @var{function} in any
 buffer.  If @var{binding} is non-@code{nil}, @code{gud-def} also binds
 the command to @kbd{C-c @var{binding}} in the GUD buffer's mode and to
 @kbd{C-x C-a @var{binding}} generally.
index a3275165e8468b95233e086986afb0e4727f0daf..628e97f27569de148a1ca173da1df1c22fcda47a 100644 (file)
@@ -53,8 +53,9 @@ knows about many aspects of C syntax.
 indents to the next tab stop column.  You can set the tab stops with
 @kbd{M-x edit-tab-stops}.
 
-  Normally, @key{TAB} inserts an optimal mix of tabs and spaces to
-indent lines.  @xref{Just Spaces}, for how to override that.
+  Normally, @key{TAB} inserts an optimal mix of tabs and spaces for
+the intended indentation.  @xref{Just Spaces}, for how to prevent use
+of tabs.
 
 @menu
 * Indentation Commands::  Various commands and techniques for indentation.