zsh-workers
 help / color / mirror / code / Atom feed
From: Dennis Eriksen <d@ennis.no>
To: zsh-workers@zsh.org
Subject: [PATCH] Add unalias to Functions Index in doc
Date: Mon, 27 Nov 2023 08:40:49 +0100	[thread overview]
Message-ID: <20231127074710.8153-1-d@ennis.no> (raw)

Hi,

I noticed `unalias` is missing from the Functions Index in the official
documentation [1].

Is there some reason it's missing? If not, here's a (very) small patch I
think will add it.

1: <https://zsh.sourceforge.io/Doc/Release/zsh_14.html#index_split-13_fn_letter-U>


---
 Doc/Zsh/builtins.yo | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Doc/Zsh/builtins.yo b/Doc/Zsh/builtins.yo
index 8f310f6cf..de5cbb90d 100644
--- a/Doc/Zsh/builtins.yo
+++ b/Doc/Zsh/builtins.yo
@@ -2414,6 +2414,7 @@ the symbolic form the permissions you specify are those which are to be
 allowed (not denied) to the users specified.
 )
 cindex(aliases, removing)
+findex(unalias)
 item(tt(unalias) [ tt(-ams) ] var(name) ...)(
 Removes aliases.  This command works the same as tt(unhash -a), except that
 the tt(-a) option removes all regular or global aliases, or with tt(-s)
-- 
2.42.0



             reply	other threads:[~2023-11-27  7:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-27  7:40 Dennis Eriksen [this message]
2023-12-02 15:05 ` Jun. T

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20231127074710.8153-1-d@ennis.no \
    --to=d@ennis.no \
    --cc=zsh-workers@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).