branch: elpa/eldoc-mouse
commit e999c959f0a844eff3c9f998272fc5af8d8f9be7
Author: huangfeiyu <[email protected]>
Commit: GitHub <[email protected]>
Simplify customization section in README
Removed redundant phrase for clarity.
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index b0cb989f9b0..c2bb08f5716 100644
--- a/README.md
+++ b/README.md
@@ -35,7 +35,7 @@ Add the following in your Emacs configuration:
```
## Customization
-You can customize the behavior of eldoc-mouse by adjusting the variables or
adding additional hooks. For instance, you can adjust the delay time between
mouse hover and displaying the documentation by changing the
eldoc-mouse-mouse-timer settings.
+You can customize the behavior of eldoc-mouse by adjusting the variables. For
instance, you can adjust the delay time between mouse hover and displaying the
documentation by changing the eldoc-mouse-mouse-timer settings.
## Requirements
Emacs 30.1 or higher