diff options
| -rw-r--r-- | doc/misc/eshell.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/eshell.texi b/doc/misc/eshell.texi index e659adfe83d..b5311e63a56 100644 --- a/doc/misc/eshell.texi +++ b/doc/misc/eshell.texi | |||
| @@ -1625,7 +1625,7 @@ Treating the value as a file name, gets the directory name (the | |||
| 1625 | 1625 | ||
| 1626 | @item t | 1626 | @item t |
| 1627 | Treating the value as a file name, gets the base name (the ``tail''). | 1627 | Treating the value as a file name, gets the base name (the ``tail''). |
| 1628 | For example, @samp{foo/bar/baz.el(:h)} expands to @samp{baz.el}. | 1628 | For example, @samp{foo/bar/baz.el(:t)} expands to @samp{baz.el}. |
| 1629 | 1629 | ||
| 1630 | @item e | 1630 | @item e |
| 1631 | Treating the value as a file name, gets the final extension of the | 1631 | Treating the value as a file name, gets the final extension of the |