]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/electric-spacing/electric-spacing.el
Fix some quoting problems in doc strings
[gnu-emacs-elpa] / packages / electric-spacing / electric-spacing.el
index 8ae509a58f40ca6ee2262352ad5adbc81450efcb..14e8ce057b5c6bb1bc15cbfb4b2c1989c35cb7e0 100644 (file)
@@ -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 " _+_")