From: Richard M. Stallman Date: Wed, 8 Aug 2001 23:36:56 +0000 (+0000) Subject: Minor cleanup. X-Git-Tag: emacs-pretest-21.0.105~247 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7fb4961cb146dd81136bce74b3b661c5c7946774;p=emacs.git Minor cleanup. --- 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.