diff options
| author | Karl Heuer | 1994-03-07 19:44:50 +0000 |
|---|---|---|
| committer | Karl Heuer | 1994-03-07 19:44:50 +0000 |
| commit | b492f73b1822f06e0f83cc340ebe4accdcc7c2f4 (patch) | |
| tree | 8f2cf0f7ec07bd839384069be94370ad296be6a4 | |
| parent | dfd351ef6d487356a70c3771b3e710a9ca0cc6cb (diff) | |
| download | emacs-b492f73b1822f06e0f83cc340ebe4accdcc7c2f4.tar.gz emacs-b492f73b1822f06e0f83cc340ebe4accdcc7c2f4.zip | |
(comment-column): Doc fix.
| -rw-r--r-- | lisp/simple.el | 2 |
1 files changed, 1 insertions, 1 deletions
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." | |||
| 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 |