# HG changeset patch # User Karl Heuer # Date 763069490 0 # Node ID 7c95bb9f534b56c93387ed14d24af452a826702b # Parent d9f09620009955db25946bca9f21b40206a052ff (comment-column): Doc fix. diff -r d9f096200099 -r 7c95bb9f534b lisp/simple.el --- a/lisp/simple.el Mon Mar 07 18:59:00 1994 +0000 +++ b/lisp/simple.el Mon Mar 07 19:44:50 1994 +0000 @@ -1727,7 +1727,7 @@ "*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