branch: externals/m-buffer
commit 3136ab48a8356001667459f595a2e2af3a1f9c35
Author: Phillip Lord <[email protected]>
Commit: Phillip Lord <[email protected]>

    Docstring typo.
---
 m-buffer-at.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/m-buffer-at.el b/m-buffer-at.el
index 4438490f92..34eaa2bbd5 100644
--- a/m-buffer-at.el
+++ b/m-buffer-at.el
@@ -69,7 +69,7 @@ See also `bolp'"
     (line-beginning-position)))
 
 (defun m-buffer-at-line-end-position (&rest location)
-  "REturn the end of the line of LOCATION."
+  "Return the end of the line of LOCATION."
   (m-buffer-with-current-location
       location
     (line-end-position)))

Reply via email to