1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-15 09:47:20 +00:00

Fix typo.

This commit is contained in:
Michael Albinus 2013-07-22 11:17:21 +02:00
parent 3a3f390d1b
commit fb83082013

View File

@ -483,7 +483,8 @@ It is layered as:
- advice-add/advice-remove to add/remove a piece of advice on a named function,
much like `defadvice' does.
** The package file-notify.el provides an interface for file system
+++
** The package filenotify.el provides an interface for file system
notifications. It requires, that Emacs is compiled with one of the
low-level libraries gfilenotify.c, inotify.c or w32notify.c.