[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: eshell manual: texinfo question
From: |
Glenn Morris |
Subject: |
Re: eshell manual: texinfo question |
Date: |
Wed, 13 Feb 2019 22:56:47 -0500 |
User-agent: |
Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) |
Gregor Zattler wrote:
> I changed this paragraph with the help of texinfo-insert-dwim-@ref to:
>
> The command can be either an Elisp function or an external command.
> Eshell looks first for an alias (@pxref{Aliases}) with the same name as the
> command, then a built-in (@pxref{Built-ins}) or a function with the
> same name; if there is no match, it then tries to execute it as an
> external command.
That change looks right to me.
> but in info the second "see" is missing:
Seems to be something to do with Emacs's Info-hide-note-references option.
(I'm not sure help-gnu-emacs is the right place to discuss things like
this; emacs-devel is probably better.)