]> code.delx.au - gnu-emacs/blobdiff - lisp/progmodes/compile.el
In doc, use standard American English style for e.g., etc., i.e.
[gnu-emacs] / lisp / progmodes / compile.el
index f383e02bc7fce6e339f3d1474ed4ecb56c98f0b2..68a83b471748c137874338810cb44079d8ce175a 100644 (file)
@@ -1945,7 +1945,7 @@ Runs `compilation-mode-hook' with `run-mode-hooks' (which see).
   "This is like `define-derived-mode' without the PARENT argument.
 The parent is always `compilation-mode' and the customizable `compilation-...'
 variables are also set from the name of the mode you have chosen,
-by replacing the first word, e.g `compilation-scroll-output' from
+by replacing the first word, e.g., `compilation-scroll-output' from
 `grep-scroll-output' if that variable exists."
   (let ((mode-name (replace-regexp-in-string "-mode\\'" "" (symbol-name mode))))
     `(define-derived-mode ,mode compilation-mode ,name