From 742f12ad19d083c16691006078305adf17477da7 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Fri, 13 Feb 2009 14:07:36 +0100 Subject: [PATCH] s/please notice/please note/ - thanks ft --- debian/NEWS | 4 ++-- etc/zsh/zshrc | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/NEWS b/debian/NEWS index f72d618..f39d8d6 100644 --- a/debian/NEWS +++ b/debian/NEWS @@ -22,7 +22,7 @@ grml-etc-core (0.3.62) unstable; urgency=low grml-etc-core (0.3.5) unstable; urgency=low - * Please notice, that the setup of zsh's completion functions has + * Please note, that the setup of zsh's completion functions has been changed. The setup has been cleaned up but as a sideeffect you might notice a problem like: @@ -54,7 +54,7 @@ grml-etc-core (0.3.5) unstable; urgency=low grml-etc-core (0.1-31) unstable; urgency=low - * Please notice, that the behaviour of global aliases in /etc/skel/.zshrc + * Please note, that the behaviour of global aliases in /etc/skel/.zshrc has been changed. Now global aliases won't be expanded automatically anymore. You can still use them (and even some more now as well), just type the abbreviation/global alias and expand it via pressing diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index af0e3a6..3cdfe25 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -2342,7 +2342,7 @@ limit -s # {{{ completion system # called later (via is4 && grmlcomp) -# notice: use 'zstyle' for getting current settings +# note: use 'zstyle' for getting current settings # press ^Xh (control-x h) for getting tags in context; ^X? (control-x ?) to run complete_debug with trace output grmlcomp() { # TODO: This could use some additional information @@ -3298,7 +3298,7 @@ if [[ -r ~/.terminfo/m/mostlike ]] ; then fi # d():Copyright 2005 Nikolai Weibull -# notice: option AUTO_PUSHD has to be set +# note: option AUTO_PUSHD has to be set #f5# Jump between directories d() { emulate -L zsh -- 2.1.4