Mercurial > emacs
diff lisp/progmodes/dcl-mode.el @ 17261:15216759d2a4
Minor doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 30 Mar 1997 05:28:43 +0000 |
parents | fb59cd650fa1 |
children | 90f306f86f5d |
line wrap: on
line diff
--- 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)