From e190af9a8eb0bf0eaa3e37d8c45eb6c586759731 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 30 Mar 1997 05:28:43 +0000 Subject: [PATCH] Minor doc fix. --- lisp/progmodes/dcl-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/dcl-mode.el b/lisp/progmodes/dcl-mode.el index c3d24bd8f88..2ac2cdea8b8 100644 --- a/lisp/progmodes/dcl-mode.el +++ b/lisp/progmodes/dcl-mode.el @@ -1520,7 +1520,7 @@ Also remove the continuation mark if easily detected." (defun dcl-option-value-offset (option-assoc) "Guess a value for an offset. Find the column of the first non-blank character on the line. -Returns a number as a string." +Returns the column offset." (save-excursion (beginning-of-line) (re-search-forward "^$[ \t]*" nil t) -- 2.39.2