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

[PATCH] Doc/Zsh/params.yo: Consistently use underscores when refering to SINGLE_LINE_ZLE



Hi,

in the documentation for RPROMPT and friends, SINGLE_LINE_ZLE is
referred to as SINGLELINEZLE, but when you search for SINGLELINEZLE in
zshall, you'll find no other occurrence of SINGLELINEZLE which is
confusing.

The attached patch fixes this. It's more readable afterwards, too. :-)

P.S.: I'm not subscribed to the list.

		Kind regards, Axel
-- 
/~\  Plain Text Ribbon Campaign                   | Axel Beckert
\ /  Say No to HTML in E-Mail and News            | abe@xxxxxxxxxxxxxxx  (Mail)
 X   See http://www.asciiribbon.org/              | abe@xxxxxxxxx (Mail+Jabber)
/ \  I love long mails: http://email.is-not-s.ms/ | http://noone.org/abe/ (Web)
From 3053ae7bf127f11790b2eb3a4d8979f253eb7bd6 Mon Sep 17 00:00:00 2001
From: Axel Beckert <abe@xxxxxxxxxxxxxxx>
Date: Fri, 24 Jun 2011 20:05:44 +0200
Subject: [PATCH] Consistently use underscores when refering to
 SINGLE_LINE_ZLE

It's also way more readable
---
 Doc/Zsh/params.yo |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Doc/Zsh/params.yo b/Doc/Zsh/params.yo
index d0255af..c564a3f 100644
--- a/Doc/Zsh/params.yo
+++ b/Doc/Zsh/params.yo
@@ -1226,7 +1226,7 @@ vindex(RPS1)
 item(tt(RPS1) <S>)(
 This prompt is displayed on the right-hand side of the screen
 when the primary prompt is being displayed on the left.
-This does not work if the tt(SINGLELINEZLE) option is set.
+This does not work if the tt(SINGLE_LINE_ZLE) option is set.
 It is expanded in the same way as tt(PS1).
 )
 vindex(RPROMPT2)
@@ -1235,7 +1235,7 @@ vindex(RPS2)
 item(tt(RPS2) <S>)(
 This prompt is displayed on the right-hand side of the screen
 when the secondary prompt is being displayed on the left.
-This does not work if the tt(SINGLELINEZLE) option is set.
+This does not work if the tt(SINGLE_LINE_ZLE) option is set.
 It is expanded in the same way as tt(PS2).
 )
 vindex(SAVEHIST)
-- 
1.7.5.4



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