mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-28 10:56:36 +00:00
Use new ?\s syntax instead of "? " followed by a comment.
This commit is contained in:
parent
e6bba95eca
commit
70ea295a11
@ -83,7 +83,7 @@
|
||||
(define-category ?| "While filling, we can break a line at this character.")
|
||||
|
||||
;; For indentation calculation.
|
||||
(define-category ? ; Comment to protect space from deletion
|
||||
(define-category ?\s
|
||||
"This character counts as a space for indentation purposes.")
|
||||
|
||||
;; Keep the following for `kinsoku' processing. See comments in
|
||||
|
@ -179,7 +179,7 @@ or remove a tab stop. \\[ruler-mode-toggle-show-tab-stops] or
|
||||
(integer :tag "Integer char value"
|
||||
:validate ruler-mode-character-validate)))
|
||||
|
||||
(defcustom ruler-mode-margins-char ?\ ; Comment to protect space from deletion
|
||||
(defcustom ruler-mode-margins-char ?\s
|
||||
"*Character used in margin areas."
|
||||
:group 'ruler-mode
|
||||
:type '(choice
|
||||
|
Loading…
Reference in New Issue
Block a user