[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master ec16518: Clarify fortran-beginning-of-subprogram doc string after
From: |
Lars Ingebrigtsen |
Subject: |
master ec16518: Clarify fortran-beginning-of-subprogram doc string after change |
Date: |
Fri, 11 Dec 2020 10:17:41 -0500 (EST) |
branch: master
commit ec1651875367964b9668c914a5145a3f247bfb26
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>
Clarify fortran-beginning-of-subprogram doc string after change
* lisp/progmodes/fortran.el (fortran-beginning-of-subprogram):
Clarify doc string (bug#33208).
---
lisp/progmodes/fortran.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/lisp/progmodes/fortran.el b/lisp/progmodes/fortran.el
index 90eda44..1142c32 100644
--- a/lisp/progmodes/fortran.el
+++ b/lisp/progmodes/fortran.el
@@ -1220,7 +1220,8 @@ Auto-indent does not happen if a numeric ARG is used."
;; FIXME push-mark?
(defun fortran-beginning-of-subprogram (&optional arg)
"Move point to the beginning of the current Fortran subprogram.
-If ARG is negative, go to the beginning of the next instead."
+If ARG is negative, and point is between subprograms, the
+\"current\" subprogram is the next one."
(interactive)
(if (and arg
(< arg 0))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- master ec16518: Clarify fortran-beginning-of-subprogram doc string after change,
Lars Ingebrigtsen <=