diff options
| author | Ulrich Müller <ulm@gentoo.org> | 2012-01-02 15:20:58 +0100 |
|---|---|---|
| committer | Ulrich Müller <ulm@gentoo.org> | 2012-01-02 15:20:58 +0100 |
| commit | a27eeb26e2f5781bcbed62e52716ba11afab15fb (patch) | |
| tree | b6692ac697d47ee2166192bae693c07fb911789c /doc | |
| parent | 5bd4a5730208d2e4ffdf59f7b3ce9675380aad4c (diff) | |
Fix filename in Info directory entry
The direntry sets the name of the Info file to "evil-mode".
It should be "evil" to coincide with the actual filename.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/evil.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/evil.texi b/doc/evil.texi index e9e29a9..9722f32 100644 --- a/doc/evil.texi +++ b/doc/evil.texi @@ -26,7 +26,7 @@ their feedback and contributions. @dircategory Emacs @direntry -* Evil: (evil-mode). Extensible vi layer for Emacs. +* Evil: (evil). Extensible vi layer for Emacs. @end direntry @titlepage |
