]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/misc/eshell.texi (Built-ins): Fix alias description
authorGregor Zattler <telegraph@gmx.net>
Wed, 13 Feb 2019 20:01:17 +0000 (21:01 +0100)
committerEli Zaretskii <eliz@gnu.org>
Fri, 15 Feb 2019 07:42:48 +0000 (09:42 +0200)
Dear eamcs developers, eshells current documentation first states
that alias definitions are not saved to an alias file, later that
they are saved to an alias file.  I tested it and the latter is
correct.

Please find attached a patch which fixes this.

Thanks for working on emacs which is really great, Gregor

>From 1fe51cc769ab7a30d0896fb3d6105c0561243fa7 Mon Sep 17 00:00:00 2001
From: Gregor Zattler <telegraph@gmx.net>
Date: Wed, 13 Feb 2019 20:19:38 +0100
Subject: * doc/misc/eshell.texi (Built-ins): Fix alias description.

Bring description of built-in 'alias' in line with (info "(eshell) Aliases"),
which describes the actual behaviur.

(cherry picked from commit a48099ce7ff63cda416a870766fe61f5b8ac7c2c)

doc/misc/eshell.texi

index d2ea738f8db3ea576267ce85f9420935e26a6575..42250a44703becfb0055ca8679ba89a01e9aba11 100644 (file)
@@ -280,8 +280,7 @@ with no arguments, prints the current paths in this variable.
 
 @item alias
 @cmindex alias
-Define an alias (@pxref{Aliases}).  This does not add it to the aliases
-file.
+Define an alias (@pxref{Aliases}).  This adds it to the aliases file.
 
 @item clear
 @cmindex clear