# HG changeset patch # User Richard M. Stallman # Date 859699723 0 # Node ID 15216759d2a46ecfde6bce5498ed671f72e4f8ef # Parent e32d514a22cce5c8f3bbbc62217516eded827360 Minor doc fix. diff -r e32d514a22cc -r 15216759d2a4 lisp/progmodes/dcl-mode.el --- a/lisp/progmodes/dcl-mode.el Sun Mar 30 02:10:40 1997 +0000 +++ b/lisp/progmodes/dcl-mode.el Sun Mar 30 05:28:43 1997 +0000 @@ -1520,7 +1520,7 @@ (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)