Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Any issues with this minor doc patch?



Index: Doc/zmacros.yo
===================================================================
RCS file: /cvsroot/zsh/zsh/Doc/zmacros.yo,v
retrieving revision 1.1.1.2
diff -u -r1.1.1.2 zmacros.yo
--- Doc/zmacros.yo      15 Apr 1999 18:15:07 -0000      1.1.1.2
+++ Doc/zmacros.yo      20 Sep 2004 15:51:50 -0000
@@ -21,6 +21,8 @@
 DEFINEMACRO(RPAR)(0)(CHAR(41))
 DEFINEMACRO(PLUS)(0)(CHAR(43))
 
+DEFINEMACRO(DASH)(0)(ifztexi(--)ifnztexi(-))
+
 DEFINEMACRO(NL)(0)(
 )
 
cvs diff: Diffing Doc/Zsh
Index: Doc/Zsh/invoke.yo
===================================================================
RCS file: /cvsroot/zsh/zsh/Doc/Zsh/invoke.yo,v
retrieving revision 1.5
diff -u -r1.5 invoke.yo
--- Doc/Zsh/invoke.yo   10 Jul 2001 08:59:18 -0000      1.5
+++ Doc/Zsh/invoke.yo   20 Sep 2004 15:51:50 -0000
@@ -80,8 +80,8 @@
 
 Except when the bf(sh)/bf(ksh) emulation single-letter options are in effect,
 the option `tt(-b)' (or `tt(PLUS()b)') ends option processing.
-`tt(-b)' is like `tt(--)', except that further single-letter options can be
-stacked after the `tt(-b)' and will take effect as normal.
+`tt(-b)' is like `tt(-)tt(-)', except that further single-letter options
+can be stacked after the `tt(-b)' and will take effect as normal.
 
 startmenu()
 menu(Compatibility)
Index: Doc/Zsh/zle.yo
===================================================================
RCS file: /cvsroot/zsh/zsh/Doc/Zsh/zle.yo,v
retrieving revision 1.43
diff -u -r1.43 zle.yo
--- Doc/Zsh/zle.yo      10 Sep 2004 18:03:38 -0000      1.43
+++ Doc/Zsh/zle.yo      20 Sep 2004 15:51:55 -0000
@@ -1491,7 +1491,7 @@
 the key sequence which called the widget as the digit.
 )
 tindex(neg-argument)
-item(tt(neg-argument) (ESC--) (unbound) (unbound))(
+item(tt(neg-argument) (ESC-DASH()) (unbound) (unbound))(
 Changes the sign of the following argument.
 )
 tindex(universal-argument)



Messages sorted by: Reverse Date, Date, Thread, Author