1
0
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:
Juanma Barranquero 2003-02-13 15:56:09 +00:00
parent e6bba95eca
commit 70ea295a11
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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