From: Karl Heuer Date: Mon, 7 Mar 1994 19:44:50 +0000 (+0000) Subject: (comment-column): Doc fix. X-Git-Tag: emacs-19.34~9615 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b492f73b1822f06e0f83cc340ebe4accdcc7c2f4;p=emacs.git (comment-column): Doc fix. --- diff --git a/lisp/simple.el b/lisp/simple.el index 5e0c9ccdfbb..66f0003bf4d 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -1727,7 +1727,7 @@ With argument 0, interchanges line point is in with line mark is in." "*Column to indent right-margin comments to. Setting this variable automatically makes it local to the current buffer. Each mode establishes a different default value for this variable; you -can the value for a particular mode using that mode's hook.") +can set the value for a particular mode using that mode's hook.") (make-variable-buffer-local 'comment-column) (defconst comment-start nil