aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGregor Zattler2019-02-13 21:01:17 +0100
committerJohn Wiegley2019-02-13 15:50:49 -0800
commita48099ce7ff63cda416a870766fe61f5b8ac7c2c (patch)
tree9ffbac69b2d9b419be0aefcb46f8df5a22e2f24c
parent9a7519ce8fa4b75e3b442977dec88bb38c2d9844 (diff)
downloademacs-a48099ce7ff63cda416a870766fe61f5b8ac7c2c.tar.gz
emacs-a48099ce7ff63cda416a870766fe61f5b8ac7c2c.zip
* doc/misc/eshell.texi (Built-ins): Fix alias description
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.
-rw-r--r--doc/misc/eshell.texi3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/misc/eshell.texi b/doc/misc/eshell.texi
index dcb4aac2d89..3540707318b 100644
--- a/doc/misc/eshell.texi
+++ b/doc/misc/eshell.texi
@@ -280,8 +280,7 @@ with no arguments, prints the current paths in this variable.
280 280
281@item alias 281@item alias
282@cmindex alias 282@cmindex alias
283Define an alias (@pxref{Aliases}). This does not add it to the aliases 283Define an alias (@pxref{Aliases}). This adds it to the aliases file.
284file.
285 284
286@item clear 285@item clear
287@cmindex clear 286@cmindex clear