]> code.delx.au - gnu-emacs/blobdiff - lisp/newcomment.el
Prefer directed to neutral quotes
[gnu-emacs] / lisp / newcomment.el
index 172a5634a579d1ca476aa386515b36bb14542772..037d2945447c5d9502bfb7026c0155f0733c48bf 100644 (file)
@@ -286,8 +286,8 @@ makes the comment easier to read.  Default is 1.  nil means 0."
 This is useful when style-conventions require a certain minimal offset.
 Python's PEP8 for example recommends two spaces, so you could do:
 
-\(add-hook 'python-mode-hook
-   (lambda () (set (make-local-variable 'comment-inline-offset) 2)))
+\(add-hook \\='python-mode-hook
+   (lambda () (set (make-local-variable \\='comment-inline-offset) 2)))
 
 See `comment-padding' for whole-line comments."
   :version "24.3"