branch: externals/pulsar
commit 42f8a03b8ac86db038d2b50821628945d367c95d
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Fix typo
---
pulsar.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pulsar.el b/pulsar.el
index 328f0bf336..ef8bc113ba 100644
--- a/pulsar.el
+++ b/pulsar.el
@@ -239,7 +239,7 @@ command is invoked."
With optional NO-PULSE keep the highlight until another command
is invoked. Otherwise use whatever `pulsar-pulse' entails.
-With optiona FACE, use it instead of `pulsar-face'."
+With optional FACE, use it instead of `pulsar-face'."
(let ((pulse-flag (if no-pulse nil pulsar-pulse))
(pulse-delay pulsar-delay)
(pulse-iterations pulsar-iterations)