From: Lars Ingebrigtsen Date: Fri, 11 Dec 2020 15:17:31 +0000 (+0100) Subject: Clarify fortran-beginning-of-subprogram doc string after change X-Git-Tag: emacs-28.0.90~4783 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ec1651875367964b9668c914a5145a3f247bfb26;p=emacs.git Clarify fortran-beginning-of-subprogram doc string after change * lisp/progmodes/fortran.el (fortran-beginning-of-subprogram): Clarify doc string (bug#33208). --- 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))