Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
a704fec0
Commit
a704fec0
authored
Apr 08, 2002
by
Stefan Monnier
Browse files
(comment-column): Docstring improvement.
parent
4e0e3588
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
lisp/newcomment.el
lisp/newcomment.el
+4
-3
No files found.
lisp/newcomment.el
View file @
a704fec0
...
...
@@ -5,7 +5,7 @@
;; Author: code extracted from Emacs-20's simple.el
;; Maintainer: Stefan Monnier <monnier@cs.yale.edu>
;; Keywords: comment uncomment
;; Revision: $Id: newcomment.el,v 1.4
4
2002/0
1/13 09:59:39 pj
Exp $
;; Revision: $Id: newcomment.el,v 1.4
5
2002/0
3/04 01:10:55 monnier
Exp $
;; This file is part of GNU Emacs.
...
...
@@ -89,9 +89,10 @@ Major modes should set this variable.")
;;;###autoload
(
defcustom
comment-column
32
"*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 set the value for a particular mode using that mode's hook."
can set the value for a particular mode using that mode's hook.
Comments might be indented to a value smaller than this in order
not to go beyond `fill-column'."
:type
'integer
)
(
make-variable-buffer-local
'comment-column
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment