emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/m-buffer 3136ab48a8 082/115: Docstring typo.


From: ELPA Syncer
Subject: [elpa] externals/m-buffer 3136ab48a8 082/115: Docstring typo.
Date: Tue, 19 Jul 2022 15:58:50 -0400 (EDT)

branch: externals/m-buffer
commit 3136ab48a8356001667459f595a2e2af3a1f9c35
Author: Phillip Lord <phillip.lord@newcastle.ac.uk>
Commit: Phillip Lord <phillip.lord@newcastle.ac.uk>

    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

[Prev in Thread] Current Thread [Next in Thread]