comparison lisp/simple.el @ 6237:7c95bb9f534b

(comment-column): Doc fix.
author Karl Heuer <kwzh@gnu.org>
date Mon, 07 Mar 1994 19:44:50 +0000
parents 3902f1241d1c
children 1eabdff45c61
comparison
equal deleted inserted replaced
6236:d9f096200099 6237:7c95bb9f534b
1725 1725
1726 (defconst comment-column 32 1726 (defconst comment-column 32
1727 "*Column to indent right-margin comments to. 1727 "*Column to indent right-margin comments to.
1728 Setting this variable automatically makes it local to the current buffer. 1728 Setting this variable automatically makes it local to the current buffer.
1729 Each mode establishes a different default value for this variable; you 1729 Each mode establishes a different default value for this variable; you
1730 can the value for a particular mode using that mode's hook.") 1730 can set the value for a particular mode using that mode's hook.")
1731 (make-variable-buffer-local 'comment-column) 1731 (make-variable-buffer-local 'comment-column)
1732 1732
1733 (defconst comment-start nil 1733 (defconst comment-start nil
1734 "*String to insert to start a new comment, or nil if no comment syntax defined.") 1734 "*String to insert to start a new comment, or nil if no comment syntax defined.")
1735 1735