From 38d4849a49ba47921394e53c0a16fce23586e44c Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 8 Aug 2001 23:36:56 +0000 Subject: Minor cleanup. --- man/building.texi | 2 +- man/indent.texi | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'man') diff --git a/man/building.texi b/man/building.texi index 891bc140e5f..a4c63ed6878 100644 --- a/man/building.texi +++ b/man/building.texi @@ -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. diff --git a/man/indent.texi b/man/indent.texi index a3275165e84..628e97f2756 100644 --- a/man/indent.texi +++ b/man/indent.texi @@ -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. -- cgit v1.2.1