From ec1651875367964b9668c914a5145a3f247bfb26 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Fri, 11 Dec 2020 16:17:31 +0100 Subject: [PATCH] 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 90eda441fb7..1142c323dc3 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)) -- 2.39.2