Mercurial > emacs
changeset 6237:7c95bb9f534b
(comment-column): Doc fix.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Mon, 07 Mar 1994 19:44:50 +0000 |
parents | d9f096200099 |
children | fab2ffdf64d5 |
files | lisp/simple.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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