branch: externals/pulsar
commit b80af461be50ee62911de76932ef0d4a91ab2105
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Fix docstring of 'pulsar-recenter-middle' defalias
---
 pulsar.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pulsar.el b/pulsar.el
index 60df6f369a..acde93fb62 100644
--- a/pulsar.el
+++ b/pulsar.el
@@ -442,7 +442,8 @@ This is a buffer-local mode.  Also check 
`pulsar-global-mode'."
   (recenter nil)
   (pulsar-pulse-line))
 
-(defalias 'pulsar-recenter-middle 'pulsar-recenter-center "1.0.0")
+(defalias 'pulsar-recenter-middle 'pulsar-recenter-center
+  "Alias for `pulsar-recenter-center'.")
 
 ;;;; Reveal contents of Org or Outline headings
 

Reply via email to