X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/1289a9cbad2c7019c10fb051f9d2b3099e9418e3..f10533854f4c7bb54247a11981191bf37b70cb36:/packages/electric-spacing/electric-spacing.el diff --git a/packages/electric-spacing/electric-spacing.el b/packages/electric-spacing/electric-spacing.el index 8ae509a58..14e8ce057 100644 --- a/packages/electric-spacing/electric-spacing.el +++ b/packages/electric-spacing/electric-spacing.el @@ -42,7 +42,7 @@ ;;; electric-spacing minor mode (defcustom electric-spacing-double-space-docs t - "Enable double spacing of . in document lines - e,g, type '.' => get '. '." + "Enable double spacing of . in document lines - e.g., type `.' => get `. '." :type 'boolean :group 'electricity) @@ -86,8 +86,8 @@ positive, and disable it otherwise. If called from Lisp, enable the mode if ARG is omitted or nil. This is a local minor mode. When enabled, typing an operator automatically -inserts surrounding spaces. e.g., `=' becomes ` = ',`+=' becomes ` += '. This -is very handy for many programming languages." +inserts surrounding spaces. e.g., `=' becomes ` = ', `+=' becomes ` += '. +This is very handy for many programming languages." :global nil :group 'electricity :lighter " _+_")