]> git.eshelyaron.com Git - emacs.git/commitdiff
Minor doc fix.
authorRichard M. Stallman <rms@gnu.org>
Sun, 30 Mar 1997 05:28:43 +0000 (05:28 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 30 Mar 1997 05:28:43 +0000 (05:28 +0000)
lisp/progmodes/dcl-mode.el

index c3d24bd8f88c2e2aae67dc3848ee5d57b437ed2c..2ac2cdea8b8304df295e9ab2057fe9e6e585b67d 100644 (file)
@@ -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)