changeset 17261:15216759d2a4

Minor doc fix.
author Richard M. Stallman <rms@gnu.org>
date Sun, 30 Mar 1997 05:28:43 +0000
parents e32d514a22cc
children 76bfab081263
files lisp/progmodes/dcl-mode.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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)