]> code.delx.au - gnu-emacs/blobdiff - lisp/font-core.el
Prefer directed to neutral quotes
[gnu-emacs] / lisp / font-core.el
index 5dd6ad3a17f7e728b9fbab63158d9da843d3e957..6d8588bfa33974c36452cf951733a6ee78289e64 100644 (file)
@@ -106,7 +106,7 @@ fontifying different parts of buffer text, use \\[customize-face].
 You can enable Font Lock mode in any major mode automatically by turning on in
 the major mode's hook.  For example, put in your ~/.emacs:
 
- (add-hook 'c-mode-hook 'turn-on-font-lock)
+ (add-hook \\='c-mode-hook \\='turn-on-font-lock)
 
 Alternatively, you can use Global Font Lock mode to automagically turn on Font
 Lock mode in buffers whose major mode supports it and whose major mode is one