mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-23 04:53:12 -08:00
Backport: Fix comment-empty-lines docstring (bug#35152)
* lisp/newcomment.el (comment-empty-lines): Consistently use US
commas in docstring. Fix indentation of and typo in custom :type.
(cherry picked from commit 690c678fb6)
This commit is contained in:
parent
559f64a0b6
commit
71be83ef8b
1 changed files with 4 additions and 4 deletions
|
|
@ -319,11 +319,11 @@ behavior for explicit filling, you might as well use \\[newline-and-indent]."
|
||||||
(defcustom comment-empty-lines nil
|
(defcustom comment-empty-lines nil
|
||||||
"If nil, `comment-region' does not comment out empty lines.
|
"If nil, `comment-region' does not comment out empty lines.
|
||||||
If t, it always comments out empty lines.
|
If t, it always comments out empty lines.
|
||||||
If `eol' it only comments out empty lines if comments are
|
If `eol', it only comments out empty lines if comments are
|
||||||
terminated by the end of line (i.e. `comment-end' is empty)."
|
terminated by the end of line (i.e., `comment-end' is empty)."
|
||||||
:type '(choice (const :tag "Never" nil)
|
:type '(choice (const :tag "Never" nil)
|
||||||
(const :tag "Always" t)
|
(const :tag "Always" t)
|
||||||
(const :tag "EOl-terminated" eol))
|
(const :tag "EOL-terminated" eol))
|
||||||
:group 'comment)
|
:group 'comment)
|
||||||
|
|
||||||
;;;;
|
;;;;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue