projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fcf9e91
)
Fix eshell.texi markup
author
Robert Pluim
<rpluim@gmail.com>
Mon, 17 Jul 2023 08:10:48 +0000
(10:10 +0200)
committer
Robert Pluim
<rpluim@gmail.com>
Mon, 17 Jul 2023 12:25:18 +0000
(14:25 +0200)
* doc/misc/eshell.texi (Aliases): Add missing @end table. (Bug#64674)
doc/misc/eshell.texi
patch
|
blob
|
history
diff --git
a/doc/misc/eshell.texi
b/doc/misc/eshell.texi
index 099bf3e98099494ec87510f7c228d631b6369db3..9b9268ae4eac4fc67ba63e990b7463ea92ecb2b1 100644
(file)
--- a/
doc/misc/eshell.texi
+++ b/
doc/misc/eshell.texi
@@
-1092,6
+1092,8
@@
the alias. This lets you selectively use an alias's arguments, so
@kbd{alias mcd 'mkdir $1 && cd $1'} would cause @kbd{mcd foo} to
create and switch to a directory called @samp{foo}.
+@end table
+
@node Remote Access
@section Remote Access
@cmindex remote access