summaryrefslogtreecommitdiff
path: root/lisp/progmodes/dcl-mode.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-03-30 05:28:43 +0000
committerRichard M. Stallman <rms@gnu.org>1997-03-30 05:28:43 +0000
commite190af9a8eb0bf0eaa3e37d8c45eb6c586759731 (patch)
tree0b687b15629305c9786d905047d5a86643d245ee /lisp/progmodes/dcl-mode.el
parent22d5cb5048471772c298e782299172dad37cf014 (diff)
downloademacs-e190af9a8eb0bf0eaa3e37d8c45eb6c586759731.tar.gz
emacs-e190af9a8eb0bf0eaa3e37d8c45eb6c586759731.tar.bz2
emacs-e190af9a8eb0bf0eaa3e37d8c45eb6c586759731.zip
Minor doc fix.
Diffstat (limited to 'lisp/progmodes/dcl-mode.el')
-rw-r--r--lisp/progmodes/dcl-mode.el2
1 files changed, 1 insertions, 1 deletions
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)