From: Richard M. Stallman Date: Sun, 30 Mar 1997 05:28:43 +0000 (+0000) Subject: Minor doc fix. X-Git-Tag: emacs-20.1~2684 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e190af9a8eb0bf0eaa3e37d8c45eb6c586759731;p=emacs.git Minor doc fix. --- 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)