doc: typo and -npls option underdocumented

Petr Pisar <[email protected]> Tue, 20 Jul 2010 10:02:19 +0200
Newsgroups gmane.comp.gnu.indent.bugs
Message-ID <[email protected]>
Hello,

There are some falws in info/manual page in 2.2.11 release:

    - The short version for --cuddle-else should be `-nce', not a `-dce'
    - The --remove-preprocessor-space/-nlps is missing in index lists and on
      other places.

Followin patch fixes it.

-- Petr


diff -Bburpd indent-2.2.9-orig/doc/indent.texinfo indent-2.2.9/doc/indent.texinfo
--- indent-2.2.9-orig/doc/indent.texinfo	2006-07-16 07:25:25.000000000 -0400
+++ indent-2.2.9/doc/indent.texinfo	2006-07-16 07:57:33.000000000 -0400
@@ -754,7 +754,7 @@ if (x > 0)
 
 @kindex -ce
 @kindex --cuddle-else
-@kindex -dce
+@kindex -nce
 @kindex --dont-cuddle-else
 If you are using the @option{-br} option, you probably want to also use
 the @option{-ce} option.  This causes the @code{else} in an if-then-else
@@ -1666,6 +1666,11 @@ Line up continued lines at parentheses.@
 Leave space between @samp{#} and preprocessor directive.@*
 @xref{Indentation}.
 
+@item -nlps
+@itemx --remove-preprocessor-space
+Remove space between @samp{#} and preprocessor directive.@*
+@xref{Indentation}.
+
 @item -nbad
 @itemx --no-blank-lines-after-declarations
 Do not force blank lines after declarations.@*
@@ -1979,6 +1989,7 @@ the corresponding short option.
 \line{ --preprocessor-indentation \leaderfill      -ppi@var{n}\ }
 \line{ --preserve-mtime \leaderfill                -pmt\ }
 \line{ --procnames-start-lines \leaderfill         -psl\ }  
+\line{ --remove-preprocessor-space \leaderfill     -nlps\ }
 \line{ --space-after-cast \leaderfill              -cs\ \ } 
 \line{ --space-after-for \leaderfill               -saf\ }
 \line{ --space-after-if \leaderfill                -sai\ }
@@ -2063,6 +2075,7 @@ the corresponding short option.
 --preserve-mtime				-pmt
 --preprocessor-indentation                      -ppi@var{n}
 --procnames-start-lines                         -psl            
+--remove-preprocessor-space                     -nlps
 --space-after-cast                              -cs             
 --space-after-for				-saf
 --space-after-if				-sai

_______________________________________________
bug-indent mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-indent
signature.asc (application/pgp-signature, 190 B)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.14 (GNU/Linux)

iD8DBQFMRVgLuR4f4nEwzHIRAqwQAKCaYclW1I12f9ODfkdBPQH1qMaSGACgo7U3
rmHbOsOwICZDSvys0uherTI=
=Qlg+
-----END PGP SIGNATURE-----